# 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_mount_verify.yml *********************************************** 1 plays in /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml PLAY [Basic mount verify snapshot test] **************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:2 Friday 01 March 2024 20:50:51 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:46 Friday 01 March 2024 20:50:52 +0000 (0:00:01.004) 0:00:01.016 ********** 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 20:50:52 +0000 (0:00:00.033) 0:00:01.049 ********** 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 20:50:52 +0000 (0:00:00.294) 0:00:01.344 ********** 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 20:50:52 +0000 (0:00:00.018) 0:00:01.362 ********** 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 20:50:52 +0000 (0:00:00.015) 0:00:01.378 ********** 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 20:50:52 +0000 (0:00:00.013) 0:00:01.391 ********** 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 20:50:52 +0000 (0:00:00.017) 0:00:01.409 ********** 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 20:50:52 +0000 (0:00:00.024) 0:00:01.434 ********** 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 20:50:52 +0000 (0:00:00.191) 0:00:01.625 ********** 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 20:50:53 +0000 (0:00:00.014) 0:00:01.640 ********** 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 20:50:53 +0000 (0:00:00.009) 0:00:01.649 ********** 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 20:50:53 +0000 (0:00:00.009) 0:00:01.659 ********** 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 20:50:53 +0000 (0:00:00.025) 0:00:01.685 ********** 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 20:50:54 +0000 (0:00:01.027) 0:00:02.712 ********** 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 20:50:54 +0000 (0:00:00.012) 0:00:02.724 ********** 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 20:50:54 +0000 (0:00:00.012) 0:00:02.737 ********** 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 20:50:54 +0000 (0:00:00.474) 0:00:03.211 ********** 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 20:50:54 +0000 (0:00:00.025) 0:00:03.237 ********** 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 20:50:54 +0000 (0:00:00.016) 0:00:03.254 ********** 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 20:50:54 +0000 (0:00:00.016) 0:00:03.270 ********** 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 20:50:54 +0000 (0:00:00.016) 0:00:03.287 ********** 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 20:50:55 +0000 (0:00:00.921) 0:00:04.209 ********** 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 20:50:57 +0000 (0:00:01.825) 0:00:06.034 ********** 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 20:50:57 +0000 (0:00:00.033) 0:00:06.068 ********** 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 20:50:57 +0000 (0:00:00.009) 0:00:06.077 ********** 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 20:50:57 +0000 (0:00:00.368) 0:00:06.446 ********** 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 20:50:57 +0000 (0:00:00.018) 0:00:06.465 ********** 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 20:50:57 +0000 (0:00:00.008) 0:00:06.474 ********** 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 20:50:57 +0000 (0:00:00.012) 0:00:06.486 ********** 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 20:50:57 +0000 (0:00:00.013) 0:00:06.500 ********** 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 20:50:57 +0000 (0:00:00.012) 0:00:06.512 ********** 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 20:50:57 +0000 (0:00:00.018) 0:00:06.530 ********** 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 20:50:57 +0000 (0:00:00.009) 0:00:06.540 ********** 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 20:50:57 +0000 (0:00:00.018) 0:00:06.558 ********** 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 20:50:57 +0000 (0:00:00.018) 0:00:06.577 ********** 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 20:50:57 +0000 (0:00:00.010) 0:00:06.587 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709325933.92175, "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 20:50:58 +0000 (0:00:00.200) 0:00:06.788 ********** 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 20:50:58 +0000 (0:00:00.010) 0:00:06.799 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/setup.yml:23 Friday 01 March 2024 20:50:58 +0000 (0:00:00.774) 0:00:07.573 ********** 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 20:50:58 +0000 (0:00:00.018) 0:00:07.591 ********** 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 20:50:59 +0000 (0:00:00.196) 0:00:07.788 ********** 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 20:50:59 +0000 (0:00:00.015) 0:00:07.803 ********** 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 20:51:00 +0000 (0:00:00.924) 0:00:08.728 ********** 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 20:51:00 +0000 (0:00:00.291) 0:00:09.019 ********** 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 20:51:00 +0000 (0:00:00.014) 0:00:09.034 ********** 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 20:51:00 +0000 (0:00:00.013) 0:00:09.047 ********** 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 20:51:00 +0000 (0:00:00.019) 0:00:09.067 ********** 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 20:51:00 +0000 (0:00:00.019) 0:00:09.086 ********** 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 20:51:00 +0000 (0:00:00.018) 0:00:09.105 ********** 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 20:51:00 +0000 (0:00:00.025) 0:00:09.131 ********** 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 20:51:00 +0000 (0:00:00.016) 0:00:09.147 ********** 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 20:51:00 +0000 (0:00:00.020) 0:00:09.168 ********** 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 20:51:00 +0000 (0:00:00.029) 0:00:09.198 ********** 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 20:51:00 +0000 (0:00:00.028) 0:00:09.227 ********** 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 20:51:00 +0000 (0:00:00.013) 0:00:09.240 ********** 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 20:51:00 +0000 (0:00:00.012) 0:00:09.253 ********** 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 20:51:00 +0000 (0:00:00.011) 0:00:09.264 ********** 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 20:51:00 +0000 (0:00:00.027) 0:00:09.291 ********** 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 20:51:01 +0000 (0:00:00.929) 0:00:10.221 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "fs_type": "xfs", "name": "lv1", "size": "15%" }, { "fs_type": "xfs", "name": "lv2", "size": "50%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "fs_type": "xfs", "name": "lv3", "size": "10%" }, { "fs_type": "xfs", "name": "lv4", "size": "20%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "fs_type": "xfs", "name": "lv5", "size": "30%" }, { "fs_type": "xfs", "name": "lv6", "size": "25%" }, { "fs_type": "xfs", "name": "lv7", "size": "10%" }, { "fs_type": "xfs", "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 20:51:01 +0000 (0:00:00.026) 0:00:10.248 ********** 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 20:51:01 +0000 (0:00:00.013) 0:00:10.261 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 20:51:02 +0000 (0:00:01.148) 0:00:11.409 ********** 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 20:51:02 +0000 (0:00:00.023) 0:00:11.433 ********** 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 20:51:02 +0000 (0:00:00.019) 0:00:11.452 ********** 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 20:51:02 +0000 (0:00:00.019) 0:00:11.472 ********** 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 20:51:02 +0000 (0:00:00.018) 0:00:11.490 ********** 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 20:51:03 +0000 (0:00:00.928) 0:00:12.419 ********** 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 20:51:05 +0000 (0:00:01.766) 0:00:14.186 ********** 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 20:51:05 +0000 (0:00:00.030) 0:00:14.216 ********** 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 20:51:05 +0000 (0:00:00.009) 0:00:14.225 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 20:51:16 +0000 (0:00:11.355) 0:00:25.581 ********** ok: [sut] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.016423", "end": "2024-03-01 20:51:17.208328", "rc": 0, "start": "2024-03-01 20:51:17.191905" } 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 20:51:17 +0000 (0:00:00.302) 0:00:25.883 ********** 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 20:51:17 +0000 (0:00:00.010) 0:00:25.893 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 20:51:17 +0000 (0:00:00.022) 0:00:25.916 ********** 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 20:51:17 +0000 (0:00:00.020) 0:00:25.936 ********** 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 20:51:17 +0000 (0:00:00.013) 0:00:25.949 ********** 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 20:51:17 +0000 (0:00:00.022) 0:00:25.972 ********** 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 20:51:17 +0000 (0:00:00.011) 0:00:25.984 ********** 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 20:51:17 +0000 (0:00:00.026) 0:00:26.010 ********** 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 20:51:17 +0000 (0:00:00.021) 0:00:26.031 ********** 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 20:51:17 +0000 (0:00:00.011) 0:00:26.043 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709325933.92175, "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 20:51:17 +0000 (0:00:00.268) 0:00:26.312 ********** 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 20:51:17 +0000 (0:00:00.011) 0:00:26.323 ********** ok: [sut] TASK [Run the snapshot role to create snapshot LVs] **************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:49 Friday 01 March 2024 20:51:18 +0000 (0:00:00.859) 0:00:27.183 ********** 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 20:51:18 +0000 (0:00:00.026) 0:00:27.209 ********** 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 20:51:18 +0000 (0:00:00.017) 0:00:27.227 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:51:18 +0000 (0:00:00.022) 0:00:27.249 ********** 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 20:51:18 +0000 (0:00:00.014) 0:00:27.263 ********** 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 20:51:18 +0000 (0:00:00.013) 0:00:27.277 ********** 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 20:51:18 +0000 (0:00:00.024) 0:00:27.301 ********** 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 20:51:19 +0000 (0:00:00.918) 0:00:28.220 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -a -r 15 -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:19 +0000 (0:00:00.026) 0:00:28.247 ********** 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 20:51:21 +0000 (0:00:02.372) 0:00:30.620 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:22 +0000 (0:00:00.018) 0:00:30.638 ********** 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 20:51:22 +0000 (0:00:00.025) 0:00:30.664 ********** 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 20:51:22 +0000 (0:00:00.011) 0:00:30.676 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the snapshot LVs are created] ************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:58 Friday 01 March 2024 20:51:22 +0000 (0:00:00.014) 0:00:30.690 ********** 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 20:51:22 +0000 (0:00:00.045) 0:00:30.736 ********** 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 20:51:22 +0000 (0:00:00.017) 0:00:30.753 ********** 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 20:51:22 +0000 (0:00:00.021) 0:00:30.775 ********** 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 20:51:22 +0000 (0:00:00.015) 0:00:30.790 ********** 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 20:51:22 +0000 (0:00:00.014) 0:00:30.805 ********** 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 20:51:22 +0000 (0:00:00.025) 0:00:30.831 ********** 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 20:51:23 +0000 (0:00:00.928) 0:00:31.759 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -a -v -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:23 +0000 (0:00:00.026) 0:00:31.786 ********** 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 20:51:24 +0000 (0:00:01.631) 0:00:33.417 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:24 +0000 (0:00:00.014) 0:00:33.432 ********** 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 20:51:24 +0000 (0:00:00.034) 0:00:33.466 ********** 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 20:51:24 +0000 (0:00:00.012) 0:00:33.479 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the snapshot for lv1] ********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:67 Friday 01 March 2024 20:51:24 +0000 (0:00:00.017) 0:00:33.497 ********** 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 20:51:24 +0000 (0:00:00.032) 0:00:33.530 ********** 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 20:51:24 +0000 (0:00:00.029) 0:00:33.559 ********** 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 20:51:24 +0000 (0:00:00.056) 0:00:33.616 ********** 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 20:51:24 +0000 (0:00:00.016) 0:00:33.632 ********** 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 20:51:25 +0000 (0:00:00.015) 0:00:33.647 ********** 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 20:51:25 +0000 (0:00:00.032) 0:00:33.679 ********** 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 20:51:25 +0000 (0:00:00.929) 0:00:34.609 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:26 +0000 (0:00:00.028) 0:00:34.638 ********** 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 20:51:26 +0000 (0:00:00.361) 0:00:34.999 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:26 +0000 (0:00:00.016) 0:00:35.015 ********** 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 20:51:26 +0000 (0:00:00.025) 0:00:35.041 ********** 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 20:51:26 +0000 (0:00:00.011) 0:00:35.053 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for mount] ************************************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:78 Friday 01 March 2024 20:51:26 +0000 (0:00:00.015) 0:00:35.069 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Mount the snapshot for lv1 again for idempotence] ************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:82 Friday 01 March 2024 20:51:26 +0000 (0:00:00.014) 0:00:35.083 ********** 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 20:51:26 +0000 (0:00:00.034) 0:00:35.117 ********** 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 20:51:26 +0000 (0:00:00.018) 0:00:35.136 ********** 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 20:51:26 +0000 (0:00:00.023) 0:00:35.159 ********** 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 20:51:26 +0000 (0:00:00.014) 0:00:35.173 ********** 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 20:51:26 +0000 (0:00:00.015) 0:00:35.189 ********** 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 20:51:26 +0000 (0:00:00.028) 0:00:35.217 ********** 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 20:51:27 +0000 (0:00:00.921) 0:00:36.139 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:27 +0000 (0:00:00.027) 0:00:36.166 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:51:27 +0000 (0:00:00.323) 0:00:36.489 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"/mnt/lv1_mp is already mounted at /dev/test_vg1/lv1_snapset1\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"/mnt/lv1_mp is already mounted at /dev/test_vg1/lv1_snapset1\"", " ],", " \"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 20:51:27 +0000 (0:00:00.016) 0:00:36.506 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "/mnt/lv1_mp is already mounted at /dev/test_vg1/lv1_snapset1" ], "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 20:51:27 +0000 (0:00:00.025) 0:00:36.532 ********** 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 20:51:27 +0000 (0:00:00.011) 0:00:36.543 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for mount] ********************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:93 Friday 01 March 2024 20:51:27 +0000 (0:00:00.015) 0:00:36.558 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Mount the snapshot for lv2] ********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:97 Friday 01 March 2024 20:51:27 +0000 (0:00:00.034) 0:00:36.592 ********** 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 20:51:27 +0000 (0:00:00.037) 0:00:36.630 ********** 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 20:51:28 +0000 (0:00:00.019) 0:00:36.649 ********** 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 20:51:28 +0000 (0:00:00.023) 0:00:36.673 ********** 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 20:51:28 +0000 (0:00:00.014) 0:00:36.688 ********** 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 20:51:28 +0000 (0:00:00.015) 0:00:36.703 ********** 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 20:51:28 +0000 (0:00:00.025) 0:00:36.728 ********** 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 20:51:29 +0000 (0:00:00.937) 0:00:37.666 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:29 +0000 (0:00:00.027) 0:00:37.693 ********** 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 20:51:29 +0000 (0:00:00.343) 0:00:38.037 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:29 +0000 (0:00:00.020) 0:00:38.057 ********** 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 20:51:29 +0000 (0:00:00.025) 0:00:38.083 ********** 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 20:51:29 +0000 (0:00:00.011) 0:00:38.095 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the snapshot for lv7] ********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:108 Friday 01 March 2024 20:51:29 +0000 (0:00:00.015) 0:00:38.110 ********** 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 20:51:29 +0000 (0:00:00.042) 0:00:38.152 ********** 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 20:51:29 +0000 (0:00:00.019) 0:00:38.172 ********** 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 20:51:29 +0000 (0:00:00.025) 0:00:38.197 ********** 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 20:51:29 +0000 (0:00:00.015) 0:00:38.212 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set 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 20:51:29 +0000 (0:00:00.029) 0:00:38.241 ********** 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 20:51:29 +0000 (0:00:00.043) 0:00:38.285 ********** 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 20:51:30 +0000 (0:00:00.950) 0:00:39.235 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:30 +0000 (0:00:00.027) 0:00:39.262 ********** 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 20:51:30 +0000 (0:00:00.350) 0:00:39.613 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:30 +0000 (0:00:00.016) 0:00:39.629 ********** 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 20:51:31 +0000 (0:00:00.030) 0:00:39.660 ********** 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 20:51:31 +0000 (0:00:00.023) 0:00:39.683 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the origin for lv6] ************************************************ task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:119 Friday 01 March 2024 20:51:31 +0000 (0:00:00.020) 0:00:39.704 ********** 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 20:51:31 +0000 (0:00:00.055) 0:00:39.759 ********** 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 20:51:31 +0000 (0:00:00.019) 0:00:39.779 ********** 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 20:51:31 +0000 (0:00:00.024) 0:00:39.803 ********** 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 20:51:31 +0000 (0:00:00.014) 0:00:39.818 ********** 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 20:51:31 +0000 (0:00:00.015) 0:00:39.833 ********** 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 20:51:31 +0000 (0:00:00.025) 0:00:39.859 ********** 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 20:51:32 +0000 (0:00:00.932) 0:00:40.792 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -O -c -vg test_vg3 -lv lv6 -s snapset1 -m /mnt/lv6_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:32 +0000 (0:00:00.026) 0:00:40.818 ********** 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 20:51:32 +0000 (0:00:00.385) 0:00:41.204 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:32 +0000 (0:00:00.038) 0:00:41.242 ********** 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 20:51:32 +0000 (0:00:00.025) 0:00:41.268 ********** 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 20:51:32 +0000 (0:00:00.011) 0:00:41.279 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify snapshot is mounted for lv1] ************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:131 Friday 01 March 2024 20:51:32 +0000 (0:00:00.015) 0:00:41.294 ********** 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 20:51:32 +0000 (0:00:00.046) 0:00:41.341 ********** 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 20:51:32 +0000 (0:00:00.018) 0:00:41.359 ********** 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 20:51:32 +0000 (0:00:00.022) 0:00:41.382 ********** 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 20:51:32 +0000 (0:00:00.014) 0:00:41.397 ********** 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 20:51:32 +0000 (0:00:00.016) 0:00:41.413 ********** 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 20:51:32 +0000 (0:00:00.026) 0:00:41.439 ********** 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 20:51:33 +0000 (0:00:00.924) 0:00:42.364 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:33 +0000 (0:00:00.028) 0:00:42.392 ********** 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 20:51:34 +0000 (0:00:00.403) 0:00:42.795 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:34 +0000 (0:00:00.015) 0:00:42.811 ********** 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 20:51:34 +0000 (0:00:00.025) 0:00:42.836 ********** 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 20:51:34 +0000 (0:00:00.011) 0:00:42.848 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify snapshot is mounted for lv2] ************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:142 Friday 01 March 2024 20:51:34 +0000 (0:00:00.015) 0:00:42.863 ********** 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 20:51:34 +0000 (0:00:00.049) 0:00:42.912 ********** 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 20:51:34 +0000 (0:00:00.018) 0:00:42.931 ********** 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 20:51:34 +0000 (0:00:00.025) 0:00:42.956 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set 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 20:51:34 +0000 (0:00:00.014) 0:00:42.971 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:51:34 +0000 (0:00:00.015) 0:00:42.987 ********** 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 20:51:34 +0000 (0:00:00.029) 0:00:43.016 ********** 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 20:51:35 +0000 (0:00:00.927) 0:00:43.944 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:35 +0000 (0:00:00.028) 0:00:43.973 ********** 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 20:51:35 +0000 (0:00:00.343) 0:00:44.316 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:35 +0000 (0:00:00.015) 0:00:44.332 ********** 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 20:51:35 +0000 (0:00:00.025) 0:00:44.357 ********** 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 20:51:35 +0000 (0:00:00.011) 0:00:44.368 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify snapshot is mounted for lv7] ************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:153 Friday 01 March 2024 20:51:35 +0000 (0:00:00.015) 0:00:44.383 ********** 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 20:51:35 +0000 (0:00:00.051) 0:00:44.435 ********** 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 20:51:35 +0000 (0:00:00.018) 0:00:44.454 ********** 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 20:51:35 +0000 (0:00:00.021) 0:00:44.476 ********** 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 20:51:35 +0000 (0:00:00.014) 0:00:44.490 ********** 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 20:51:35 +0000 (0:00:00.014) 0:00:44.505 ********** 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 20:51:35 +0000 (0:00:00.075) 0:00:44.580 ********** 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 20:51:36 +0000 (0:00:00.916) 0:00:45.497 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:36 +0000 (0:00:00.037) 0:00:45.535 ********** 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 20:51:37 +0000 (0:00:00.340) 0:00:45.875 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:37 +0000 (0:00:00.016) 0:00:45.892 ********** 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 20:51:37 +0000 (0:00:00.027) 0:00:45.920 ********** 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 20:51:37 +0000 (0:00:00.012) 0:00:45.932 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify origin is mounted lv6] ******************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:164 Friday 01 March 2024 20:51:37 +0000 (0:00:00.015) 0:00:45.948 ********** 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 20:51:37 +0000 (0:00:00.057) 0:00:46.006 ********** 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 20:51:37 +0000 (0:00:00.021) 0:00:46.028 ********** 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 20:51:37 +0000 (0:00:00.022) 0:00:46.050 ********** 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 20:51:37 +0000 (0:00:00.014) 0:00:46.064 ********** 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 20:51:37 +0000 (0:00:00.015) 0:00:46.080 ********** 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 20:51:37 +0000 (0:00:00.028) 0:00:46.108 ********** 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 20:51:38 +0000 (0:00:00.933) 0:00:47.042 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -O -c -vg test_vg3 -lv lv6 -s snapset1 -m /mnt/lv6_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:38 +0000 (0:00:00.027) 0:00:47.070 ********** 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 20:51:38 +0000 (0:00:00.321) 0:00:47.391 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:38 +0000 (0:00:00.016) 0:00:47.408 ********** 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 20:51:38 +0000 (0:00:00.027) 0:00:47.436 ********** 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 20:51:38 +0000 (0:00:00.012) 0:00:47.448 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the snapshot for lv1] ********************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:177 Friday 01 March 2024 20:51:38 +0000 (0:00:00.020) 0:00:47.468 ********** 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 20:51:38 +0000 (0:00:00.059) 0:00:47.528 ********** 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 20:51:38 +0000 (0:00:00.017) 0:00:47.546 ********** 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 20:51:38 +0000 (0:00:00.021) 0:00:47.568 ********** 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 20:51:38 +0000 (0:00:00.014) 0:00:47.582 ********** 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 20:51:38 +0000 (0:00:00.014) 0:00:47.597 ********** 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 20:51:38 +0000 (0:00:00.026) 0:00:47.624 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:51:39 +0000 (0:00:00.933) 0:00:48.557 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:39 +0000 (0:00:00.036) 0:00:48.594 ********** 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 20:51:40 +0000 (0:00:00.358) 0:00:48.952 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:40 +0000 (0:00:00.015) 0:00:48.967 ********** 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 20:51:40 +0000 (0:00:00.026) 0:00:48.993 ********** 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 20:51:40 +0000 (0:00:00.011) 0:00:49.005 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for umount] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:187 Friday 01 March 2024 20:51:40 +0000 (0:00:00.016) 0:00:49.021 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Umount the snapshot for lv1 again for idempotence] *********************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:191 Friday 01 March 2024 20:51:40 +0000 (0:00:00.013) 0:00:49.034 ********** 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 20:51:40 +0000 (0:00:00.092) 0:00:49.126 ********** 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 20:51:40 +0000 (0:00:00.019) 0:00:49.145 ********** 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 20:51:40 +0000 (0:00:00.022) 0:00:49.168 ********** 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 20:51:40 +0000 (0:00:00.014) 0:00:49.183 ********** 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 20:51:40 +0000 (0:00:00.014) 0:00:49.197 ********** 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 20:51:40 +0000 (0:00:00.026) 0:00:49.224 ********** 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 20:51:41 +0000 (0:00:00.936) 0:00:50.160 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:41 +0000 (0:00:00.028) 0:00:50.188 ********** 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 20:51:41 +0000 (0:00:00.315) 0:00:50.504 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"not mounted /mnt/lv1_mp\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"not mounted /mnt/lv1_mp\"", " ],", " \"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 20:51:41 +0000 (0:00:00.015) 0:00:50.519 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "not mounted /mnt/lv1_mp" ], "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 20:51:41 +0000 (0:00:00.025) 0:00:50.545 ********** 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 20:51:41 +0000 (0:00:00.012) 0:00:50.557 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for umount] ******************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:201 Friday 01 March 2024 20:51:41 +0000 (0:00:00.015) 0:00:50.573 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Umount the snapshot for lv2] ********************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:205 Friday 01 March 2024 20:51:41 +0000 (0:00:00.013) 0:00:50.587 ********** 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 20:51:42 +0000 (0:00:00.065) 0:00:50.652 ********** 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 20:51:42 +0000 (0:00:00.018) 0:00:50.670 ********** 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 20:51:42 +0000 (0:00:00.023) 0:00:50.693 ********** 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 20:51:42 +0000 (0:00:00.014) 0:00:50.707 ********** 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 20:51:42 +0000 (0:00:00.014) 0:00:50.721 ********** 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 20:51:42 +0000 (0:00:00.026) 0:00:50.748 ********** 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 20:51:43 +0000 (0:00:00.944) 0:00:51.692 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:43 +0000 (0:00:00.027) 0:00:51.720 ********** 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 20:51:43 +0000 (0:00:00.325) 0:00:52.045 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:43 +0000 (0:00:00.014) 0:00:52.060 ********** 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 20:51:43 +0000 (0:00:00.024) 0:00:52.085 ********** 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 20:51:43 +0000 (0:00:00.012) 0:00:52.097 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the snapshot for lv7] ********************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:215 Friday 01 March 2024 20:51:43 +0000 (0:00:00.015) 0:00:52.113 ********** 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 20:51:43 +0000 (0:00:00.066) 0:00:52.180 ********** 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 20:51:43 +0000 (0:00:00.018) 0:00:52.198 ********** 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 20:51:43 +0000 (0:00:00.021) 0:00:52.220 ********** 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 20:51:43 +0000 (0:00:00.013) 0:00:52.234 ********** 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 20:51:43 +0000 (0:00:00.013) 0:00:52.248 ********** 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 20:51:43 +0000 (0:00:00.057) 0:00:52.305 ********** 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 20:51:44 +0000 (0:00:00.940) 0:00:53.245 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:44 +0000 (0:00:00.027) 0:00:53.272 ********** 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 20:51:44 +0000 (0:00:00.349) 0:00:53.622 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:45 +0000 (0:00:00.020) 0:00:53.642 ********** 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 20:51:45 +0000 (0:00:00.029) 0:00:53.671 ********** 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 20:51:45 +0000 (0:00:00.013) 0:00:53.684 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the origin for lv6] *********************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:225 Friday 01 March 2024 20:51:45 +0000 (0:00:00.015) 0:00:53.700 ********** 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 20:51:45 +0000 (0:00:00.075) 0:00:53.776 ********** 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 20:51:45 +0000 (0:00:00.020) 0:00:53.796 ********** 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 20:51:45 +0000 (0:00:00.023) 0:00:53.819 ********** 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 20:51:45 +0000 (0:00:00.015) 0:00:53.835 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set 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 20:51:45 +0000 (0:00:00.014) 0:00:53.849 ********** 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 20:51:45 +0000 (0:00:00.031) 0:00:53.881 ********** 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 20:51:46 +0000 (0:00:00.943) 0:00:54.824 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -m /mnt/lv6_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:46 +0000 (0:00:00.028) 0:00:54.852 ********** 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 20:51:46 +0000 (0:00:00.267) 0:00:55.119 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:46 +0000 (0:00:00.021) 0:00:55.141 ********** 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 20:51:46 +0000 (0:00:00.027) 0:00:55.168 ********** 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 20:51:46 +0000 (0:00:00.012) 0:00:55.180 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify umount of the for lv1] ******************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:232 Friday 01 March 2024 20:51:46 +0000 (0:00:00.018) 0:00:55.199 ********** 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 20:51:46 +0000 (0:00:00.075) 0:00:55.275 ********** 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 20:51:46 +0000 (0:00:00.021) 0:00:55.296 ********** 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 20:51:46 +0000 (0:00:00.026) 0:00:55.322 ********** 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 20:51:46 +0000 (0:00:00.015) 0:00:55.338 ********** 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 20:51:46 +0000 (0:00:00.017) 0:00:55.355 ********** 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 20:51:46 +0000 (0:00:00.028) 0:00:55.383 ********** 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 20:51:47 +0000 (0:00:00.922) 0:00:56.305 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:47 +0000 (0:00:00.029) 0:00:56.335 ********** 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 20:51:47 +0000 (0:00:00.256) 0:00:56.591 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:47 +0000 (0:00:00.016) 0:00:56.608 ********** 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 20:51:48 +0000 (0:00:00.029) 0:00:56.637 ********** 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 20:51:48 +0000 (0:00:00.012) 0:00:56.650 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify umount of the for lv2] ******************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:243 Friday 01 March 2024 20:51:48 +0000 (0:00:00.016) 0:00:56.666 ********** 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 20:51:48 +0000 (0:00:00.114) 0:00:56.780 ********** 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 20:51:48 +0000 (0:00:00.020) 0:00:56.801 ********** 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 20:51:48 +0000 (0:00:00.024) 0:00:56.826 ********** 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 20:51:48 +0000 (0:00:00.017) 0:00:56.844 ********** 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 20:51:48 +0000 (0:00:00.015) 0:00:56.859 ********** 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 20:51:48 +0000 (0:00:00.028) 0:00:56.887 ********** 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 20:51:49 +0000 (0:00:00.933) 0:00:57.821 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:49 +0000 (0:00:00.027) 0:00:57.849 ********** 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 20:51:49 +0000 (0:00:00.254) 0:00:58.104 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:49 +0000 (0:00:00.016) 0:00:58.120 ********** 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 20:51:49 +0000 (0:00:00.027) 0:00:58.148 ********** 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 20:51:49 +0000 (0:00:00.011) 0:00:58.159 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify umount of the for lv7] ******************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:254 Friday 01 March 2024 20:51:49 +0000 (0:00:00.018) 0:00:58.178 ********** 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 20:51:49 +0000 (0:00:00.087) 0:00:58.265 ********** 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 20:51:49 +0000 (0:00:00.019) 0:00:58.285 ********** 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 20:51:49 +0000 (0:00:00.024) 0:00:58.309 ********** 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 20:51:49 +0000 (0:00:00.023) 0:00:58.333 ********** 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 20:51:49 +0000 (0:00:00.016) 0:00:58.349 ********** 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 20:51:49 +0000 (0:00:00.029) 0:00:58.378 ********** 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 20:51:50 +0000 (0:00:00.920) 0:00:59.299 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:50 +0000 (0:00:00.027) 0:00:59.327 ********** 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 20:51:50 +0000 (0:00:00.249) 0:00:59.577 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:50 +0000 (0:00:00.015) 0:00:59.593 ********** 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 20:51:50 +0000 (0:00:00.026) 0:00:59.619 ********** 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 20:51:50 +0000 (0:00:00.011) 0:00:59.631 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify umount of the origin for lv6] ************************************* task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:265 Friday 01 March 2024 20:51:51 +0000 (0:00:00.016) 0:00:59.647 ********** 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 20:51:51 +0000 (0:00:00.083) 0:00:59.731 ********** 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 20:51:51 +0000 (0:00:00.018) 0:00:59.750 ********** 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 20:51:51 +0000 (0:00:00.023) 0:00:59.774 ********** 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 20:51:51 +0000 (0:00:00.063) 0:00:59.838 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:51:51 +0000 (0:00:00.016) 0:00:59.854 ********** 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 20:51:51 +0000 (0:00:00.027) 0:00:59.881 ********** 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 20:51:52 +0000 (0:00:00.924) 0:01:00.806 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -vg test_vg3 -lv lv6 -s snapset1 -m /mnt/lv6_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:52 +0000 (0:00:00.030) 0:01:00.837 ********** 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 20:51:52 +0000 (0:00:00.251) 0:01:01.089 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:52 +0000 (0:00:00.016) 0:01:01.105 ********** 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 20:51:52 +0000 (0:00:00.029) 0:01:01.134 ********** 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 20:51:52 +0000 (0:00:00.015) 0:01:01.149 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Run the snapshot role remove the snapshot LVs] *************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:276 Friday 01 March 2024 20:51:52 +0000 (0:00:00.016) 0:01:01.166 ********** 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 20:51:52 +0000 (0:00:00.087) 0:01:01.253 ********** 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 20:51:52 +0000 (0:00:00.020) 0:01:01.274 ********** 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 20:51:52 +0000 (0:00:00.029) 0:01:01.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 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 20:51:52 +0000 (0:00:00.025) 0:01:01.329 ********** 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 20:51:52 +0000 (0:00:00.017) 0:01:01.346 ********** 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 20:51:52 +0000 (0:00:00.030) 0:01:01.377 ********** 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 20:51:53 +0000 (0:00:00.921) 0:01:02.298 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:53 +0000 (0:00:00.028) 0:01:02.327 ********** 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 20:51:55 +0000 (0:00:01.457) 0:01:03.784 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:55 +0000 (0:00:00.017) 0:01:03.801 ********** 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 20:51:55 +0000 (0:00:00.027) 0:01:03.828 ********** 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 20:51:55 +0000 (0:00:00.013) 0:01:03.841 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Use the snapshot_lvm_verify option to make sure remove is done] ********** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:283 Friday 01 March 2024 20:51:55 +0000 (0:00:00.016) 0:01:03.858 ********** 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 20:51:55 +0000 (0:00:00.092) 0:01:03.951 ********** 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 20:51:55 +0000 (0:00:00.018) 0:01:03.969 ********** 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 20:51:55 +0000 (0:00:00.023) 0:01:03.993 ********** 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 20:51:55 +0000 (0:00:00.014) 0:01:04.007 ********** 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 20:51:55 +0000 (0:00:00.014) 0:01:04.022 ********** 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 20:51:55 +0000 (0:00:00.026) 0:01:04.048 ********** 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 20:51:56 +0000 (0:00:00.931) 0:01:04.980 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:51:56 +0000 (0:00:00.028) 0:01:05.008 ********** 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 20:51:57 +0000 (0:00:01.060) 0:01:06.069 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.200 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.200 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 20:51:57 +0000 (0:00:00.014) 0:01:06.084 ********** 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 20:51:57 +0000 (0:00:00.026) 0:01:06.110 ********** 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 20:51:57 +0000 (0:00:00.019) 0:01:06.129 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:291 Friday 01 March 2024 20:51:57 +0000 (0:00:00.066) 0:01:06.195 ********** 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 20:51:57 +0000 (0:00:00.056) 0:01:06.251 ********** 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 20:51:57 +0000 (0:00:00.020) 0:01:06.272 ********** 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 20:51:57 +0000 (0:00:00.020) 0:01:06.292 ********** 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 20:51:57 +0000 (0:00:00.026) 0:01:06.319 ********** 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 20:51:57 +0000 (0:00:00.042) 0:01:06.362 ********** 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 20:51:57 +0000 (0:00:00.017) 0:01:06.379 ********** 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 20:51:57 +0000 (0:00:00.018) 0:01:06.397 ********** 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 20:51:57 +0000 (0:00:00.014) 0:01:06.412 ********** 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 20:51:57 +0000 (0:00:00.014) 0:01:06.427 ********** 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 20:51:57 +0000 (0:00:00.071) 0:01:06.498 ********** 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 20:51:58 +0000 (0:00:00.940) 0:01:07.439 ********** 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 20:51:58 +0000 (0:00:00.031) 0:01:07.471 ********** 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 20:51:58 +0000 (0:00:00.015) 0:01:07.486 ********** 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 20:52:02 +0000 (0:00:03.649) 0:01:11.136 ********** 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 20:52:02 +0000 (0:00:00.025) 0:01:11.161 ********** 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 20:52:02 +0000 (0:00:00.020) 0:01:11.181 ********** 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 20:52:02 +0000 (0:00:00.020) 0:01:11.202 ********** 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 20:52:02 +0000 (0:00:00.020) 0:01:11.222 ********** 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 20:52:03 +0000 (0:00:00.941) 0:01:12.164 ********** 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 20:52:05 +0000 (0:00:01.763) 0:01:13.927 ********** 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 20:52:05 +0000 (0:00:00.033) 0:01:13.961 ********** 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 20:52:05 +0000 (0:00:00.011) 0:01:13.972 ********** 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/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 20:52:13 +0000 (0:00:08.643) 0:01:22.616 ********** 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 20:52:14 +0000 (0:00:00.023) 0:01:22.639 ********** 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 20:52:14 +0000 (0:00:00.011) 0:01:22.651 ********** 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/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 20:52:14 +0000 (0:00:00.030) 0:01:22.681 ********** 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 20:52:14 +0000 (0:00:00.022) 0:01:22.703 ********** 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 20:52:14 +0000 (0:00:00.017) 0:01:22.720 ********** 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 20:52:14 +0000 (0:00:00.021) 0:01:22.742 ********** 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 20:52:14 +0000 (0:00:00.012) 0:01:22.754 ********** 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 20:52:14 +0000 (0:00:00.021) 0:01:22.776 ********** 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 20:52:14 +0000 (0:00:00.020) 0:01:22.797 ********** 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 20:52:14 +0000 (0:00:00.013) 0:01:22.811 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709325933.92175, "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 20:52:14 +0000 (0:00:00.203) 0:01:23.014 ********** 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 20:52:14 +0000 (0:00:00.011) 0:01:23.026 ********** 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 20:52:15 +0000 (0:00:00.810) 0:01:23.837 ********** 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 20:52:15 +0000 (0:00:00.014) 0:01:23.851 ********** 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 20:52:15 +0000 (0:00:00.018) 0:01:23.870 ********** 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 20:52:15 +0000 (0:00:00.014) 0:01:23.884 ********** 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 20:52:15 +0000 (0:00:00.014) 0:01:23.899 ********** 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 20:52:16 +0000 (0:00:00.918) 0:01:24.818 ********** 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 20:52:16 +0000 (0:00:00.217) 0:01:25.036 ********** 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 20:52:16 +0000 (0:00:00.013) 0:01:25.049 ********** 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 20:52:16 +0000 (0:00:00.012) 0:01:25.061 ********** 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 20:52:16 +0000 (0:00:00.019) 0:01:25.081 ********** 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 20:52:16 +0000 (0:00:00.019) 0:01:25.101 ********** 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 20:52:16 +0000 (0:00:00.022) 0:01:25.124 ********** 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.433742", "end": "2024-03-01 20:52:17.094328", "failed_when_result": true, "rc": 0, "start": "2024-03-01 20:52:16.660586" } 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=447177,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=723608k,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=14758) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime,seclabel) 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) 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) 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) none on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) 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 5.2G 264G 2% / tmpfs 371M 0 371M 0% /run/user/0 + lvs --all + pvs --all + vgs --all + cat /tmp/snapshot_role.log 2024-03-01 20:49:18,654 INFO snapshot-role/MainThread: check_cmd: check 20 xxxxxx None snapset1 1 None 2024-03-01 20:49:18,654 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:49:18,685 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:49:18,685 INFO snapshot-role/MainThread: { 2024-03-01 20:49:18,685 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:49:18,685 INFO snapshot-role/MainThread: { 2024-03-01 20:49:18,685 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:49:18,685 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 20:49:18,685 INFO snapshot-role/MainThread: ] 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: , 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: , 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: {"lv_uuid":"JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: , 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi", "lv_uuid":"JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol", "pv_name":"/dev/sda"}, 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A", "lv_uuid":"JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol", "pv_name":"/dev/sdb"}, 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: , 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol"}, 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol"} 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: } 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: , 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:49:18,686 INFO snapshot-role/MainThread: } 2024-03-01 20:49:18,687 INFO snapshot-role/MainThread: exit code: 12: ['source volume group does not exist: xxxxxx'] 2024-03-01 20:50:03,930 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 20:50:03,930 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:03,966 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:03,966 INFO snapshot-role/MainThread: { 2024-03-01 20:50:03,966 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: { 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:03,967 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"} 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: } 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: { 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,968 INFO snapshot-role/MainThread: } 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: { 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"} 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: } 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: , 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:03,969 INFO snapshot-role/MainThread: } 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: VG: test_vg3 free 2550136832 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: LV: lv5 size : 427819008 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: LV: lv6 size : 427819008 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: LV: total 1711276032 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: space needed: 256691404.80 space available: 2550136832 sufficient space: 1 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: VG: test_vg2 free 2550136832 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: LV: lv4 size : 322961408 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: LV: total 645922816 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: space needed: 96888422.40 space available: 2550136832 sufficient space: 1 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: VG: test_vg1 free 2550136832 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: LV: lv1 size : 322961408 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: LV: lv2 size : 322961408 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: LV: total 645922816 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: space needed: 96888422.40 space available: 2550136832 sufficient space: 1 2024-03-01 20:50:03,970 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:04,009 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:04,009 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,009 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,009 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,009 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:04,009 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 20:50:04,009 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,009 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,009 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:04,009 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"} 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,010 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:04,011 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"} 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,012 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:50:04,041 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:04,041 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,041 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,041 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,041 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,041 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:04,041 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,041 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,041 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,041 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,041 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,042 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,042 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,042 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:04,076 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:04,076 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,076 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,076 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,076 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,076 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,076 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,076 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,077 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:04,077 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,077 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,077 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,077 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,077 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,077 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,077 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,077 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:50:04,108 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:50:04,108 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,108 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,108 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,108 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,108 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,108 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,108 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,108 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,109 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,109 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,109 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,109 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 64225280B test_vg3/lv5 2024-03-01 20:50:04,302 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:04,302 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,302 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,302 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,302 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,302 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:50:04,352 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:04,352 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,352 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,352 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,352 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,352 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:04,352 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,352 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,353 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,353 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,353 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,353 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,353 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,353 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:04,399 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:04,399 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,399 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,399 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,399 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,399 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,400 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,400 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,400 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,400 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:04,400 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,400 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,400 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,400 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,400 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,400 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,400 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,400 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:50:04,431 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:50:04,431 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,431 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,431 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,431 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,431 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,431 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,431 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,432 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,432 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,432 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,432 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,432 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 64225280B test_vg3/lv6 2024-03-01 20:50:04,557 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:04,557 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,557 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,557 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,557 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,557 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:50:04,598 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:04,598 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,598 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,598 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,598 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,598 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:04,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,598 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,598 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,599 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,599 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,599 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,599 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:04,648 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:04,648 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,648 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,648 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,648 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,648 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,648 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,649 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,649 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,649 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,649 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:04,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,649 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,649 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,649 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,649 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,649 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:50:04,682 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:50:04,682 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,682 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,682 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,682 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,682 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,682 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,683 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,683 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,683 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,683 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,683 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,683 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 20:50:04,809 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:04,809 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,809 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,809 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,809 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,809 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:50:04,859 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:04,859 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,859 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,859 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,859 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,859 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:04,860 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,860 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,860 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,860 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,860 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,860 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,860 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,860 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:04,910 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:04,910 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,910 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,910 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,910 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,910 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,910 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,910 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,911 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,911 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,911 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:04,911 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:04,911 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,911 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,911 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,911 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,911 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,911 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,911 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,911 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:50:04,950 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:50:04,950 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,951 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:04,951 INFO snapshot-role/MainThread: { 2024-03-01 20:50:04,951 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:04,951 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,951 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,951 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,951 INFO snapshot-role/MainThread: , 2024-03-01 20:50:04,951 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:04,951 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:04,951 INFO snapshot-role/MainThread: } 2024-03-01 20:50:04,951 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 20:50:05,121 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:05,121 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,121 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,121 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,121 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,121 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:50:05,167 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:05,167 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,167 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:05,167 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,167 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:05,167 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:05,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,167 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,168 INFO snapshot-role/MainThread: , 2024-03-01 20:50:05,168 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,168 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,168 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,168 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:50:05,215 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:05,215 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,215 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:05,215 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,215 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:05,216 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:05,216 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:05,216 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,216 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,216 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,216 INFO snapshot-role/MainThread: , 2024-03-01 20:50:05,216 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,216 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,216 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,216 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:50:05,246 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:50:05,246 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,246 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:05,246 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,246 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:05,246 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,246 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,246 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,246 INFO snapshot-role/MainThread: , 2024-03-01 20:50:05,247 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,247 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,247 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,247 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 20:50:05,368 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:05,368 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,368 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,368 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,368 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,368 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:50:05,420 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:05,421 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,421 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:05,421 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,421 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:05,421 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:05,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,421 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,421 INFO snapshot-role/MainThread: , 2024-03-01 20:50:05,421 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,421 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,422 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:50:05,454 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:05,454 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,454 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:05,454 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,454 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:05,454 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:05,454 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:05,455 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:05,455 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,455 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,455 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,455 INFO snapshot-role/MainThread: , 2024-03-01 20:50:05,455 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,455 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,455 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,455 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:50:05,490 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:50:05,490 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,490 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:05,490 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,490 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:05,490 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,491 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,491 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,491 INFO snapshot-role/MainThread: , 2024-03-01 20:50:05,491 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,491 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,491 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,491 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 48496640B test_vg2/lv4 2024-03-01 20:50:05,623 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:05,623 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,623 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,623 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,623 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,623 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:50:05,671 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:05,671 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,671 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:05,671 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,671 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:05,671 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:05,671 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,671 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,671 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,671 INFO snapshot-role/MainThread: , 2024-03-01 20:50:05,672 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,672 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,672 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,672 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:50:05,702 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:05,702 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,702 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:05,702 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,702 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:05,702 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:05,702 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:05,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,702 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,703 INFO snapshot-role/MainThread: , 2024-03-01 20:50:05,703 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,703 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,703 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,703 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:50:05,741 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:50:05,741 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,741 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:05,741 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,741 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:05,741 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,741 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,742 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,742 INFO snapshot-role/MainThread: , 2024-03-01 20:50:05,742 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,742 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,742 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,742 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 48496640B test_vg1/lv1 2024-03-01 20:50:05,849 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:05,849 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,849 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,849 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,849 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,849 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:50:05,893 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:05,893 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,893 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:05,893 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,893 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:05,893 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:05,893 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,893 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,894 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,894 INFO snapshot-role/MainThread: , 2024-03-01 20:50:05,894 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,894 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,894 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,894 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:50:05,938 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:05,938 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,938 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:05,938 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,938 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:05,938 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:05,938 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:05,938 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:05,938 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,938 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,939 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,939 INFO snapshot-role/MainThread: , 2024-03-01 20:50:05,939 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,939 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,939 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,939 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:50:05,969 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:50:05,969 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,969 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:05,969 INFO snapshot-role/MainThread: { 2024-03-01 20:50:05,969 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:05,969 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,969 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,969 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,970 INFO snapshot-role/MainThread: , 2024-03-01 20:50:05,970 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:05,970 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:05,970 INFO snapshot-role/MainThread: } 2024-03-01 20:50:05,970 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 48496640B test_vg1/lv2 2024-03-01 20:50:06,089 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:06,089 INFO snapshot-role/MainThread: { 2024-03-01 20:50:06,089 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:06,089 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:06,089 INFO snapshot-role/MainThread: } 2024-03-01 20:50:06,091 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:50:07,599 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 20:50:07,599 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:07,636 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:07,636 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,636 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:07,636 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,636 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:07,636 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"2281701376", "vg_extent_size":"4194304"} 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"67108864", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"67108864", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"free", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"34", "segtype":"free", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:07,637 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:07,638 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:07,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,640 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:50:07,680 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:07,680 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,680 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:07,680 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,680 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,680 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:07,681 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,681 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,681 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,681 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,681 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:07,681 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,681 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,681 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:07,713 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:07,713 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,713 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:07,713 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,713 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,713 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,714 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:50:07,749 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:07,749 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,749 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:07,749 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,749 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,749 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:07,749 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,749 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,749 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,750 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,750 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:07,750 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,750 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,750 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:50:07,782 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:07,782 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,782 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:07,782 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,782 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,782 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:07,782 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,782 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,782 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,783 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,783 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:07,783 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,783 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,783 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:50:07,822 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:07,822 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,822 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:07,822 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,822 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,822 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:07,822 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,823 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,823 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,823 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,823 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:07,823 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,823 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,823 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:50:07,858 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:07,858 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,858 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:07,858 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,858 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,858 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:07,858 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,858 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,859 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,859 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,859 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:07,859 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,859 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,859 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:07,890 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:07,890 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,890 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:07,890 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,890 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,890 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,891 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:50:07,931 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:07,931 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,931 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:07,931 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,931 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,931 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:07,931 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,932 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,932 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,932 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,932 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:07,932 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,932 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,932 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:50:07,967 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:07,967 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,967 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:07,967 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,967 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,967 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:07,967 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,967 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,967 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,968 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,968 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:07,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,968 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,968 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:50:07,998 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:07,998 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,998 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:07,998 INFO snapshot-role/MainThread: { 2024-03-01 20:50:07,998 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:07,998 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:07,998 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,998 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,999 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,999 INFO snapshot-role/MainThread: , 2024-03-01 20:50:07,999 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:07,999 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:07,999 INFO snapshot-role/MainThread: } 2024-03-01 20:50:07,999 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:50:08,033 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,033 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,033 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,033 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,033 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,033 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,033 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,034 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,034 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,034 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,034 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,034 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:08,066 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,066 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,066 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,066 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,066 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,066 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,066 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,066 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,066 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,066 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,067 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,067 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,067 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,067 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,067 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,067 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,067 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,067 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,067 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,067 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,067 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:50:08,098 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,098 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,098 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,098 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,098 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,098 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,098 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,098 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,098 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,098 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,099 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,099 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,099 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,099 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:50:08,134 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,134 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,134 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,134 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,134 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,134 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,134 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,135 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,135 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,135 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,135 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,135 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,135 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:50:08,170 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,170 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,170 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,170 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,170 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,170 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,171 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,171 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,171 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,171 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,171 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:50:08,205 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,205 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,205 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,205 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,205 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,205 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,205 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,205 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,205 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,205 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,206 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,206 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,206 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,206 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:08,241 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,241 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,241 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,241 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,241 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,242 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:50:08,273 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,273 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,273 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,273 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,273 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,273 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,273 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,273 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,274 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,274 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,274 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,274 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,274 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,274 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:50:08,310 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,310 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,310 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,310 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,310 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,310 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,311 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,311 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,311 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,311 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,311 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,311 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,311 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,311 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:50:08,340 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,340 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,340 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,340 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,340 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,340 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,340 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,340 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,341 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,341 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,341 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,341 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,341 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,341 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:50:08,379 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,379 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,379 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,379 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,379 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,379 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,380 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,380 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,380 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,380 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,380 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:50:08,410 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,410 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,410 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,410 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,410 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,410 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,410 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,411 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,411 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,411 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,411 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,411 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,411 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,411 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,411 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,411 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,411 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:50:08,447 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,447 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,447 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,447 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,447 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,447 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,447 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,447 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,447 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,448 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,448 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,448 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,448 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,448 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:50:08,482 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,482 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,482 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,482 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,482 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,482 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,482 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,482 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,482 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,483 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,483 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,483 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,483 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,483 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:50:08,517 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,517 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,517 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,517 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,517 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,517 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,517 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,517 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,518 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,518 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,518 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,518 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,518 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,518 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:50:08,550 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,550 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,550 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,550 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,550 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,550 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,550 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,550 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,551 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,551 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,551 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,551 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:50:08,585 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,585 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,585 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,585 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,585 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,585 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,585 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,585 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,585 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,586 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,586 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,586 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,586 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,586 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,586 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,586 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,586 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:50:08,625 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,625 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,625 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,625 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,625 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,625 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,625 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,626 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,626 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,626 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,626 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,626 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,626 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,626 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:50:08,664 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,664 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,664 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,664 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,664 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,664 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,664 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,664 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,664 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,665 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,665 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,665 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,665 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,665 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:50:08,699 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,699 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,699 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,699 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,699 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,699 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,699 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,699 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,699 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,700 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,700 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,700 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:50:08,734 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,734 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,734 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,734 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,734 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,734 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,734 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,735 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,735 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,735 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,735 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,735 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,735 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,735 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:50:08,767 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,767 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,767 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,767 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,767 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,767 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,767 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,768 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,768 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,768 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,768 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,768 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,768 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,768 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,768 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,768 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,768 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:50:08,806 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,806 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,806 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,806 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,806 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,806 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,806 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,806 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,807 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,807 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,807 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,807 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,807 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,807 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:50:08,840 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,840 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,840 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,840 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,840 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,840 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,840 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,841 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,841 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,841 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,841 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,841 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:50:08,872 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,872 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,872 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,872 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,872 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,872 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,872 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,873 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,873 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,873 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,873 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,873 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,873 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:50:08,904 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,904 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,904 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,904 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,904 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,904 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,904 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,904 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,904 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,904 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,904 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,905 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,905 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,905 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:50:08,937 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,937 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,937 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,937 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,937 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,937 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,938 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,938 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:08,938 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,938 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,938 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,938 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,938 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,938 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,938 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,938 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,938 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:50:08,967 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,967 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,967 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,967 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,967 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,967 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,967 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,967 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,968 INFO snapshot-role/MainThread: , 2024-03-01 20:50:08,968 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:08,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:08,968 INFO snapshot-role/MainThread: } 2024-03-01 20:50:08,968 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:50:08,999 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:08,999 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,999 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:08,999 INFO snapshot-role/MainThread: { 2024-03-01 20:50:08,999 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:08,999 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:08,999 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:09,000 INFO snapshot-role/MainThread: } 2024-03-01 20:50:09,000 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:09,000 INFO snapshot-role/MainThread: , 2024-03-01 20:50:09,000 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:09,000 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:09,000 INFO snapshot-role/MainThread: } 2024-03-01 20:50:09,000 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:50:09,029 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:09,029 INFO snapshot-role/MainThread: { 2024-03-01 20:50:09,029 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:09,029 INFO snapshot-role/MainThread: { 2024-03-01 20:50:09,029 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:09,029 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:09,030 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:09,030 INFO snapshot-role/MainThread: } 2024-03-01 20:50:09,030 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:09,030 INFO snapshot-role/MainThread: , 2024-03-01 20:50:09,030 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:09,030 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:09,030 INFO snapshot-role/MainThread: } 2024-03-01 20:50:09,030 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:50:10,431 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 0 None 2024-03-01 20:50:10,431 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:10,468 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,468 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,468 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"2281701376", "vg_extent_size":"4194304"} 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"67108864", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"67108864", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"free", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,469 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"34", "segtype":"free", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,470 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,471 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,472 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:50:10,508 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,508 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,508 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:10,508 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,508 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,508 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:10,509 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,509 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,509 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,509 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,509 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,509 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,509 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,509 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:10,541 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,541 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,541 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:10,541 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,541 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,541 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,541 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,542 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:50:10,575 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,575 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,575 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:10,575 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,575 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,575 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:10,575 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,576 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,576 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,576 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,576 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,576 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,576 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,576 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:50:10,610 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,610 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,610 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:10,610 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,610 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,610 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:10,611 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,611 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,611 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,611 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,611 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,611 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,611 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,611 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:10,648 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,648 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,648 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:10,648 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,648 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:10,648 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"2281701376", "vg_extent_size":"4194304"} 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"67108864", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"67108864", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"free", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"34", "segtype":"free", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,649 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:10,650 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,651 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 2281701376 vg_extent_size : 4194304 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:10,652 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:10,653 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv5_snapset1 2024-03-01 20:50:10,753 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,753 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,753 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,753 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,753 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:50:10,798 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,798 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,798 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:10,799 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,799 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,799 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:10,799 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,799 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,799 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,799 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,799 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,799 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,799 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,800 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:50:10,839 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,839 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,839 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:10,839 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,839 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,839 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:10,839 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,839 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,839 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,840 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,840 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,840 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,840 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:10,874 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,874 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,874 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:10,874 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,874 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,874 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,874 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,874 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,875 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:50:10,905 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,905 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,905 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:10,905 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,905 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,905 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:10,905 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,905 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,906 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,906 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,906 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,906 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,906 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,906 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:50:10,937 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,937 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,937 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:10,937 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,937 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,937 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:10,937 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,938 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,938 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,938 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,938 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,938 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,938 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,938 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:10,979 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:10,979 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,979 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:10,979 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,979 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:10,979 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"2176843776", "vg_extent_size":"4194304"} 2024-03-01 20:50:10,979 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,979 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"67108864", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"free", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,980 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:10,981 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: { 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,982 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: , 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: } 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 2176843776 vg_extent_size : 4194304 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:10,983 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:10,984 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv6_snapset1 2024-03-01 20:50:11,073 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,073 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,073 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,073 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,073 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,073 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:50:11,120 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,120 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,120 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,120 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,120 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,120 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,120 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,120 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,120 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,120 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,120 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,121 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,121 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,122 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:50:11,164 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,164 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,164 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,164 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,164 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,164 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,164 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,165 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,165 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,165 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,165 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,165 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:11,202 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,202 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,202 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,202 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,202 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,203 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:50:11,243 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,243 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,243 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,243 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,243 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,243 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,243 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,244 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,244 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,244 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,244 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,244 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,244 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,244 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:50:11,269 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,269 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,269 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,269 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,269 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,269 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,269 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,269 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,269 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,269 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,269 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,269 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,270 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,270 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:11,309 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,309 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,309 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,309 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,309 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:11,309 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"2071986176", "vg_extent_size":"4194304"} 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,310 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"free", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"229", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,311 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:11,312 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,313 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 2071986176 vg_extent_size : 4194304 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:11,314 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv7_snapset1 2024-03-01 20:50:11,397 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,397 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,397 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,397 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,397 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,397 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:50:11,439 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,439 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,439 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,439 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,439 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,439 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,439 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,439 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,439 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,440 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,440 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,440 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,440 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,440 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:50:11,492 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,492 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,492 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,492 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,492 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,492 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,492 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,493 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,493 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,493 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,493 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,493 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,493 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,493 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:11,525 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,525 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,525 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,526 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:50:11,562 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,562 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,562 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,562 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,562 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,562 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,563 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,563 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,563 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,563 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,563 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,563 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,563 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,563 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:50:11,597 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,597 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,597 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,597 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,597 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,597 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,597 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,597 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,597 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,598 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,598 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,598 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,598 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:11,639 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,639 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,639 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,639 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,639 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:11,639 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1967128576", "vg_extent_size":"4194304"} 2024-03-01 20:50:11,639 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"free", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:11,640 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"204", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,641 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,642 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,643 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1967128576 vg_extent_size : 4194304 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:11,644 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv8_snapset1 2024-03-01 20:50:11,723 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,723 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,723 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,723 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,723 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,723 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:50:11,767 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,767 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,773 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,773 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,773 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,773 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,773 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,773 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,773 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,774 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,774 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,774 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:50:11,817 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,817 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,817 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,817 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,817 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,817 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,818 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,818 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,818 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,818 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,818 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,818 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,818 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,818 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:50:11,849 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,849 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,849 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,849 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,849 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,849 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,849 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,849 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:11,849 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,849 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,850 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,850 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,850 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,850 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,850 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:50:11,885 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,885 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,885 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,885 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,885 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,885 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,886 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,886 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,886 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,886 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,886 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,886 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,886 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,886 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:50:11,922 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,922 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,922 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,922 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,922 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,922 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:11,922 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,922 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,922 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,922 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,922 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,922 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,923 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,923 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:11,962 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:11,962 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,962 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:11,962 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,962 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:11,962 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:11,962 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,962 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,962 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:11,962 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,963 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,964 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: { 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:11,965 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: , 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: } 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:11,966 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:11,967 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg2/lv3_snapset1 2024-03-01 20:50:12,054 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,054 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,054 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,054 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,054 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,054 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:50:12,101 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,102 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,102 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,102 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,102 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,102 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,102 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,102 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,102 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,102 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,102 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,102 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,102 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,103 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:50:12,138 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,138 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,138 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,138 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,138 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,138 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,138 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,138 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,139 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,139 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,139 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,139 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:50:12,174 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,174 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,174 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,174 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,174 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,174 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:12,174 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:12,174 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:12,175 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,175 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,175 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,175 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,175 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,175 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,175 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,175 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,175 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:50:12,203 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,203 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,203 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,204 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,204 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,204 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,204 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,204 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,204 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,204 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,204 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,204 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,204 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,204 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:50:12,236 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,236 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,236 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,236 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,236 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,236 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,236 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,237 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,237 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,237 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,237 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,237 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,237 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,237 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:12,278 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,278 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,278 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,278 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,279 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2369781760", "vg_extent_size":"4194304"} 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,280 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"50331648", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"57", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:12,281 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,282 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2369781760 vg_extent_size : 4194304 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:12,283 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg2/lv4_snapset1 2024-03-01 20:50:12,366 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,366 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,366 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,366 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,366 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,366 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:50:12,411 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,411 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,411 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,411 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,411 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,411 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,411 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,411 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,412 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,412 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,412 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,412 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,412 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,412 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:50:12,450 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,450 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,450 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,450 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,450 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,450 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,450 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,451 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,451 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,451 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,451 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,451 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:50:12,482 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,482 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,482 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,482 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,482 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,482 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:12,482 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:12,482 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:12,483 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,483 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,483 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,483 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,483 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,483 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,483 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,483 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,483 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:50:12,518 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,518 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,518 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,518 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,518 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,518 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,519 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,519 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,519 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,519 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,519 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,519 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,519 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,519 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:50:12,561 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,561 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,561 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,561 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,561 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,561 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,562 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,562 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,562 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,562 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,562 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,562 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,562 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,562 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:12,602 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,602 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,602 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,602 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,602 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,603 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,604 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:12,605 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"50331648", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,606 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:12,607 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg1/lv1_snapset1 2024-03-01 20:50:12,688 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,688 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,688 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,688 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,688 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,688 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:50:12,739 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,739 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,739 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,739 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,739 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,739 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,740 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,740 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,740 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,740 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,740 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,740 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,740 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,740 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:50:12,776 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,776 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,776 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,776 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,776 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,776 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,777 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,777 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,777 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,777 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,777 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,777 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,777 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,777 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:50:12,808 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,808 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,808 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,808 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,808 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,808 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:12,808 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:12,808 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:12,808 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,809 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,809 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,809 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,809 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,809 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,809 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,809 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,809 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:50:12,841 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,841 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,841 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,841 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,841 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,841 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,841 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,841 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,841 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,842 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,842 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,842 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,842 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,842 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:50:12,874 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,874 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,874 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,874 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,874 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,874 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:12,874 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,874 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,875 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,875 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,875 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,875 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:12,912 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:12,912 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,912 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,913 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,914 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: { 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2369781760", "vg_extent_size":"4194304"} 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:12,915 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"50331648", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"57", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: , 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:12,916 INFO snapshot-role/MainThread: } 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2369781760 vg_extent_size : 4194304 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 20:50:12,917 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg1/lv2_snapset1 2024-03-01 20:50:13,004 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:13,004 INFO snapshot-role/MainThread: { 2024-03-01 20:50:13,004 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:13,004 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:13,004 INFO snapshot-role/MainThread: } 2024-03-01 20:50:13,004 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:50:13,058 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:13,058 INFO snapshot-role/MainThread: { 2024-03-01 20:50:13,058 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:13,058 INFO snapshot-role/MainThread: { 2024-03-01 20:50:13,059 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:13,059 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:13,059 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:13,059 INFO snapshot-role/MainThread: } 2024-03-01 20:50:13,059 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:13,059 INFO snapshot-role/MainThread: , 2024-03-01 20:50:13,059 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:13,059 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:13,059 INFO snapshot-role/MainThread: } 2024-03-01 20:50:13,059 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:50:14,502 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 1 None 2024-03-01 20:50:14,502 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:14,545 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,545 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,545 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,545 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,545 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,546 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,547 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:14,548 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,549 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,550 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,550 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,550 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:50:14,586 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,586 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,586 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,586 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,586 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,586 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:14,586 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,586 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,587 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,587 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,587 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,587 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,587 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,587 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:14,622 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,622 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,622 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,622 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,622 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,622 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,623 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:50:14,654 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,654 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,654 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,654 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,654 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,654 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:14,654 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,654 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,654 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,655 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,655 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,655 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,655 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,655 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:50:14,686 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,686 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,686 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,686 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,686 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,686 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:14,687 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,687 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,687 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,687 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,687 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,687 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,687 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,687 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:14,720 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,720 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,720 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,720 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,720 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:14,720 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,722 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:14,723 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,724 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:14,725 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:50:14,761 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,761 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,761 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,761 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,761 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,761 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:14,761 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,761 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,762 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,762 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,762 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,762 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,762 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,762 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:50:14,798 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,798 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,798 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,798 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,798 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,798 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:14,798 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,798 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,798 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,798 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,799 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,799 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,799 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,799 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:14,829 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,829 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,829 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,829 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,829 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,829 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,829 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,830 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:50:14,866 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,866 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,866 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,866 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,866 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,866 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:14,866 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,866 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,866 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,867 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,867 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,867 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,867 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,867 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:50:14,902 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,902 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,902 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,902 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,902 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,902 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:14,902 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,902 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,902 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,902 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,903 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,903 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,903 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,903 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:14,940 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,940 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,940 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,940 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,940 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:14,940 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:14,941 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,942 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:14,943 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,944 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:14,945 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:50:14,982 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:14,982 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,982 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:14,982 INFO snapshot-role/MainThread: { 2024-03-01 20:50:14,982 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:14,982 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:14,982 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,982 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,982 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,983 INFO snapshot-role/MainThread: , 2024-03-01 20:50:14,983 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:14,983 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:14,983 INFO snapshot-role/MainThread: } 2024-03-01 20:50:14,983 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:50:15,022 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,022 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,022 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,022 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,022 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,022 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,022 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,023 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,023 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,023 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,023 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,023 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,023 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,023 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:15,055 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,055 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,055 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,055 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,056 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:50:15,093 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,093 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,093 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,093 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,093 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,093 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,093 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,093 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,093 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,093 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,094 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,094 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,094 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,094 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:50:15,126 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,126 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,126 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,126 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,126 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,126 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,127 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,127 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,127 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,127 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,127 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,127 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,127 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,127 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:15,164 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,164 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,164 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,164 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,165 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,166 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:15,167 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,168 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,169 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:50:15,202 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,202 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,202 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,202 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,202 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,202 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,203 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,203 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,203 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,203 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,203 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,203 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,203 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,203 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:50:15,235 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,235 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,235 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,235 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,235 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,235 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,236 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,236 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,236 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,236 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,236 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,236 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,236 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,236 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:15,270 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,270 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,270 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,270 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,270 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,270 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,270 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,270 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,270 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,271 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,271 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,271 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,271 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,271 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,271 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,271 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,271 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,271 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,271 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,271 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,271 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:50:15,304 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,304 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,304 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,304 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,304 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,304 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,304 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,304 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,304 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,305 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,305 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,305 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,305 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,305 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:50:15,339 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,339 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,339 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,339 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,339 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,339 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,339 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,339 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,339 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,340 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,340 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,340 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,340 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,340 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:15,377 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,377 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,377 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,378 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:15,379 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,380 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,381 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,382 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,383 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:50:15,418 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,418 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,418 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,418 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,418 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,418 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,419 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,419 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,419 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,419 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,419 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,419 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,419 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,419 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:50:15,454 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,454 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,454 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,454 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,454 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,454 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,454 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,455 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,455 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,455 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,455 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,455 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,455 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,455 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:50:15,489 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,489 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,489 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,489 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,489 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,489 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,489 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,489 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,490 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,490 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,490 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,490 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,490 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,490 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,490 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,490 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,490 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:50:15,522 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,522 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,522 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,522 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,522 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,522 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,522 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,522 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,523 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,523 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,523 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,523 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,523 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,523 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:50:15,554 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,554 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,554 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,554 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,554 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,554 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,554 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,554 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,554 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,554 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,555 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,555 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,555 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,555 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:15,594 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,594 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,594 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,594 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,594 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,595 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,596 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:15,597 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,598 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,599 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:50:15,633 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,633 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,633 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,633 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,633 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,634 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,634 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,634 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,634 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,634 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,634 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:50:15,667 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,667 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,667 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,667 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,667 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,667 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,667 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,668 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,668 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,668 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,668 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,668 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,668 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,668 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:50:15,707 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,707 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,707 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,707 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,707 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,707 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,707 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,708 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,708 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,708 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,708 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,708 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,708 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,708 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,708 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,708 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,708 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:50:15,739 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,739 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,739 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,739 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,739 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,739 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,739 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,739 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,740 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,740 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,740 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,740 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:50:15,776 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,776 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,776 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,776 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,777 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,777 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,777 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,777 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,777 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,777 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,777 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,777 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,777 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,777 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:15,812 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,812 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,812 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,812 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:15,813 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,814 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:15,815 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,816 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:15,817 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:50:15,849 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,849 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,849 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,849 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,849 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,849 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,849 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,849 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,849 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,849 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,850 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,850 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,850 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:50:15,885 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,885 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,885 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,885 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,885 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,885 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,886 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,886 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,886 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,886 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,886 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,886 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,886 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,886 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:50:15,921 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,921 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,921 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,921 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,921 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,921 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,921 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,921 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:15,922 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,922 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,922 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,922 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,922 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,922 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,922 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,922 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,922 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:50:15,957 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,957 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,957 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,957 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,957 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,957 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,957 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,957 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,957 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,957 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,958 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,958 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,958 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,958 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:50:15,994 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:15,994 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,994 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:15,994 INFO snapshot-role/MainThread: { 2024-03-01 20:50:15,995 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:15,995 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:15,995 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,995 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,995 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,995 INFO snapshot-role/MainThread: , 2024-03-01 20:50:15,995 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:15,995 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:15,995 INFO snapshot-role/MainThread: } 2024-03-01 20:50:15,995 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:16,032 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:16,032 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,032 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:16,032 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,032 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:16,032 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:16,032 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,032 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:16,033 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:16,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,035 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,036 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:16,037 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:50:16,069 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:16,069 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,069 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:16,069 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,069 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:16,069 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:16,069 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,070 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,070 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,070 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,070 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:16,070 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,070 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,070 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:50:16,105 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:16,105 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,105 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:16,105 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,105 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:16,105 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:16,105 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,106 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,106 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,106 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,106 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:16,106 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,106 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,106 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:50:16,138 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:16,138 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,138 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:16,138 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,138 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:16,138 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:16,138 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:16,139 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:16,139 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:16,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,139 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,139 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,139 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:16,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,139 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,139 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:50:16,171 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:16,171 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,171 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:16,171 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,171 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:16,171 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:16,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,172 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,172 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,172 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,172 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:16,172 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,172 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,172 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:50:16,209 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:16,209 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,209 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:16,209 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,209 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:16,209 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:16,210 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,210 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,210 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,210 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,210 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:16,210 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,210 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,210 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:16,249 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:16,249 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,249 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:16,249 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:16,250 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,251 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:16,252 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,253 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:16,254 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:50:16,289 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:16,289 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,289 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:16,289 INFO snapshot-role/MainThread: { 2024-03-01 20:50:16,289 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:16,289 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:16,289 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,289 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,289 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,290 INFO snapshot-role/MainThread: , 2024-03-01 20:50:16,290 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:16,290 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:16,290 INFO snapshot-role/MainThread: } 2024-03-01 20:50:16,290 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:50:17,755 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 0 None 2024-03-01 20:50:17,755 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:17,792 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:17,792 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,792 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:17,793 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:17,794 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:17,795 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,796 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,797 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,797 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:17,797 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,797 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,797 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:50:17,836 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:17,836 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,836 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:17,836 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,836 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:17,836 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:17,837 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,837 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,837 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,837 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,837 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:17,837 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,837 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,837 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:17,867 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:17,867 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,867 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:17,867 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,867 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:17,867 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,868 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:50:17,909 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:17,909 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,909 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:17,909 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,909 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:17,909 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:17,910 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,910 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,910 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,910 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,910 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:17,910 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,910 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,910 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:50:17,947 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:17,947 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,947 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:17,947 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,947 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:17,947 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:17,947 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,947 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,947 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,947 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,948 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:17,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,948 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,948 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:17,985 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:17,985 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,985 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:17,985 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,985 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:17,985 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:17,986 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:17,987 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: { 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:17,988 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: , 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:17,989 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: } 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:17,990 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:50:18,022 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,022 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,022 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,022 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,022 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,022 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,023 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,023 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,023 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,023 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,023 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,023 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,023 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,023 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:50:18,055 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,055 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,055 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,055 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,055 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,055 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,056 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,056 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,056 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,056 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,056 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:18,089 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,089 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,089 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,089 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,090 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:50:18,123 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,123 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,123 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,123 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,123 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,123 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,123 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,123 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,124 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,124 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,124 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,124 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,124 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,124 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:50:18,156 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,156 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,156 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,156 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,156 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,156 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,156 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,156 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,157 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,157 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,157 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,157 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,157 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,157 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:18,193 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,193 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,193 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,193 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,193 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,194 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,195 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,196 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,197 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,198 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:50:18,238 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,238 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,238 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,238 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,238 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,238 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,238 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,238 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,239 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,239 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,239 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,239 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,239 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,239 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:50:18,277 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,277 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,277 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,277 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,277 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,277 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,277 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,277 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,277 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,277 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,278 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,278 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,278 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,278 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:18,308 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,308 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,308 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,308 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,308 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,308 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,309 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:50:18,347 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,347 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,347 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,347 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,347 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,347 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,347 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,348 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,348 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,348 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,348 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,348 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:50:18,379 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,379 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,379 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,379 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,379 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,379 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,379 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,379 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,379 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,380 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,380 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,380 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,380 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,380 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:18,417 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,417 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,417 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,417 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,417 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:18,417 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,418 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,419 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:18,420 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,421 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,422 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:50:18,454 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,454 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,454 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,454 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,454 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,454 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,454 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,455 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,455 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,455 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,455 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,455 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,455 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,455 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:50:18,491 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,491 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,491 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,491 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,491 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,491 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,492 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,492 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,492 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,492 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,492 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,492 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,492 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,492 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:18,530 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,530 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,530 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,530 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,530 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,530 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,530 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,530 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,531 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:50:18,563 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,563 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,563 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,563 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,563 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,563 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,564 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,564 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,564 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,564 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,564 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,564 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,564 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,564 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:50:18,597 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,597 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,597 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,597 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,597 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,597 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,598 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,598 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,598 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,598 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,598 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:18,638 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,638 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,638 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,638 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,638 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,639 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,640 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:18,641 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,642 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,643 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:50:18,674 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,674 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,674 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,674 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,674 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,674 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,674 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,674 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,675 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,675 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,675 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,675 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,675 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,675 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:50:18,710 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,710 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,710 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,710 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,710 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,710 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,710 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,710 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,711 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,711 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,711 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,711 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,711 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,711 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:50:18,745 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,745 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,745 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,745 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,745 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,745 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,745 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,745 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,745 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,745 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,746 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,746 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,746 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,746 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,746 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,746 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,746 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:50:18,781 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,781 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,781 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,781 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,781 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,781 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,781 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,782 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,782 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,782 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,782 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,782 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,782 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,782 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:50:18,817 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,817 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,817 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,817 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,817 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,818 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,818 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,818 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,818 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,818 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,818 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,818 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,818 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,818 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:18,859 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,859 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,859 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,859 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,860 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,861 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:18,862 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,863 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:18,864 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:50:18,899 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,899 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,899 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,899 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,899 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,899 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,899 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,899 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,900 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,900 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,900 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,900 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,900 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,900 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:50:18,935 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,935 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,935 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,935 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,935 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,935 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,935 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,936 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,936 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,936 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,936 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,936 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,936 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,936 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:50:18,970 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:18,970 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,970 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:18,970 INFO snapshot-role/MainThread: { 2024-03-01 20:50:18,970 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:18,970 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,971 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,971 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:18,971 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:18,971 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,971 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,971 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,971 INFO snapshot-role/MainThread: , 2024-03-01 20:50:18,971 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:18,971 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:18,971 INFO snapshot-role/MainThread: } 2024-03-01 20:50:18,971 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:50:19,003 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,003 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,003 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,003 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,003 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,004 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,004 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,004 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,004 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,004 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,004 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,004 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,004 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,004 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:50:19,035 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,035 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,035 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,035 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,035 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,035 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,036 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,036 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,036 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,036 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,036 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:19,073 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,073 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,073 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,073 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,073 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:19,073 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:19,073 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,073 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:19,074 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,075 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,076 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,077 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:19,078 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:50:19,114 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,114 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,114 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,114 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,114 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,114 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,114 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,114 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,115 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,115 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,115 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,115 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,115 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,115 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:50:19,149 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,149 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,149 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,149 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,149 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,149 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,149 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,149 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,149 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,149 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,150 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,150 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,150 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,150 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:50:19,179 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,179 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,179 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,179 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,179 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,179 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:19,180 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:19,180 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:19,180 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,180 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,180 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,180 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,180 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,180 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,180 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,180 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,180 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:50:19,215 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,215 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,215 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,215 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,215 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,215 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,215 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,215 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,215 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,216 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,216 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,216 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,216 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,216 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:50:19,252 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,252 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,252 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,252 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,252 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,252 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,253 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,253 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,253 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,253 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,253 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,253 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,253 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:19,289 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,289 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,289 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,289 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,289 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,290 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,291 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:19,292 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,293 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:19,294 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:50:19,329 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,329 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,329 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,329 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,329 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,329 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,329 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,329 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,330 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,330 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,330 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,330 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,330 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,330 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:50:19,368 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,368 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,368 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,368 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,368 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,368 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,368 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,368 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,369 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,369 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,369 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,369 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,369 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,369 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:50:19,404 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,404 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,404 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,404 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,404 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,404 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:19,405 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:19,405 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:19,405 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,405 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,405 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,405 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,405 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,405 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,405 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,405 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,405 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:50:19,435 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,435 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,435 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,435 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,435 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,435 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,435 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,435 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,435 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,435 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,435 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,435 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,436 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,436 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:50:19,467 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,467 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,467 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,467 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,467 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,467 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,467 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,467 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,468 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,468 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,468 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,468 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,468 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,468 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:19,504 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,504 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,504 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,504 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,504 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:19,504 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:19,505 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,506 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,507 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,508 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:19,509 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:50:19,544 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:19,544 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,544 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:19,544 INFO snapshot-role/MainThread: { 2024-03-01 20:50:19,544 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:19,544 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:19,545 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,545 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,545 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,545 INFO snapshot-role/MainThread: , 2024-03-01 20:50:19,545 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:19,545 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:19,545 INFO snapshot-role/MainThread: } 2024-03-01 20:50:19,545 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:50:20,984 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 1 None 2024-03-01 20:50:20,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 20:50:21,028 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,028 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,028 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,029 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,030 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,031 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:21,032 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:21,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:21,033 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:21,033 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,033 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,033 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,033 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,033 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,033 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,033 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,033 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:50:21,069 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,069 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,069 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,069 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,069 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,069 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,070 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,070 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,070 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,070 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,070 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,070 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,070 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,070 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:21,099 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,099 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,099 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,099 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,099 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,099 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,099 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,099 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,099 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,099 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,100 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,100 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,100 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,100 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,100 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,100 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,100 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,100 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,100 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,100 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,100 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:50:21,133 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,133 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,133 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,133 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,133 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,133 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,133 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,134 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,134 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,134 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,134 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,134 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,134 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,134 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:50:21,170 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,170 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,170 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,170 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,170 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,171 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,171 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,171 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,171 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,171 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,171 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:21,209 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,209 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,209 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,209 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,209 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,210 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,211 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,212 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,213 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,214 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:50:21,253 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,253 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,253 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,253 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,253 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,253 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,254 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,254 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,254 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,254 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,254 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,254 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,254 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,254 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:50:21,285 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,285 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,285 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,285 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,285 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,285 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,285 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,285 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,285 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,285 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,286 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,286 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,286 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,286 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:21,320 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,320 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,320 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,320 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,320 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,320 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,320 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,320 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,321 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:50:21,353 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,353 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,353 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,353 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,353 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,353 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,353 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,353 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,353 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,353 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,353 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,354 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,354 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,354 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:50:21,385 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,385 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,385 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,385 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,385 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,385 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,385 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,386 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,386 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,386 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,386 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,386 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,386 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,386 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:21,426 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,426 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,426 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,426 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,426 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,427 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,428 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:21,429 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,430 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,431 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:50:21,464 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,464 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,464 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,464 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,464 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,464 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,464 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,464 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,465 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,465 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,465 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,465 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,465 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,465 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:50:21,495 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,495 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,495 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,495 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,495 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,495 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,495 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,495 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,495 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,496 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,496 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,496 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,496 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,496 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:21,530 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,530 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,530 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,530 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,530 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,530 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,530 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,530 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,531 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:50:21,562 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,562 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,562 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,562 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,562 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,562 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,562 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,562 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,562 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,563 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,563 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,563 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,563 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,563 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:50:21,594 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,594 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,594 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,594 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,594 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,594 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,594 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,594 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,595 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,595 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,595 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,595 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,595 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:21,631 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,631 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,631 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,631 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,632 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,633 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,634 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,635 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,636 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,637 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:50:21,669 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,669 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,669 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,669 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,669 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,669 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,669 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,669 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,669 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,670 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,670 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,670 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,670 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,670 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:50:21,701 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,701 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,701 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,701 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,701 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,701 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,702 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,702 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,702 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,702 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,702 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:50:21,737 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,737 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,737 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,737 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,737 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,737 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,738 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:50:21,772 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,772 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,772 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,772 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,772 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,772 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,773 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,773 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,773 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,773 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,773 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:50:21,808 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,808 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,808 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,808 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,808 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,808 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,808 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,809 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,809 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,809 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,809 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,809 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,809 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,809 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:21,849 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,849 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,849 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,849 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,850 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:21,851 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,852 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,853 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:21,854 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:50:21,889 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,889 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,889 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,889 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,889 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,889 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"171966464", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,889 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,889 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,889 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,890 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,890 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,890 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,890 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,890 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:50:21,925 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,925 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,925 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,925 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,925 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,925 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,925 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,925 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,925 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,926 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,926 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,926 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,926 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,926 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:50:21,957 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,957 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,957 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,957 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,957 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,957 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,957 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,957 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:21,957 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,957 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,958 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,958 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,958 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,958 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,958 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,958 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,958 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:50:21,990 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:21,990 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,990 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:21,990 INFO snapshot-role/MainThread: { 2024-03-01 20:50:21,990 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:21,990 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:21,990 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,990 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,990 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,990 INFO snapshot-role/MainThread: , 2024-03-01 20:50:21,990 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:21,991 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:21,991 INFO snapshot-role/MainThread: } 2024-03-01 20:50:21,991 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:50:22,023 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,023 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,023 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,023 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,023 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,023 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,023 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,023 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,024 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,024 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,024 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,024 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,024 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,024 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:22,062 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,062 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,062 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,062 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,062 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:22,062 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,063 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,064 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,065 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,066 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,067 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:50:22,102 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,102 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,102 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,102 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,102 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,102 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,103 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,103 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,103 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,103 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,103 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,103 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,103 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,103 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:50:22,133 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,133 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,133 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,133 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,133 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,133 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,133 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,134 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,134 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,134 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,134 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,134 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,134 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,134 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:50:22,167 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,167 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,167 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,167 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,167 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,167 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:22,167 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:22,167 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:22,167 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,168 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,168 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,168 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,168 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,168 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,168 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,168 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,168 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:50:22,200 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,200 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,200 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,201 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,201 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,201 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,201 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,201 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,201 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,201 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,201 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,201 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,201 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,201 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:50:22,234 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,234 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,234 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,234 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,234 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,234 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,234 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,235 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,235 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,235 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,235 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,235 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,235 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,235 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:22,278 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,278 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,278 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,278 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,278 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:22,278 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,279 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,280 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:22,281 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,282 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,283 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:50:22,316 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,316 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,316 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,316 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,316 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,316 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,316 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,316 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,316 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,317 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,317 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,317 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,317 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,317 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:50:22,351 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,351 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,351 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,351 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,351 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,351 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,352 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,352 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,352 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,352 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,352 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,352 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,352 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,352 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:50:22,385 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,385 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,385 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,385 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,385 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,385 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:22,386 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:22,386 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:22,386 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,386 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,386 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,386 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,386 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,386 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,386 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,386 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,386 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:50:22,420 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,420 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,420 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,420 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,420 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,420 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,421 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,421 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,421 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,421 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,421 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:50:22,452 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,452 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,452 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,452 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,452 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,452 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,452 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,452 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,452 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,452 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,453 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,453 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,453 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,453 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:22,493 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,493 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,493 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,493 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,493 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:22,493 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,494 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,495 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,496 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,497 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,498 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:50:22,533 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,533 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,533 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,533 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,533 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,533 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,533 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,533 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,533 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,533 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,534 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,534 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,534 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,534 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:50:22,565 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,565 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,565 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,565 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,565 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,565 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,565 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,565 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,565 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,565 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,566 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,566 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,566 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,566 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:50:22,597 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,597 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,597 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,597 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,597 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,597 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:22,597 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:22,597 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:50:22,597 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,597 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,598 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,598 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,598 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,598 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,598 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,598 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:50:22,631 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,631 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,631 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,631 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,631 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,631 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,632 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,632 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,632 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,632 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,632 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,632 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,632 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,632 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:50:22,665 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,665 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,665 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,665 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,665 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,665 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,665 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,665 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,666 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,666 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,666 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,666 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,666 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,666 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:50:22,705 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,705 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,705 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,705 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,705 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"171966464", "origin":"lv5", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"171966464", "origin":"lv6", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"171966464", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"171966464", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdg"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdh"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,706 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX", "pv_name":"/dev/sdi"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX"} 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"130023424", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,707 INFO snapshot-role/MainThread: {"lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"130023424", "origin":"lv4", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G"} 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,708 INFO snapshot-role/MainThread: {"lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"130023424", "origin":"lv1", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"130023424", "origin":"lv2", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO", "lv_uuid":"", "pv_name":"/dev/sda"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"}, 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp"} 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,709 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 20:50:22,710 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:50:22,743 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:50:22,743 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,743 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:50:22,743 INFO snapshot-role/MainThread: { 2024-03-01 20:50:22,743 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:50:22,743 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:50:22,744 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,744 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,744 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,744 INFO snapshot-role/MainThread: , 2024-03-01 20:50:22,744 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:50:22,744 INFO snapshot-role/MainThread: ] 2024-03-01 20:50:22,744 INFO snapshot-role/MainThread: } 2024-03-01 20:50:22,744 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:19,821 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 20:51:19,821 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:51:19,856 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:19,856 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,856 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:19,856 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,856 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:19,856 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:51:19,856 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "pv_name":"/dev/sdi"} 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp"}, 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok"} 2024-03-01 20:51:19,857 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii"}, 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV"} 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,858 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "pv_name":"/dev/sda"}, 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM"}, 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM"}, 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K"} 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,859 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 20:51:19,860 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:51:19,898 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:19,898 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,898 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:19,898 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,898 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:19,898 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:51:19,898 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,898 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,898 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:19,898 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "pv_name":"/dev/sdi"} 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp"}, 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok"} 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,899 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii"}, 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV"} 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,900 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "pv_name":"/dev/sda"}, 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM"}, 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM"}, 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K"} 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,901 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,902 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:51:19,937 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:19,937 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,937 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:19,937 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,937 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:19,937 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:19,937 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,937 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,938 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,938 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,938 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:19,938 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,938 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,938 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:19,968 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:19,968 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,968 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:19,968 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,968 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:19,968 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:19,968 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:19,968 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:19,968 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:19,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,969 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,969 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,969 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,969 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:19,969 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,969 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,969 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:51:19,998 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:19,998 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,998 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:19,998 INFO snapshot-role/MainThread: { 2024-03-01 20:51:19,998 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:19,998 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,998 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,999 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,999 INFO snapshot-role/MainThread: , 2024-03-01 20:51:19,999 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:19,999 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:19,999 INFO snapshot-role/MainThread: } 2024-03-01 20:51:19,999 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 20:51:20,162 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:20,162 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,162 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,162 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,162 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,163 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:51:20,199 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:20,199 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,199 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:20,199 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,199 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:20,199 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:20,199 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,199 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,199 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,199 INFO snapshot-role/MainThread: , 2024-03-01 20:51:20,199 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,199 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,200 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,200 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,247 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,248 INFO snapshot-role/MainThread: , 2024-03-01 20:51:20,248 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,248 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,248 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,248 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:51:20,279 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:20,279 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,279 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:20,279 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,279 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:20,279 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,280 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,280 INFO snapshot-role/MainThread: , 2024-03-01 20:51:20,280 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,280 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,280 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 20:51:20,408 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:20,408 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,408 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,408 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,408 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,408 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:51:20,460 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:20,460 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,460 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:20,460 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,460 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:20,460 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:20,460 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,460 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,460 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,460 INFO snapshot-role/MainThread: , 2024-03-01 20:51:20,461 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,461 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,461 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,461 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:20,503 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:20,503 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:20,503 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:20,503 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: , 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,504 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:51:20,535 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:20,535 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,535 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:20,535 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,535 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:20,535 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,536 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,536 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,536 INFO snapshot-role/MainThread: , 2024-03-01 20:51:20,536 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,536 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,536 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,536 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 20:51:20,657 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:20,657 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,657 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,657 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,658 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,658 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:51:20,696 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:20,696 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,696 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:20,696 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,696 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:20,696 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:20,696 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,696 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,696 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,696 INFO snapshot-role/MainThread: , 2024-03-01 20:51:20,697 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,697 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,697 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,697 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:20,744 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:20,744 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,744 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:20,744 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,744 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:20,744 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: , 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,745 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:51:20,776 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:20,776 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,776 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:20,776 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,776 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:20,776 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,776 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,776 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,776 INFO snapshot-role/MainThread: , 2024-03-01 20:51:20,777 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,777 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,777 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,777 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 20:51:20,904 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:20,904 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,904 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,904 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,904 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,904 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:51:20,952 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:20,952 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,952 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:20,952 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,952 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:20,952 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:20,952 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,953 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,953 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,953 INFO snapshot-role/MainThread: , 2024-03-01 20:51:20,953 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,953 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,953 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,953 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:20,994 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:20,994 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,994 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:20,994 INFO snapshot-role/MainThread: { 2024-03-01 20:51:20,994 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:20,994 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:20,994 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:20,994 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,994 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,995 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,995 INFO snapshot-role/MainThread: , 2024-03-01 20:51:20,995 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:20,995 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:20,995 INFO snapshot-role/MainThread: } 2024-03-01 20:51:20,995 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:51:21,025 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:21,025 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,025 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:21,025 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,025 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:21,025 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,025 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,025 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,025 INFO snapshot-role/MainThread: , 2024-03-01 20:51:21,026 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,026 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,026 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,026 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 20:51:21,150 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:21,150 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,150 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,150 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,150 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,150 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:51:21,208 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:21,208 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,208 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:21,208 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,208 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:21,209 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:21,209 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,209 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,209 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,209 INFO snapshot-role/MainThread: , 2024-03-01 20:51:21,209 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,209 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,209 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,209 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:21,244 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:21,244 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,244 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:21,244 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,244 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:21,245 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:21,245 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:21,245 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:21,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,245 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,245 INFO snapshot-role/MainThread: , 2024-03-01 20:51:21,245 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,245 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,245 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:51:21,276 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:21,276 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,276 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:21,276 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,276 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:21,276 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,277 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,277 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,277 INFO snapshot-role/MainThread: , 2024-03-01 20:51:21,277 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,277 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,277 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,277 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 20:51:21,406 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:21,406 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,406 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,406 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,406 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,406 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:51:21,467 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:21,467 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,467 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:21,467 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,467 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:21,467 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:21,468 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,468 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,468 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,468 INFO snapshot-role/MainThread: , 2024-03-01 20:51:21,468 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,468 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,468 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,468 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:21,501 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:21,501 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,501 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:21,501 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,501 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:21,501 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:21,502 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:21,502 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,502 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,502 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,502 INFO snapshot-role/MainThread: , 2024-03-01 20:51:21,502 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,502 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,502 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,502 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:51:21,534 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:21,534 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,534 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:21,534 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,534 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:21,534 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,535 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,535 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,535 INFO snapshot-role/MainThread: , 2024-03-01 20:51:21,535 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,535 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,535 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,535 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 20:51:21,659 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:21,659 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,659 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,659 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,659 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,659 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:51:21,698 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:21,698 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,698 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:21,698 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,698 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:21,698 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:21,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,698 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,698 INFO snapshot-role/MainThread: , 2024-03-01 20:51:21,699 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,699 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,699 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:21,745 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:21,745 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,745 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:21,745 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,745 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:21,745 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:21,745 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:21,746 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:21,746 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,746 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,746 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,746 INFO snapshot-role/MainThread: , 2024-03-01 20:51:21,746 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,746 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,746 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,746 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:51:21,782 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:21,782 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,782 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:21,782 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,782 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:21,783 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,783 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,783 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,783 INFO snapshot-role/MainThread: , 2024-03-01 20:51:21,783 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,783 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,783 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,783 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 20:51:21,906 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:21,906 INFO snapshot-role/MainThread: { 2024-03-01 20:51:21,906 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:21,906 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:21,906 INFO snapshot-role/MainThread: } 2024-03-01 20:51:21,907 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:23,357 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 20:51:23,357 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:51:23,398 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,398 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,398 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,398 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,398 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:23,398 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"lv_uuid":"grscxw-VVsm-onjP-wGrP-RcBA-9sty-HttOCL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"lv_uuid":"KpIfCx-yt0k-LwgJ-8aua-Ofn4-29w8-HtIV51", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"lv_uuid":"TxoNBJ-rZyr-G0IG-UtfL-DPlE-7c5S-ewNs8y", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"lv_uuid":"QnfNKC-8ZA7-KuCX-b9K1-eRWR-aItl-iqBcRD", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"KpIfCx-yt0k-LwgJ-8aua-Ofn4-29w8-HtIV51", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"TxoNBJ-rZyr-G0IG-UtfL-DPlE-7c5S-ewNs8y", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"QnfNKC-8ZA7-KuCX-b9K1-eRWR-aItl-iqBcRD", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"grscxw-VVsm-onjP-wGrP-RcBA-9sty-HttOCL", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "pv_name":"/dev/sdi"} 2024-03-01 20:51:23,399 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2"}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2"}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F"}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"KpIfCx-yt0k-LwgJ-8aua-Ofn4-29w8-HtIV51"}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"QnfNKC-8ZA7-KuCX-b9K1-eRWR-aItl-iqBcRD"}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"TxoNBJ-rZyr-G0IG-UtfL-DPlE-7c5S-ewNs8y"}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp"}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp"}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"grscxw-VVsm-onjP-wGrP-RcBA-9sty-HttOCL"}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok"} 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"lv_uuid":"fX8S0v-DnDv-W2vg-EZFY-SjdH-wMbw-vVQ2SA", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: {"lv_uuid":"NFLU8N-QKeF-20Yb-SXel-JWeC-Ydae-T9f7ZW", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,400 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx", "lv_uuid":"NFLU8N-QKeF-20Yb-SXel-JWeC-Ydae-T9f7ZW", "pv_name":"/dev/sde"}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"fX8S0v-DnDv-W2vg-EZFY-SjdH-wMbw-vVQ2SA", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"NFLU8N-QKeF-20Yb-SXel-JWeC-Ydae-T9f7ZW"}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii"}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"fX8S0v-DnDv-W2vg-EZFY-SjdH-wMbw-vVQ2SA"}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV"} 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"lv_uuid":"yvLyJn-8dLJ-29r1-rz08-bEd4-xzuV-fahLbk", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: {"lv_uuid":"iWkQcm-uMcC-WB4H-aZMN-BFRO-nJif-cvky3Z", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,401 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC", "lv_uuid":"yvLyJn-8dLJ-29r1-rz08-bEd4-xzuV-fahLbk", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC", "lv_uuid":"iWkQcm-uMcC-WB4H-aZMN-BFRO-nJif-cvky3Z", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "pv_name":"/dev/sda"}, 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM"}, 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM"}, 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K"}, 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"iWkQcm-uMcC-WB4H-aZMN-BFRO-nJif-cvky3Z"}, 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"yvLyJn-8dLJ-29r1-rz08-bEd4-xzuV-fahLbk"} 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,402 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:51:23,433 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,433 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,433 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,433 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,433 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,433 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,434 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,434 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,434 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,434 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,434 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,434 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,434 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,434 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:23,475 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,475 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,475 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,475 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,475 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,475 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,476 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:51:23,506 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,506 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,506 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,506 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,506 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,506 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,506 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,506 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,506 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,506 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,506 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,507 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,507 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,507 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:51:23,538 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,538 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,538 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,538 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,538 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,538 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,538 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,538 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,538 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,538 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,539 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,539 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,539 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,539 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:51:23,570 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,570 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,570 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,570 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,570 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,570 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,570 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,571 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,571 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,571 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,571 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,571 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,571 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,571 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:51:23,609 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,609 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,609 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,609 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,609 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,609 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,610 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,610 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,610 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,610 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,610 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,610 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,610 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,610 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:23,648 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,648 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,648 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,648 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,648 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,648 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,649 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:51:23,681 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,681 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,681 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,681 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,681 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,681 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,681 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,682 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,682 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,682 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,682 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,682 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,682 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,682 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:51:23,713 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,713 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,713 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,713 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,713 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,713 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,713 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,713 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,713 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,713 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,714 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,714 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,714 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,714 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:51:23,747 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,747 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,747 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,747 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,747 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,747 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,747 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,748 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,748 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,748 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,748 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,748 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,748 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,748 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:51:23,777 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,777 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,777 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,777 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,777 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,777 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,778 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,778 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,778 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,778 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,778 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,778 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,778 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,778 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:23,814 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,814 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,814 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,814 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,814 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,814 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,814 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,815 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:51:23,852 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,852 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,852 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,852 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,852 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,852 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,852 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,852 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,852 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,853 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,853 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,853 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,853 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:51:23,883 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,883 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,883 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,883 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,883 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,883 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,883 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,883 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,883 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,884 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,884 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,884 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,884 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,884 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:51:23,915 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,915 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,915 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,915 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,915 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,915 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,915 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,915 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,915 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,915 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,915 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,916 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,916 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,916 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:51:23,947 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,947 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,947 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,947 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,947 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,947 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,948 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,948 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,948 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,948 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,948 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:23,979 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,979 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,979 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,979 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,979 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,979 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,979 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,980 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:51:24,005 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,005 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,005 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,005 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,005 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,005 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,005 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,005 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,005 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,005 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,005 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,005 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,006 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,006 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:51:24,037 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,037 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,037 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,037 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,037 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,037 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,037 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,038 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,038 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,038 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,038 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,038 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,038 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,038 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:51:24,074 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,074 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,074 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,074 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,074 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,074 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,075 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,075 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,075 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,075 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,075 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:51:24,110 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,110 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,110 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,110 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,111 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,111 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,111 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,111 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,111 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,111 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,111 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,111 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,111 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,111 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:24,147 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,147 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,147 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,147 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,147 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,147 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:24,148 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:24,148 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:24,148 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,148 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,148 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,148 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,148 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,148 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,148 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,148 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,148 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:51:24,179 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,179 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,179 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,179 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,179 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,179 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,179 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,180 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,180 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,180 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,180 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,180 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,180 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,180 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:51:24,211 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,211 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,211 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,211 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,211 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,211 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,211 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,212 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,212 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,212 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,212 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,212 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,212 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,212 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:51:24,244 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,244 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,244 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,244 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,244 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,244 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,245 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,245 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,245 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,245 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,245 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:51:24,277 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,277 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,277 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,277 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,277 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,277 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,277 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,278 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,278 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,278 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,278 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,278 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,278 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,278 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:24,313 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,313 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,313 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,313 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,313 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,313 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:24,314 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:24,314 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:24,314 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,314 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,314 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,314 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,314 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,314 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,314 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,314 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,314 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:51:24,378 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,378 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,378 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,378 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,378 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,378 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,378 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,379 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,379 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,379 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,379 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,379 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,379 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,379 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:51:24,411 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,411 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,411 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,411 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,411 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,411 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,411 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,412 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,412 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,412 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,412 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,412 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,412 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,412 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:51:24,443 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,443 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,443 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,443 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,443 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,443 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,443 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,443 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,443 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,444 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,444 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,444 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,444 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,444 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:24,476 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,476 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,476 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,476 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,476 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,476 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:24,476 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:24,477 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:24,477 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,477 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,477 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,477 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,477 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,477 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,477 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,477 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,477 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:51:24,509 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,509 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,509 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,509 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,509 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,509 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,509 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,509 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,510 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,510 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,510 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,510 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,510 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,510 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:51:24,534 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,534 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,534 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,534 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,534 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,534 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,534 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,534 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,534 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,535 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,535 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,535 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,535 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,535 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:51:24,570 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,570 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,570 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,570 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,570 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,570 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,571 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,571 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,571 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,571 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,571 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,571 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,571 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,571 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:51:24,606 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,606 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,606 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,606 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,606 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,606 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,606 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,607 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,607 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,607 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,607 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,607 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,607 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,607 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:24,637 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,637 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,637 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,637 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,637 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,638 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:24,638 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:24,638 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:24,638 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,638 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,638 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,638 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,638 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,638 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,638 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,638 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,638 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:51:24,670 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,670 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,670 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,670 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,670 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,670 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,670 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,670 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,670 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,671 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,671 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,671 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,671 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,671 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:51:24,701 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,701 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,701 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,701 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,701 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,701 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,701 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,701 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,702 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,702 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,702 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:51:24,734 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,734 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,734 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,734 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,734 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,735 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:24,735 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,735 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,735 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,735 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,735 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,735 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,735 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,735 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:26,213 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 20:51:26,213 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 20:51:26,213 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:26,244 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:26,244 INFO snapshot-role/MainThread: { 2024-03-01 20:51:26,244 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:26,244 INFO snapshot-role/MainThread: { 2024-03-01 20:51:26,244 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:26,244 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:26,244 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:26,245 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:26,245 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:26,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,245 INFO snapshot-role/MainThread: } 2024-03-01 20:51:26,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,245 INFO snapshot-role/MainThread: , 2024-03-01 20:51:26,245 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:26,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,245 INFO snapshot-role/MainThread: } 2024-03-01 20:51:26,245 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:51:26,279 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:26,279 INFO snapshot-role/MainThread: { 2024-03-01 20:51:26,279 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:26,279 INFO snapshot-role/MainThread: { 2024-03-01 20:51:26,279 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:26,279 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:26,279 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,279 INFO snapshot-role/MainThread: } 2024-03-01 20:51:26,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,280 INFO snapshot-role/MainThread: , 2024-03-01 20:51:26,280 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:26,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:26,280 INFO snapshot-role/MainThread: } 2024-03-01 20:51:26,280 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 20:51:26,320 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:26,320 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:27,734 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 20:51:27,734 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 20:51:27,734 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:27,772 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,772 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,772 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,772 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,772 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,773 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,773 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,773 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,773 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,773 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,773 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,773 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,773 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,773 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:51:27,804 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,804 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,804 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,804 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,804 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,804 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,804 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,804 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,804 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,804 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,805 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,805 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,805 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,805 INFO snapshot-role/MainThread: exit code: 0: ['/mnt/lv1_mp is already mounted at /dev/test_vg1/lv1_snapset1'] 2024-03-01 20:51:29,261 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-03-01 20:51:29,261 INFO snapshot-role/MainThread: mount_lv : /mnt/lv2_mp 2024-03-01 20:51:29,261 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:29,297 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:29,297 INFO snapshot-role/MainThread: { 2024-03-01 20:51:29,297 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:29,297 INFO snapshot-role/MainThread: { 2024-03-01 20:51:29,297 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:29,297 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:29,298 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:29,298 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:29,298 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:29,298 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:29,298 INFO snapshot-role/MainThread: } 2024-03-01 20:51:29,298 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:29,298 INFO snapshot-role/MainThread: , 2024-03-01 20:51:29,298 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:29,298 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:29,298 INFO snapshot-role/MainThread: } 2024-03-01 20:51:29,298 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:51:29,333 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:29,333 INFO snapshot-role/MainThread: { 2024-03-01 20:51:29,333 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:29,333 INFO snapshot-role/MainThread: { 2024-03-01 20:51:29,333 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:29,333 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:29,333 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:29,333 INFO snapshot-role/MainThread: } 2024-03-01 20:51:29,333 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:29,334 INFO snapshot-role/MainThread: , 2024-03-01 20:51:29,334 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:29,334 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:29,334 INFO snapshot-role/MainThread: } 2024-03-01 20:51:29,334 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv2_snapset1 /mnt/lv2_mp 2024-03-01 20:51:29,356 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:29,357 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:30,838 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-03-01 20:51:30,838 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 20:51:30,838 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:30,877 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:30,877 INFO snapshot-role/MainThread: { 2024-03-01 20:51:30,877 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:30,877 INFO snapshot-role/MainThread: { 2024-03-01 20:51:30,877 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:30,877 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: } 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: , 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: } 2024-03-01 20:51:30,878 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:51:30,910 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:30,910 INFO snapshot-role/MainThread: { 2024-03-01 20:51:30,910 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:30,910 INFO snapshot-role/MainThread: { 2024-03-01 20:51:30,910 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:30,910 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:30,911 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:30,911 INFO snapshot-role/MainThread: } 2024-03-01 20:51:30,911 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:30,911 INFO snapshot-role/MainThread: , 2024-03-01 20:51:30,911 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:30,911 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:30,911 INFO snapshot-role/MainThread: } 2024-03-01 20:51:30,911 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv7_snapset1 /mnt/lv7_mp 2024-03-01 20:51:30,933 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:30,933 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:32,391 INFO snapshot-role/MainThread: mount_cmd: 1 1 0 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-03-01 20:51:32,391 INFO snapshot-role/MainThread: mount_lv : /mnt/lv6_mp 2024-03-01 20:51:32,391 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:32,431 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,431 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,431 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,431 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,431 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,432 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-03-01 20:51:32,464 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,464 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,464 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,464 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,464 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,464 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:32,464 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,465 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,465 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,465 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,465 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,465 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,465 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,465 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv6 /mnt/lv6_mp 2024-03-01 20:51:32,512 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,512 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:34,032 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 20:51:34,032 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp None test_vg1 lv1 snapset1 2024-03-01 20:51:34,032 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:34,064 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:34,064 INFO snapshot-role/MainThread: { 2024-03-01 20:51:34,064 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:34,064 INFO snapshot-role/MainThread: { 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: } 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: , 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: } 2024-03-01 20:51:34,065 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:51:34,098 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:34,098 INFO snapshot-role/MainThread: { 2024-03-01 20:51:34,098 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:34,098 INFO snapshot-role/MainThread: { 2024-03-01 20:51:34,098 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:34,098 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:34,099 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:34,099 INFO snapshot-role/MainThread: } 2024-03-01 20:51:34,099 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:34,099 INFO snapshot-role/MainThread: , 2024-03-01 20:51:34,099 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:34,099 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:34,099 INFO snapshot-role/MainThread: } 2024-03-01 20:51:34,099 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 20:51:34,101 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:34,102 INFO snapshot-role/MainThread: TARGET="/mnt/lv1_mp" SOURCE="/dev/mapper/test_vg1-lv1_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 20:51:34,102 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:35,568 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-03-01 20:51:35,568 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv2_mp None test_vg1 lv2 snapset1 2024-03-01 20:51:35,568 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:35,604 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,604 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,604 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,604 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,604 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,605 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,605 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,605 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,605 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:35,605 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,605 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,605 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,605 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,605 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,605 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,605 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,605 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:51:35,634 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,634 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,634 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,634 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,634 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,634 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:35,634 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,634 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,635 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,635 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,635 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,635 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,635 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,635 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv2_snapset1 -P 2024-03-01 20:51:35,637 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,637 INFO snapshot-role/MainThread: TARGET="/mnt/lv2_mp" SOURCE="/dev/mapper/test_vg1-lv2_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 20:51:35,638 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:37,120 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-03-01 20:51:37,120 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv7_mp None test_vg3 lv7 snapset1 2024-03-01 20:51:37,120 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:37,156 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:37,156 INFO snapshot-role/MainThread: { 2024-03-01 20:51:37,156 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:37,156 INFO snapshot-role/MainThread: { 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: } 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: , 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: } 2024-03-01 20:51:37,157 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:51:37,188 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:37,188 INFO snapshot-role/MainThread: { 2024-03-01 20:51:37,188 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:37,188 INFO snapshot-role/MainThread: { 2024-03-01 20:51:37,188 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:37,188 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:37,188 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:37,188 INFO snapshot-role/MainThread: } 2024-03-01 20:51:37,188 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:37,188 INFO snapshot-role/MainThread: , 2024-03-01 20:51:37,188 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:37,189 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:37,189 INFO snapshot-role/MainThread: } 2024-03-01 20:51:37,189 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-03-01 20:51:37,191 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:37,191 INFO snapshot-role/MainThread: TARGET="/mnt/lv7_mp" SOURCE="/dev/mapper/test_vg3-lv7_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 20:51:37,192 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:38,641 INFO snapshot-role/MainThread: mount_cmd: 1 1 1 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-03-01 20:51:38,641 INFO snapshot-role/MainThread: mount_verify_lv : 1 /mnt/lv6_mp None test_vg3 lv6 snapset1 2024-03-01 20:51:38,641 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:38,677 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:38,677 INFO snapshot-role/MainThread: { 2024-03-01 20:51:38,677 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:38,677 INFO snapshot-role/MainThread: { 2024-03-01 20:51:38,677 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:38,677 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:38,677 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:38,677 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: } 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: , 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: } 2024-03-01 20:51:38,678 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-03-01 20:51:38,709 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:38,709 INFO snapshot-role/MainThread: { 2024-03-01 20:51:38,709 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:38,709 INFO snapshot-role/MainThread: { 2024-03-01 20:51:38,709 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:38,709 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:38,709 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:38,709 INFO snapshot-role/MainThread: } 2024-03-01 20:51:38,710 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:38,710 INFO snapshot-role/MainThread: , 2024-03-01 20:51:38,710 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:38,710 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:38,710 INFO snapshot-role/MainThread: } 2024-03-01 20:51:38,710 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv6 -P 2024-03-01 20:51:38,712 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:38,713 INFO snapshot-role/MainThread: TARGET="/mnt/lv6_mp" SOURCE="/dev/mapper/test_vg3-lv6" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 20:51:38,713 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:40,196 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 20:51:40,196 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 20:51:40,196 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:40,228 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,228 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,228 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:40,228 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,228 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:40,228 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:40,228 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:40,229 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:40,229 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:40,229 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,229 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,229 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,229 INFO snapshot-role/MainThread: , 2024-03-01 20:51:40,229 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,229 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,229 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,229 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 20:51:40,261 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,261 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,261 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:40,261 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,261 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:40,261 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:40,262 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,262 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,262 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,262 INFO snapshot-role/MainThread: , 2024-03-01 20:51:40,262 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,262 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,262 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,262 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 20:51:40,262 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp -A 2024-03-01 20:51:40,271 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,272 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:41,759 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 20:51:41,759 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 20:51:41,759 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:41,791 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:41,791 INFO snapshot-role/MainThread: { 2024-03-01 20:51:41,791 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:41,791 INFO snapshot-role/MainThread: { 2024-03-01 20:51:41,791 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:41,791 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:41,792 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:41,792 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:41,792 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:41,792 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:41,792 INFO snapshot-role/MainThread: } 2024-03-01 20:51:41,792 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:41,792 INFO snapshot-role/MainThread: , 2024-03-01 20:51:41,792 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:41,792 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:41,792 INFO snapshot-role/MainThread: } 2024-03-01 20:51:41,792 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 20:51:41,823 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:41,823 INFO snapshot-role/MainThread: { 2024-03-01 20:51:41,823 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:41,823 INFO snapshot-role/MainThread: { 2024-03-01 20:51:41,823 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:41,823 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:41,823 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:41,823 INFO snapshot-role/MainThread: } 2024-03-01 20:51:41,823 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:41,824 INFO snapshot-role/MainThread: , 2024-03-01 20:51:41,824 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:41,824 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:41,824 INFO snapshot-role/MainThread: } 2024-03-01 20:51:41,824 INFO snapshot-role/MainThread: exit code: 0: ['not mounted /mnt/lv1_mp'] 2024-03-01 20:51:43,289 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-03-01 20:51:43,289 INFO snapshot-role/MainThread: umount_lv : /mnt/lv2_mp 2024-03-01 20:51:43,290 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:43,322 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:43,322 INFO snapshot-role/MainThread: { 2024-03-01 20:51:43,322 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:43,322 INFO snapshot-role/MainThread: { 2024-03-01 20:51:43,322 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:43,323 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:43,323 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:43,323 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:43,323 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:43,323 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:43,323 INFO snapshot-role/MainThread: } 2024-03-01 20:51:43,323 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:43,323 INFO snapshot-role/MainThread: , 2024-03-01 20:51:43,323 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:43,323 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:43,323 INFO snapshot-role/MainThread: } 2024-03-01 20:51:43,323 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2 2024-03-01 20:51:43,355 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:43,355 INFO snapshot-role/MainThread: { 2024-03-01 20:51:43,355 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:43,355 INFO snapshot-role/MainThread: { 2024-03-01 20:51:43,355 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:43,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 20:51:43,356 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:43,356 INFO snapshot-role/MainThread: } 2024-03-01 20:51:43,356 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:43,356 INFO snapshot-role/MainThread: , 2024-03-01 20:51:43,356 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:43,356 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:43,356 INFO snapshot-role/MainThread: } 2024-03-01 20:51:43,356 INFO snapshot-role/MainThread: umount target /mnt/lv2_mp from device /dev/mapper/test_vg1-lv2_snapset1 2024-03-01 20:51:43,356 INFO snapshot-role/MainThread: Running... umount /mnt/lv2_mp -A 2024-03-01 20:51:43,365 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:43,365 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:44,843 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-03-01 20:51:44,843 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 20:51:44,843 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:44,880 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,880 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,880 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,880 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,881 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 20:51:44,919 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,919 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,919 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,919 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,919 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,919 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:44,919 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,919 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,919 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,920 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,920 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,920 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,920 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,920 INFO snapshot-role/MainThread: umount target /mnt/lv7_mp from device /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 20:51:44,920 INFO snapshot-role/MainThread: Running... umount /mnt/lv7_mp -A 2024-03-01 20:51:44,928 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,929 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:46,424 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp None None None 2024-03-01 20:51:46,424 INFO snapshot-role/MainThread: umount_lv : /mnt/lv6_mp 2024-03-01 20:51:46,424 INFO snapshot-role/MainThread: umount target /mnt/lv6_mp from device /dev/mapper/test_vg3-lv6 2024-03-01 20:51:46,424 INFO snapshot-role/MainThread: Running... umount /mnt/lv6_mp -A 2024-03-01 20:51:46,436 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:46,437 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:47,908 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 20:51:47,908 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv1_mp -P 2024-03-01 20:51:47,911 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:51:47,911 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:49,421 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-03-01 20:51:49,421 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv2_mp -P 2024-03-01 20:51:49,423 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:51:49,424 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:50,895 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-03-01 20:51:50,895 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv7_mp -P 2024-03-01 20:51:50,898 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:51:50,898 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:52,407 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp lv6 test_vg3 None 2024-03-01 20:51:52,407 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv6_mp -P 2024-03-01 20:51:52,409 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 20:51:52,410 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:53,895 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 20:51:53,895 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:51:53,928 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:53,928 INFO snapshot-role/MainThread: { 2024-03-01 20:51:53,928 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:53,928 INFO snapshot-role/MainThread: { 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"lv_uuid":"grscxw-VVsm-onjP-wGrP-RcBA-9sty-HttOCL", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"lv_uuid":"KpIfCx-yt0k-LwgJ-8aua-Ofn4-29w8-HtIV51", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"1.30", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"lv_uuid":"TxoNBJ-rZyr-G0IG-UtfL-DPlE-7c5S-ewNs8y", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"3.16", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"lv_uuid":"QnfNKC-8ZA7-KuCX-b9K1-eRWR-aItl-iqBcRD", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"KpIfCx-yt0k-LwgJ-8aua-Ofn4-29w8-HtIV51", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"TxoNBJ-rZyr-G0IG-UtfL-DPlE-7c5S-ewNs8y", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"QnfNKC-8ZA7-KuCX-b9K1-eRWR-aItl-iqBcRD", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"grscxw-VVsm-onjP-wGrP-RcBA-9sty-HttOCL", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:53,929 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "pv_name":"/dev/sdi"} 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2"}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2"}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F"}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"KpIfCx-yt0k-LwgJ-8aua-Ofn4-29w8-HtIV51"}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"QnfNKC-8ZA7-KuCX-b9K1-eRWR-aItl-iqBcRD"}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"TxoNBJ-rZyr-G0IG-UtfL-DPlE-7c5S-ewNs8y"}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp"}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp"}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"grscxw-VVsm-onjP-wGrP-RcBA-9sty-HttOCL"}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok"} 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: } 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: { 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"lv_uuid":"fX8S0v-DnDv-W2vg-EZFY-SjdH-wMbw-vVQ2SA", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: {"lv_uuid":"NFLU8N-QKeF-20Yb-SXel-JWeC-Ydae-T9f7ZW", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,930 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx", "lv_uuid":"NFLU8N-QKeF-20Yb-SXel-JWeC-Ydae-T9f7ZW", "pv_name":"/dev/sde"}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"fX8S0v-DnDv-W2vg-EZFY-SjdH-wMbw-vVQ2SA", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"NFLU8N-QKeF-20Yb-SXel-JWeC-Ydae-T9f7ZW"}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii"}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"fX8S0v-DnDv-W2vg-EZFY-SjdH-wMbw-vVQ2SA"}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV"} 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: } 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: { 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"lv_uuid":"yvLyJn-8dLJ-29r1-rz08-bEd4-xzuV-fahLbk", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"2.81", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"lv_uuid":"iWkQcm-uMcC-WB4H-aZMN-BFRO-nJif-cvky3Z", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.87", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:53,931 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC", "lv_uuid":"yvLyJn-8dLJ-29r1-rz08-bEd4-xzuV-fahLbk", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC", "lv_uuid":"iWkQcm-uMcC-WB4H-aZMN-BFRO-nJif-cvky3Z", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "pv_name":"/dev/sda"}, 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM"}, 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM"}, 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K"}, 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"iWkQcm-uMcC-WB4H-aZMN-BFRO-nJif-cvky3Z"}, 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"yvLyJn-8dLJ-29r1-rz08-bEd4-xzuV-fahLbk"} 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: } 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: } 2024-03-01 20:51:53,932 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:51:53,964 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:53,964 INFO snapshot-role/MainThread: { 2024-03-01 20:51:53,964 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:53,964 INFO snapshot-role/MainThread: { 2024-03-01 20:51:53,964 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:53,964 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:53,964 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,964 INFO snapshot-role/MainThread: } 2024-03-01 20:51:53,965 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,965 INFO snapshot-role/MainThread: , 2024-03-01 20:51:53,965 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:53,965 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:53,965 INFO snapshot-role/MainThread: } 2024-03-01 20:51:53,965 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-03-01 20:51:54,074 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,075 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,075 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,075 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,075 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,075 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:51:54,129 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,129 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,129 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:54,129 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,129 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:54,129 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.30", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:54,130 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,130 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,130 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,130 INFO snapshot-role/MainThread: , 2024-03-01 20:51:54,130 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,130 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,130 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,130 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-03-01 20:51:54,232 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,233 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,233 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,233 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,233 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,233 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:51:54,276 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,276 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,276 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:54,276 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,276 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:54,276 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:54,276 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,276 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,277 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,277 INFO snapshot-role/MainThread: , 2024-03-01 20:51:54,277 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,277 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,277 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,277 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 20:51:54,395 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,395 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,395 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,395 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,395 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,395 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:51:54,442 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,442 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,442 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:54,442 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,442 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:54,442 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:54,442 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,442 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,443 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,443 INFO snapshot-role/MainThread: , 2024-03-01 20:51:54,443 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,443 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,443 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,443 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-03-01 20:51:54,529 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,529 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,529 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,529 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,529 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,530 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:51:54,582 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,582 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,582 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:54,582 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,582 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:54,582 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:54,582 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,582 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,582 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,583 INFO snapshot-role/MainThread: , 2024-03-01 20:51:54,583 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,583 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,583 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,583 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 20:51:54,685 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,685 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,685 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,686 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,686 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:51:54,736 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,736 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,736 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:54,736 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,736 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:54,737 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:54,737 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,737 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,737 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,737 INFO snapshot-role/MainThread: , 2024-03-01 20:51:54,737 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,737 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,737 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,737 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 20:51:54,824 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,824 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,824 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,824 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,824 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,824 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:51:54,865 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,865 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,865 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:54,865 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,865 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:54,865 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:54,865 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,865 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,866 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,866 INFO snapshot-role/MainThread: , 2024-03-01 20:51:54,866 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,866 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,866 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,866 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 20:51:54,946 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,946 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,946 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,946 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,946 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,946 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: { 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: , 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: } 2024-03-01 20:51:54,997 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 20:51:55,080 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:55,080 INFO snapshot-role/MainThread: { 2024-03-01 20:51:55,080 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:55,080 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:55,080 INFO snapshot-role/MainThread: } 2024-03-01 20:51:55,081 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:56,577 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 20:51:56,577 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 20:51:56,616 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:56,616 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp", "pv_name":"/dev/sdi"} 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:56,617 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2"}, 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2"}, 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F"}, 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp"}, 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp"}, 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok"} 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:56,618 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii"}, 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV"} 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "pv_name":"/dev/sda"}, 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM"}, 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM"}, 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K"} 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,619 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,620 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,620 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:56,620 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,620 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,620 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:51:56,649 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:56,649 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,649 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:56,649 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,649 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,649 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:56,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,649 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,649 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,650 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,650 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:56,650 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,650 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,650 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:56,680 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:56,680 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,680 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:56,680 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,680 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,680 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:56,680 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:56,680 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:56,680 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:56,681 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,681 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,681 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,681 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,681 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:56,681 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,681 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,681 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:51:56,714 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:56,714 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,714 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:56,714 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,714 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,714 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,714 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,714 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,714 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,714 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:56,715 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,715 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,715 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:51:56,744 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:56,744 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,744 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:56,744 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,744 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,744 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:56,744 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,744 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,744 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,745 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,745 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:56,745 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,745 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,745 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:56,773 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:56,773 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,773 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:56,773 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,773 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,773 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:56,773 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:56,773 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:56,773 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:56,773 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,773 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,774 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,774 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,774 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:56,774 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,774 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,774 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:51:56,804 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:56,804 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,804 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:56,804 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,804 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,804 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,804 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,805 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,805 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,805 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:56,805 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,805 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,805 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:51:56,835 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:56,835 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,835 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:56,835 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,835 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,835 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:56,835 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,835 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,835 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,836 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,836 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:56,836 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,836 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,836 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:56,867 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:56,867 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,867 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:56,867 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,867 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,867 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:56,867 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:56,867 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:56,867 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:56,868 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,868 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,868 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,868 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,868 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:56,868 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,868 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,868 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:51:56,904 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:56,904 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,904 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:56,904 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,904 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,904 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,904 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,904 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,905 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,905 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:56,905 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,905 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,905 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:51:56,935 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:56,935 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,935 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:56,935 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,935 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,935 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:56,935 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,935 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,935 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,936 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,936 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:56,936 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,936 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,936 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:56,970 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:56,970 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,970 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:56,970 INFO snapshot-role/MainThread: { 2024-03-01 20:51:56,970 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:56,970 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:56,971 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:56,971 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:56,971 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:56,971 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,971 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,971 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,971 INFO snapshot-role/MainThread: , 2024-03-01 20:51:56,971 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:56,971 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:56,971 INFO snapshot-role/MainThread: } 2024-03-01 20:51:56,971 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:51:57,002 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:57,002 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,002 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,002 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,002 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,002 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,003 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,003 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,003 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,003 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,003 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,003 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,003 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:51:57,038 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:57,038 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,038 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,038 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,038 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,038 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:57,039 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,039 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,039 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,039 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,039 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,039 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,039 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,039 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:57,070 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:57,070 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,070 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,070 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,070 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,070 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:57,070 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:57,070 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,070 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,070 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,071 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,071 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,071 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,071 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,071 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:51:57,102 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:57,102 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,102 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,102 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,102 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,102 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,103 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,103 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,103 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,103 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,103 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,103 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,103 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:51:57,134 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:57,134 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,134 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,134 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,134 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:57,135 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,135 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,135 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,135 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,135 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,135 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,135 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,135 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:57,166 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:57,166 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,166 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,166 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,166 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,166 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:57,166 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:57,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,167 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,167 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,167 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,167 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,167 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:51:57,195 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:57,195 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,195 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,195 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,195 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,195 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,195 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,195 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,196 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,196 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,196 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,196 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,196 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:51:57,224 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:57,224 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,224 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,224 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,224 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,224 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:57,225 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,225 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,225 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,225 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,225 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,225 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,225 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,225 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:57,256 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:57,256 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,256 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,256 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,256 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,256 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:57,256 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:57,257 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,257 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,257 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,257 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,257 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,257 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,257 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,257 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:51:57,288 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:57,288 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,288 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,288 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,288 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,288 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,288 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,289 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,289 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,289 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,289 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,289 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,289 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:51:57,320 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:57,320 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,320 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,320 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,320 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,321 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:57,321 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,321 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,321 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,321 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,321 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,321 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,321 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,321 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:57,353 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:57,353 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,353 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,353 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,353 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,353 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:57,353 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:57,353 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,354 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,354 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,354 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,354 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,354 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,354 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,354 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:51:57,388 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:57,388 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,388 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:57,388 INFO snapshot-role/MainThread: { 2024-03-01 20:51:57,388 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:57,388 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,389 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,389 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,389 INFO snapshot-role/MainThread: , 2024-03-01 20:51:57,389 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:57,389 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:57,389 INFO snapshot-role/MainThread: } 2024-03-01 20:51:57,389 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 29565 at Fri Mar 1 20:52:13 2024 PRODUCT_UUID=ec22a16a-5c95-369b-8985-75baa05641fd 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 20:49:01,912 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_xso67yv_/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:49:05,226 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_9qx8f2sw/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:49:09,481 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_puo1unkl/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:49:09,541 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:09,541 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:49:09,613 INFO program/MainThread: stdout[2]: 2024-03-01 20:49:09,613 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 20:49:09,613 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:49:09,613 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:49:09,618 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:09,619 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:49:09,622 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:09,622 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:49:09,625 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:09,625 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:49:09,628 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:09,628 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:49:09,637 INFO program/MainThread: stdout: 2024-03-01 20:49:09,637 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:49:09,637 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:49:09,637 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:49:09,637 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:49:09,637 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:49:09,637 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:49:09,637 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:49:09,637 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:49:09,638 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:49:09,638 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:49:09,638 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:49:09,638 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:49:09,638 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:49:09,638 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:49:09,638 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 20:49:09,638 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:09,638 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 20:49:09,638 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:09,638 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:09,639 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:49:09,639 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:09,639 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:49:09,639 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:49:09,639 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:09,651 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:09,664 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:49:09,668 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-36001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/wwn-0x6001405a7f9beb1aed14e829ac2e3d8e', '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': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'ID_SERIAL': '36001405a7f9beb1aed14e829ac2e3d8e', 'ID_SERIAL_SHORT': '6001405a7f9beb1aed14e829ac2e3d8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a7f9beb1a', 'ID_WWN_VENDOR_EXTENSION': '0xed14e829ac2e3d8e', 'ID_WWN_WITH_EXTENSION': '0x6001405a7f9beb1aed14e829ac2e3d8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a7f9beb1aed14e829ac2e3d8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329054376'} ; 2024-03-01 20:49:09,668 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:49:09,669 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 20:49:09,713 INFO program/MainThread: stdout[3]: 2024-03-01 20:49:09,713 INFO program/MainThread: stderr[3]: 2024-03-01 20:49:09,713 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:49:09,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:09,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:09,725 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:49:09,727 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 20:49:09,731 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:49:09,732 INFO blivet/MainThread: sda is a disk 2024-03-01 20:49:09,732 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:49:09,732 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:49:09,736 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:49:09,739 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:49:09,739 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:49:09,742 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:49:09,743 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:49:09,744 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:49:09,744 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38b540e80) -- 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 = 6001405a7f9beb1aed14e829ac2e3d8e 2024-03-01 20:49:09,748 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:49:09,748 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:49:09,751 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/wwn-0x6001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405e3f5478318344b9fb2d6f5904', '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': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'ID_SERIAL': '36001405e3f5478318344b9fb2d6f5904', 'ID_SERIAL_SHORT': '6001405e3f5478318344b9fb2d6f5904', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e3f547831', 'ID_WWN_VENDOR_EXTENSION': '0x8344b9fb2d6f5904', 'ID_WWN_WITH_EXTENSION': '0x6001405e3f5478318344b9fb2d6f5904', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e3f5478318344b9fb2d6f5904', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329069200'} ; 2024-03-01 20:49:09,751 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:49:09,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:49:09,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:09,762 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:49:09,763 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:49:09,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:49:09,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:49:09,766 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:49:09,769 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:49:09,769 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:49:09,772 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:49:09,773 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:49:09,773 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:49:09,773 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38b1d7f40) -- 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 = 6001405e3f5478318344b9fb2d6f5904 2024-03-01 20:49:09,776 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:49:09,777 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:49:09,780 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014053a937184703743888a48633b2 ' '/dev/disk/by-id/wwn-0x60014053a937184703743888a48633b2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', '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': '3a937184-7037-4388-8a48-633b2f1b6577', 'ID_SERIAL': '360014053a937184703743888a48633b2', 'ID_SERIAL_SHORT': '60014053a937184703743888a48633b2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053a9371847', 'ID_WWN_VENDOR_EXTENSION': '0x03743888a48633b2', 'ID_WWN_WITH_EXTENSION': '0x60014053a937184703743888a48633b2', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053a937184703743888a48633b2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329560963'} ; 2024-03-01 20:49:09,780 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:49:09,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:49:09,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:09,791 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:49:09,791 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:49:09,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:49:09,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:49:09,794 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:49:09,797 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:49:09,797 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:49:09,800 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:49:09,801 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:49:09,801 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:49:09,801 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38b1d7e80) -- 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 = 60014053a937184703743888a48633b2 2024-03-01 20:49:09,804 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:49:09,805 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:49:09,807 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_51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/wwn-0x6001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/scsi-36001405514143362e9140c0ad6eec2cb', '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': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'ID_SERIAL': '36001405514143362e9140c0ad6eec2cb', 'ID_SERIAL_SHORT': '6001405514143362e9140c0ad6eec2cb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405514143362', 'ID_WWN_VENDOR_EXTENSION': '0xe9140c0ad6eec2cb', 'ID_WWN_WITH_EXTENSION': '0x6001405514143362e9140c0ad6eec2cb', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405514143362e9140c0ad6eec2cb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329682371'} ; 2024-03-01 20:49:09,808 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:49:09,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:49:09,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:09,818 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:49:09,819 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:49:09,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:49:09,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:49:09,822 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:49:09,825 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:49:09,825 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:49:09,828 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:49:09,829 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:49:09,829 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:49:09,829 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38a1bb700) -- 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 = 6001405514143362e9140c0ad6eec2cb 2024-03-01 20:49:09,832 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:49:09,832 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:49:09,835 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/wwn-0x6001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/scsi-36001405fc44a76b311c428484eb09cf7', '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': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'ID_SERIAL': '36001405fc44a76b311c428484eb09cf7', 'ID_SERIAL_SHORT': '6001405fc44a76b311c428484eb09cf7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fc44a76b3', 'ID_WWN_VENDOR_EXTENSION': '0x11c428484eb09cf7', 'ID_WWN_WITH_EXTENSION': '0x6001405fc44a76b311c428484eb09cf7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fc44a76b311c428484eb09cf7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329112301'} ; 2024-03-01 20:49:09,835 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:49:09,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:49:09,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:09,846 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:49:09,847 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:49:09,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:49:09,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:49:09,850 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:49:09,853 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:49:09,853 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:49:09,856 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:49:09,856 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:49:09,856 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:49:09,856 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38a1bb7c0) -- 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 = 6001405fc44a76b311c428484eb09cf7 2024-03-01 20:49:09,860 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:49:09,860 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:49:09,863 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', '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': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'ID_SERIAL': '36001405bc5bc26d0b3a49ddae3c723e5', 'ID_SERIAL_SHORT': '6001405bc5bc26d0b3a49ddae3c723e5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bc5bc26d0', 'ID_WWN_VENDOR_EXTENSION': '0xb3a49ddae3c723e5', 'ID_WWN_WITH_EXTENSION': '0x6001405bc5bc26d0b3a49ddae3c723e5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bc5bc26d0b3a49ddae3c723e5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329180484'} ; 2024-03-01 20:49:09,863 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:49:09,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:49:09,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:09,874 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:49:09,874 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:49:09,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:49:09,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:49:09,877 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:49:09,880 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:49:09,880 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:49:09,883 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:49:09,884 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:49:09,884 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:49:09,884 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38b67f550) -- 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 = 6001405bc5bc26d0b3a49ddae3c723e5 2024-03-01 20:49:09,887 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:49:09,887 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:49:09,890 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/wwn-0x6001405813e88eb27644092bc26041da ' '/dev/disk/by-id/scsi-36001405813e88eb27644092bc26041da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', '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': '813e88eb-2764-4092-bc26-041da4b5abdc', 'ID_SERIAL': '36001405813e88eb27644092bc26041da', 'ID_SERIAL_SHORT': '6001405813e88eb27644092bc26041da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405813e88eb2', 'ID_WWN_VENDOR_EXTENSION': '0x7644092bc26041da', 'ID_WWN_WITH_EXTENSION': '0x6001405813e88eb27644092bc26041da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405813e88eb27644092bc26041da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329192311'} ; 2024-03-01 20:49:09,890 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:49:09,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:49:09,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:09,901 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:49:09,902 INFO blivet/MainThread: sde is a disk 2024-03-01 20:49:09,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:49:09,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:49:09,905 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:49:09,908 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:49:09,908 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:49:09,911 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:49:09,911 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:49:09,912 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:49:09,912 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38a1448b0) -- 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 = 6001405813e88eb27644092bc26041da 2024-03-01 20:49:09,915 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:49:09,915 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:49:09,918 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140599702f84b45349309807b612c ' '/dev/disk/by-id/wwn-0x600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_99702f84-b453-4930-9807-b612c1a0d577 ' '/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': '99702f84-b453-4930-9807-b612c1a0d577', 'ID_SERIAL': '3600140599702f84b45349309807b612c', 'ID_SERIAL_SHORT': '600140599702f84b45349309807b612c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140599702f84b', 'ID_WWN_VENDOR_EXTENSION': '0x45349309807b612c', 'ID_WWN_WITH_EXTENSION': '0x600140599702f84b45349309807b612c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140599702f84b45349309807b612c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329256238'} ; 2024-03-01 20:49:09,918 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:49:09,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:49:09,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:09,929 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:49:09,930 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:49:09,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:49:09,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:49:09,933 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:49:09,936 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:49:09,936 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:49:09,939 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:49:09,939 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:49:09,940 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:49:09,940 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38a1bbb20) -- 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 = 600140599702f84b45349309807b612c 2024-03-01 20:49:09,943 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:49:09,943 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:49:09,946 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/scsi-36001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/wwn-0x6001405709e0fc7fea54636b52afe854', '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': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'ID_SERIAL': '36001405709e0fc7fea54636b52afe854', 'ID_SERIAL_SHORT': '6001405709e0fc7fea54636b52afe854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405709e0fc7f', 'ID_WWN_VENDOR_EXTENSION': '0xea54636b52afe854', 'ID_WWN_WITH_EXTENSION': '0x6001405709e0fc7fea54636b52afe854', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405709e0fc7fea54636b52afe854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329335805'} ; 2024-03-01 20:49:09,946 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:49:09,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:49:09,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:09,957 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:49:09,957 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:49:09,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:49:09,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:49:09,960 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:49:09,963 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:49:09,963 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:49:09,966 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:49:09,967 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:49:09,967 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:49:09,967 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38a14f6a0) -- 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 = 6001405709e0fc7fea54636b52afe854 2024-03-01 20:49:09,970 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:49:09,970 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:49:09,973 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-id/wwn-0x6001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-36001405c5456a1d8a644e1bbb010962a', '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': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'ID_SERIAL': '36001405c5456a1d8a644e1bbb010962a', 'ID_SERIAL_SHORT': '6001405c5456a1d8a644e1bbb010962a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5456a1d8', 'ID_WWN_VENDOR_EXTENSION': '0xa644e1bbb010962a', 'ID_WWN_WITH_EXTENSION': '0x6001405c5456a1d8a644e1bbb010962a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5456a1d8a644e1bbb010962a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329390273'} ; 2024-03-01 20:49:09,973 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:49:09,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:49:09,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:09,984 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:49:09,985 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:49:09,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:49:09,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:49:09,988 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:49:09,991 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:49:09,991 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:49:09,994 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:49:09,994 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:49:09,995 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:49:09,995 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38a14ff40) -- 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 = 6001405c5456a1d8a644e1bbb010962a 2024-03-01 20:49:09,998 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:49:09,998 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:49:10,001 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x6001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/scsi-36001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', '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': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'ID_SERIAL': '36001405efb34f66b4b248f68218cf71a', 'ID_SERIAL_SHORT': '6001405efb34f66b4b248f68218cf71a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efb34f66b', 'ID_WWN_VENDOR_EXTENSION': '0x4b248f68218cf71a', 'ID_WWN_WITH_EXTENSION': '0x6001405efb34f66b4b248f68218cf71a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efb34f66b4b248f68218cf71a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329457240'} ; 2024-03-01 20:49:10,001 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:49:10,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:10,012 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:49:10,012 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:49:10,012 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:49:10,012 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:49:10,015 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:49:10,018 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:49:10,019 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:49:10,021 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:49:10,022 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:49:10,022 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:49:10,022 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38a1558b0) -- 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 = 6001405efb34f66b4b248f68218cf71a 2024-03-01 20:49:10,025 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:49:10,025 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:49:10,028 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/wwn-0x6001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', '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': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'ID_SERIAL': '36001405e7625e6ece674e998a0b2c2a3', 'ID_SERIAL_SHORT': '6001405e7625e6ece674e998a0b2c2a3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e7625e6ec', 'ID_WWN_VENDOR_EXTENSION': '0xe674e998a0b2c2a3', 'ID_WWN_WITH_EXTENSION': '0x6001405e7625e6ece674e998a0b2c2a3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e7625e6ece674e998a0b2c2a3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329530947'} ; 2024-03-01 20:49:10,028 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:49:10,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:10,039 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:49:10,040 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:49:10,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:49:10,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:49:10,043 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:49:10,045 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:49:10,046 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:49:10,048 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:49:10,049 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:49:10,049 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:49:10,049 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38a146c40) -- 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 = 6001405e7625e6ece674e998a0b2c2a3 2024-03-01 20:49:10,053 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:49:10,053 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:49:10,055 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': '9467320'} ; 2024-03-01 20:49:10,055 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:49:10,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:10,065 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:49:10,065 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:49:10,065 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:49:10,065 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:49:10,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:49:10,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:49:10,068 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:49:10,071 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:49:10,071 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:49:10,074 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:49:10,075 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:49:10,075 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:49:10,075 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa38a1442e0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:49:10,078 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:49:10,081 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:10,081 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:49:10,084 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:10,085 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:49:10,088 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:10,088 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:49:10,091 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:10,091 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:49:10,094 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:49:10,096 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:10,099 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:49:10,105 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 0x7fa38bb92e00> 2024-03-01 20:49:10,148 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:49:10,152 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:49:10,152 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:49:10,155 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': '9469968'} ; 2024-03-01 20:49:10,156 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:49:10,156 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:49:10,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:10,164 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:49:10,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:10,170 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:10,183 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:10,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:49:10,202 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:49:10,207 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:49:10,207 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:49:10,209 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:49:10,212 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:49:10,213 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:49:10,216 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:49:10,216 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:49:10,216 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:49:10,219 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:49:10,222 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:49:10,225 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:49:10,228 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:49:10,231 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:49:10,231 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:49:10,231 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:49:10,232 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:49:10,231 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa38a164820) -- 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 0x7fa38b5d6e50> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:49:10,235 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:49:10,238 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:10,239 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:49:10,241 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:10,242 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:49:10,245 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:10,245 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:49:10,248 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:10,248 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:49:10,249 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:49:10,250 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:49:10,253 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:10,253 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:49:10,256 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:49:10,256 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:49:10,257 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:10,266 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:10,280 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 20:49:10,281 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 20:49:10,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:10,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:10,292 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:49:10,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:10,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:10,302 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:49:10,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:10,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:10,313 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:49:10,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:10,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:10,323 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:49:10,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:10,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:10,333 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:49:10,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:10,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:49:10,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:10,343 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:49:10,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:49:13,575 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_1sgbgdm9/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:49:13,609 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:13,610 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:49:13,613 INFO program/MainThread: stdout[2]: 2024-03-01 20:49:13,613 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 20:49:13,613 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:49:13,613 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:49:13,618 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:13,618 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:49:13,621 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:13,622 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:49:13,624 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:13,625 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:49:13,627 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:13,627 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:49:13,636 INFO program/MainThread: stdout: 2024-03-01 20:49:13,636 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:49:13,636 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:49:13,636 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:49:13,637 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:49:13,637 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:49:13,637 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:49:13,637 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:49:13,637 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:49:13,637 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:49:13,637 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:49:13,637 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:49:13,637 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:49:13,637 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:49:13,637 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:49:13,637 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 20:49:13,637 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:13,637 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 20:49:13,637 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:13,637 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:13,638 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:49:13,638 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:13,638 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:49:13,638 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:49:13,638 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:13,648 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:13,661 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:49:13,665 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-36001405a7f9beb1aed14e829ac2e3d8e', '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': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'ID_SERIAL': '36001405a7f9beb1aed14e829ac2e3d8e', 'ID_SERIAL_SHORT': '6001405a7f9beb1aed14e829ac2e3d8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a7f9beb1a', 'ID_WWN_VENDOR_EXTENSION': '0xed14e829ac2e3d8e', 'ID_WWN_WITH_EXTENSION': '0x6001405a7f9beb1aed14e829ac2e3d8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a7f9beb1aed14e829ac2e3d8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329054376'} ; 2024-03-01 20:49:13,666 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:49:13,666 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 20:49:13,699 INFO program/MainThread: stdout[3]: 2024-03-01 20:49:13,699 INFO program/MainThread: stderr[3]: 2024-03-01 20:49:13,699 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:49:13,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:13,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:13,710 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:49:13,712 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 20:49:13,717 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:49:13,717 INFO blivet/MainThread: sda is a disk 2024-03-01 20:49:13,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:49:13,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:49:13,721 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:49:13,724 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:49:13,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 20:49:13,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 20:49:13,728 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:49:13,729 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:49:13,729 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80a9d1be50) -- 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 = 6001405a7f9beb1aed14e829ac2e3d8e 2024-03-01 20:49:13,732 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:49:13,732 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:49:13,735 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/scsi-36001405e3f5478318344b9fb2d6f5904', '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': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'ID_SERIAL': '36001405e3f5478318344b9fb2d6f5904', 'ID_SERIAL_SHORT': '6001405e3f5478318344b9fb2d6f5904', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e3f547831', 'ID_WWN_VENDOR_EXTENSION': '0x8344b9fb2d6f5904', 'ID_WWN_WITH_EXTENSION': '0x6001405e3f5478318344b9fb2d6f5904', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e3f5478318344b9fb2d6f5904', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329069200'} ; 2024-03-01 20:49:13,735 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:49:13,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:49:13,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:13,746 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:49:13,747 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:49:13,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:49:13,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:49:13,750 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:49:13,753 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:49:13,753 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:49:13,756 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:49:13,757 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:49:13,757 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:49:13,757 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80a9c57f40) -- 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 = 6001405e3f5478318344b9fb2d6f5904 2024-03-01 20:49:13,761 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:49:13,761 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:49:13,764 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053a937184703743888a48633b2 ' '/dev/disk/by-id/scsi-360014053a937184703743888a48633b2 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_3a937184-7037-4388-8a48-633b2f1b6577', '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': '3a937184-7037-4388-8a48-633b2f1b6577', 'ID_SERIAL': '360014053a937184703743888a48633b2', 'ID_SERIAL_SHORT': '60014053a937184703743888a48633b2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053a9371847', 'ID_WWN_VENDOR_EXTENSION': '0x03743888a48633b2', 'ID_WWN_WITH_EXTENSION': '0x60014053a937184703743888a48633b2', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053a937184703743888a48633b2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329560963'} ; 2024-03-01 20:49:13,764 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:49:13,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:49:13,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:13,775 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:49:13,775 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:49:13,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:49:13,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:49:13,778 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:49:13,781 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:49:13,782 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:49:13,784 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:49:13,785 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:49:13,785 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:49:13,785 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80a9c57f70) -- 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 = 60014053a937184703743888a48633b2 2024-03-01 20:49:13,788 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:49:13,789 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:49:13,792 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', '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': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'ID_SERIAL': '36001405514143362e9140c0ad6eec2cb', 'ID_SERIAL_SHORT': '6001405514143362e9140c0ad6eec2cb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405514143362', 'ID_WWN_VENDOR_EXTENSION': '0xe9140c0ad6eec2cb', 'ID_WWN_WITH_EXTENSION': '0x6001405514143362e9140c0ad6eec2cb', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405514143362e9140c0ad6eec2cb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329682371'} ; 2024-03-01 20:49:13,792 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:49:13,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:49:13,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:13,802 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:49:13,803 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:49:13,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:49:13,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:49:13,806 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:49:13,809 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:49:13,809 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:49:13,812 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:49:13,812 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:49:13,813 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:49:13,813 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80a8c3bfa0) -- 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 = 6001405514143362e9140c0ad6eec2cb 2024-03-01 20:49:13,816 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:49:13,816 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:49:13,819 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/wwn-0x6001405fc44a76b311c428484eb09cf7', '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': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'ID_SERIAL': '36001405fc44a76b311c428484eb09cf7', 'ID_SERIAL_SHORT': '6001405fc44a76b311c428484eb09cf7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fc44a76b3', 'ID_WWN_VENDOR_EXTENSION': '0x11c428484eb09cf7', 'ID_WWN_WITH_EXTENSION': '0x6001405fc44a76b311c428484eb09cf7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fc44a76b311c428484eb09cf7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329112301'} ; 2024-03-01 20:49:13,819 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:49:13,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:49:13,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:13,830 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:49:13,830 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:49:13,830 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:49:13,830 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:49:13,833 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:49:13,836 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:49:13,836 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:49:13,839 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:49:13,839 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:49:13,840 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:49:13,840 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80a9c57eb0) -- 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 = 6001405fc44a76b311c428484eb09cf7 2024-03-01 20:49:13,843 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:49:13,843 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:49:13,846 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/scsi-36001405bc5bc26d0b3a49ddae3c723e5', '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': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'ID_SERIAL': '36001405bc5bc26d0b3a49ddae3c723e5', 'ID_SERIAL_SHORT': '6001405bc5bc26d0b3a49ddae3c723e5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bc5bc26d0', 'ID_WWN_VENDOR_EXTENSION': '0xb3a49ddae3c723e5', 'ID_WWN_WITH_EXTENSION': '0x6001405bc5bc26d0b3a49ddae3c723e5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bc5bc26d0b3a49ddae3c723e5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329180484'} ; 2024-03-01 20:49:13,846 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:49:13,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:49:13,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:13,857 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:49:13,858 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:49:13,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:49:13,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:49:13,861 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:49:13,863 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:49:13,864 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:49:13,866 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:49:13,867 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:49:13,867 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:49:13,867 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80aa0e9460) -- 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 = 6001405bc5bc26d0b3a49ddae3c723e5 2024-03-01 20:49:13,870 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:49:13,870 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:49:13,873 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/wwn-0x6001405813e88eb27644092bc26041da ' '/dev/disk/by-id/scsi-36001405813e88eb27644092bc26041da', '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': '813e88eb-2764-4092-bc26-041da4b5abdc', 'ID_SERIAL': '36001405813e88eb27644092bc26041da', 'ID_SERIAL_SHORT': '6001405813e88eb27644092bc26041da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405813e88eb2', 'ID_WWN_VENDOR_EXTENSION': '0x7644092bc26041da', 'ID_WWN_WITH_EXTENSION': '0x6001405813e88eb27644092bc26041da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405813e88eb27644092bc26041da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329192311'} ; 2024-03-01 20:49:13,873 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:49:13,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:49:13,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:13,884 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:49:13,885 INFO blivet/MainThread: sde is a disk 2024-03-01 20:49:13,885 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:49:13,885 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:49:13,888 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:49:13,890 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:49:13,891 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:49:13,894 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:49:13,894 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:49:13,894 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:49:13,894 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80a8bc8610) -- 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 = 6001405813e88eb27644092bc26041da 2024-03-01 20:49:13,897 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:49:13,897 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:49:13,901 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/scsi-3600140599702f84b45349309807b612c ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_99702f84-b453-4930-9807-b612c1a0d577', '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': '99702f84-b453-4930-9807-b612c1a0d577', 'ID_SERIAL': '3600140599702f84b45349309807b612c', 'ID_SERIAL_SHORT': '600140599702f84b45349309807b612c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140599702f84b', 'ID_WWN_VENDOR_EXTENSION': '0x45349309807b612c', 'ID_WWN_WITH_EXTENSION': '0x600140599702f84b45349309807b612c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140599702f84b45349309807b612c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329256238'} ; 2024-03-01 20:49:13,901 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:49:13,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:49:13,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:13,911 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:49:13,912 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:49:13,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:49:13,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:49:13,915 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:49:13,918 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:49:13,918 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:49:13,921 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:49:13,922 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:49:13,922 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:49:13,922 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80a8c3b790) -- 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 = 600140599702f84b45349309807b612c 2024-03-01 20:49:13,925 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:49:13,925 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:49:13,928 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/wwn-0x6001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/scsi-36001405709e0fc7fea54636b52afe854 ' '/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': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'ID_SERIAL': '36001405709e0fc7fea54636b52afe854', 'ID_SERIAL_SHORT': '6001405709e0fc7fea54636b52afe854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405709e0fc7f', 'ID_WWN_VENDOR_EXTENSION': '0xea54636b52afe854', 'ID_WWN_WITH_EXTENSION': '0x6001405709e0fc7fea54636b52afe854', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405709e0fc7fea54636b52afe854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329335805'} ; 2024-03-01 20:49:13,928 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:49:13,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:49:13,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:13,939 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:49:13,940 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:49:13,940 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:49:13,940 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:49:13,943 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:49:13,946 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:49:13,946 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:49:13,949 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:49:13,949 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:49:13,950 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:49:13,950 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80a8bd0b80) -- 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 = 6001405709e0fc7fea54636b52afe854 2024-03-01 20:49:13,953 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:49:13,953 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:49:13,956 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-id/wwn-0x6001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', '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': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'ID_SERIAL': '36001405c5456a1d8a644e1bbb010962a', 'ID_SERIAL_SHORT': '6001405c5456a1d8a644e1bbb010962a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5456a1d8', 'ID_WWN_VENDOR_EXTENSION': '0xa644e1bbb010962a', 'ID_WWN_WITH_EXTENSION': '0x6001405c5456a1d8a644e1bbb010962a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5456a1d8a644e1bbb010962a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329390273'} ; 2024-03-01 20:49:13,956 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:49:13,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:49:13,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:13,966 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:49:13,967 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:49:13,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:49:13,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:49:13,970 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:49:13,973 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:49:13,973 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:49:13,976 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:49:13,976 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:49:13,977 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:49:13,977 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80a8bd0f10) -- 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 = 6001405c5456a1d8a644e1bbb010962a 2024-03-01 20:49:13,980 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:49:13,980 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:49:13,983 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/scsi-36001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/wwn-0x6001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_efb34f66-b4b2-48f6-8218-cf71a076d9ce', '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': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'ID_SERIAL': '36001405efb34f66b4b248f68218cf71a', 'ID_SERIAL_SHORT': '6001405efb34f66b4b248f68218cf71a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efb34f66b', 'ID_WWN_VENDOR_EXTENSION': '0x4b248f68218cf71a', 'ID_WWN_WITH_EXTENSION': '0x6001405efb34f66b4b248f68218cf71a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efb34f66b4b248f68218cf71a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329457240'} ; 2024-03-01 20:49:13,983 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:49:13,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:49:13,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:13,993 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:49:13,994 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:49:13,994 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:49:13,994 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:49:13,997 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:49:14,000 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:49:14,000 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:49:14,003 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:49:14,003 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:49:14,004 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:49:14,004 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80a8bd5b50) -- 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 = 6001405efb34f66b4b248f68218cf71a 2024-03-01 20:49:14,007 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:49:14,007 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:49:14,010 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-36001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/wwn-0x6001405e7625e6ece674e998a0b2c2a3', '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': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'ID_SERIAL': '36001405e7625e6ece674e998a0b2c2a3', 'ID_SERIAL_SHORT': '6001405e7625e6ece674e998a0b2c2a3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e7625e6ec', 'ID_WWN_VENDOR_EXTENSION': '0xe674e998a0b2c2a3', 'ID_WWN_WITH_EXTENSION': '0x6001405e7625e6ece674e998a0b2c2a3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e7625e6ece674e998a0b2c2a3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329530947'} ; 2024-03-01 20:49:14,010 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:49:14,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:14,021 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:49:14,021 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:49:14,021 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:49:14,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:49:14,024 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:49:14,027 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:49:14,027 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:49:14,030 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:49:14,031 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:49:14,031 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:49:14,031 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80a8bc7100) -- 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 = 6001405e7625e6ece674e998a0b2c2a3 2024-03-01 20:49:14,034 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:49:14,034 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:49:14,037 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': '9467320'} ; 2024-03-01 20:49:14,037 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:49:14,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:14,047 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:49:14,047 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:49:14,047 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:49:14,047 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:49:14,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:49:14,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:49:14,050 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:49:14,053 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:49:14,053 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:49:14,056 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:49:14,057 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:49:14,057 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:49:14,057 INFO blivet/MainThread: got device: DiskDevice instance (0x7f80a8bc8ac0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:49:14,060 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:49:14,063 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:14,064 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:49:14,066 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:14,067 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:49:14,070 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:14,070 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:49:14,073 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:14,073 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:49:14,076 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:49:14,079 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:14,082 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:49:14,087 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7f80a8bbff00> 2024-03-01 20:49:14,126 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:49:14,130 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:49:14,130 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:49:14,133 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': '9469968'} ; 2024-03-01 20:49:14,134 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:49:14,134 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:49:14,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:14,142 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:49:14,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:14,147 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:14,161 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:49:14,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:49:14,185 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:49:14,185 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:49:14,188 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:49:14,191 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:49:14,191 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:49:14,194 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:49:14,194 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:49:14,194 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:49:14,197 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:49:14,200 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:49:14,203 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:49:14,205 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:49:14,208 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:49:14,209 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:49:14,209 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:49:14,209 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:49:14,209 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f80a8be4700) -- 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 0x7f80a8bf24a0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:49:14,213 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:49:14,216 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:14,216 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:49:14,219 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:14,219 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:49:14,222 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:14,222 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:49:14,225 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:14,225 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:49:14,226 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:49:14,226 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:49:14,229 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:14,230 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:49:14,232 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:49:14,233 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:49:14,233 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:14,242 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,256 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 20:49:14,257 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 20:49:14,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:14,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:14,268 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:49:14,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:14,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:14,278 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:49:14,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:14,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:14,288 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:49:14,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:14,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:14,298 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:49:14,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:14,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:14,308 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:49:14,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:14,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:14,318 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:49:14,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:14,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:14,329 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 20:49:14,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 20:49:14,334 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:49:14,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 20:49:14,339 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:49:14,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 20:49:14,344 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:49:14,347 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:14,347 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 20:49:14,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:49:14,350 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:49:14,350 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:49:14,353 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:49:14,353 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:49:14,356 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:14,356 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 20:49:14,356 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:49:14,359 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:49:14,359 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:49:14,362 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:49:14,362 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:49:14,365 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:14,365 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 20:49:14,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 20:49:14,368 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:49:14,368 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:49:14,371 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:49:14,371 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:49:14,372 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:49:14,375 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:49:14,379 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:49:14,382 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:49:14,385 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:49:14,388 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:49:14,391 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:49:14,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:49:14,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:49:14,396 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 20:49:14,396 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:49:14,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:14,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:14,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:14,407 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 20:49:14,408 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:49:14,408 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:49:14,408 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 20:49:14,409 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:49:14,409 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:49:14,412 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:14,412 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 20:49:14,414 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:14,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 20:49:14,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:49:14,421 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:49:14,422 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 20:49:14,425 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:49:14,428 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:49:14,431 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:49:14,434 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 20:49:14,435 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:49:14,435 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:49:14,435 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:49:14,435 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 20:49:14,470 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 20:49:14,470 INFO program/MainThread: stderr[4]: 2024-03-01 20:49:14,470 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:49:14,471 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 20:49:14,471 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:14,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:49:14,475 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 20:49:14,476 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:14,476 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:49:14,476 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:49:14,476 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:49:14,477 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:49:14,477 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:49:14,477 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:49:14,477 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:49:14,477 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:14,477 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:14,477 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:49:14,477 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:49:14,480 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:49:14,482 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:49:14,485 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:49:14,486 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:49:14,488 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:49:14,488 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 0x7f80ab3da180> 2024-03-01 20:49:14,489 INFO blivet/MainThread: sorting actions... 2024-03-01 20:49:14,490 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:49:14,490 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:49:14,490 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:49:14,490 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:49:14,490 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:49:14,490 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:49:14,491 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:49:14,491 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:14,491 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:14,491 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:49:14,494 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:14,496 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 20:49:14,496 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 20:49:14,503 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,503 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:14,531 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,531 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:14,544 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,544 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:49:14,548 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:14,551 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 20:49:14,551 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 20:49:14,556 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,557 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:14,584 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,584 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:14,597 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,597 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:49:14,601 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:14,603 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 20:49:14,604 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 20:49:14,609 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,610 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:14,633 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,634 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:14,645 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,645 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:49:14,649 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:14,651 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:49:14,654 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:49:14,654 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:49:14,654 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:14,655 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:14,732 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. Creating devices file /etc/lvm/devices/system.devices 2024-03-01 20:49:14,733 INFO program/MainThread: stderr[5]: 2024-03-01 20:49:14,733 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:49:14,733 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 20:49:14,741 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 20:49:14,742 INFO program/MainThread: stderr[6]: 2024-03-01 20:49:14,742 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:49:14,742 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdc ... 2024-03-01 20:49:14,774 INFO program/MainThread: stdout[7]: 2024-03-01 20:49:14,774 INFO program/MainThread: stderr[7]: 2024-03-01 20:49:14,774 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:49:14,774 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 20:49:14,775 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:14,788 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,791 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:49:14,792 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:49:14,793 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 20:49:14,803 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,803 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:14,826 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,826 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:49:14,830 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:14,832 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:49:14,835 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:49:14,835 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:49:14,835 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:14,835 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:14,873 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdb" successfully created. 2024-03-01 20:49:14,874 INFO program/MainThread: stderr[8]: 2024-03-01 20:49:14,874 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:49:14,874 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 20:49:14,885 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 20:49:14,885 INFO program/MainThread: stderr[9]: 2024-03-01 20:49:14,885 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:49:14,886 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdb ... 2024-03-01 20:49:14,920 INFO program/MainThread: stdout[10]: 2024-03-01 20:49:14,920 INFO program/MainThread: stderr[10]: 2024-03-01 20:49:14,920 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:49:14,920 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 20:49:14,921 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:14,934 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,938 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:49:14,938 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:49:14,939 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 20:49:14,949 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,949 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:14,972 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:14,972 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:49:14,976 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:14,978 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:49:14,981 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:49:14,981 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:49:14,981 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:14,981 INFO program/MainThread: Running [11] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:15,016 INFO program/MainThread: stdout[11]: Physical volume "/dev/sda" successfully created. 2024-03-01 20:49:15,016 INFO program/MainThread: stderr[11]: 2024-03-01 20:49:15,016 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:49:15,016 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 20:49:15,028 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 20:49:15,029 INFO program/MainThread: stderr[12]: 2024-03-01 20:49:15,029 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:49:15,029 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sda ... 2024-03-01 20:49:15,058 INFO program/MainThread: stdout[13]: 2024-03-01 20:49:15,058 INFO program/MainThread: stderr[13]: 2024-03-01 20:49:15,058 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:49:15,058 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 20:49:15,059 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:15,072 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,075 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:49:15,076 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:49:15,077 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 20:49:15,087 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,088 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:15,109 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,109 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:49:15,113 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 20:49:15,116 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:49:15,118 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:15,121 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:49:15,124 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:15,126 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:49:15,129 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:15,132 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:49:15,134 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 20:49:15,135 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 20:49:15,177 INFO program/MainThread: stdout[14]: Volume group "test_vg1" successfully created 2024-03-01 20:49:15,177 INFO program/MainThread: stderr[14]: 2024-03-01 20:49:15,177 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:49:15,188 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:49:15,196 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:49:15,204 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:15,210 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:49:15,216 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:15,222 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:49:15,228 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:15,238 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:49:15,238 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:15,276 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,280 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:49:15,283 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:49:15,283 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:15,296 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,296 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 20:49:15,305 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,306 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:15,319 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,319 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:15,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 20:49:15,326 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 20:49:15,329 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:49:15,332 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:49:15,335 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:15,338 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:49:15,341 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:15,343 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:49:15,346 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:15,350 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:49:15,350 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:15,363 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,367 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:49:15,368 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 20:49:15,401 INFO program/MainThread: stdout[15]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 20:49:15,401 INFO program/MainThread: stderr[15]: 2024-03-01 20:49:15,401 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:49:15,405 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 20:49:15,405 INFO program/MainThread: Running [16] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:49:15,459 INFO program/MainThread: stdout[16]: Logical volume "lv1" created. 2024-03-01 20:49:15,460 INFO program/MainThread: stderr[16]: 2024-03-01 20:49:15,460 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:49:15,468 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:15,476 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:49:15,477 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:49:15,477 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:15,510 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,514 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:49:15,515 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:49:15,516 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:49:15,525 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,526 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:15,543 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,543 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:15,547 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:15,550 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:49:15,552 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 20:49:15,552 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 20:49:15,701 INFO program/MainThread: stdout: 2024-03-01 20:49:15,702 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 20:49:15,702 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:49:15,702 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:49:15,702 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:49:15,702 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 20:49:15,702 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:49:15,702 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:49:15,702 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:49:15,702 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:49:15,702 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:49:15,702 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,703 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 20:49:15,722 INFO program/MainThread: stdout: 2024-03-01 20:49:15,723 INFO program/MainThread: writing all SBs 2024-03-01 20:49:15,723 INFO program/MainThread: new label = "" 2024-03-01 20:49:15,723 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,723 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:15,741 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,745 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:49:15,745 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:49:15,746 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:49:15,756 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,756 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:15,774 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:15,778 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:49:15,779 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 0x7f80a8abe220> 2024-03-01 20:49:15,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:15,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:49:15,784 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:49:15,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:15,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:49:15,790 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:49:20,399 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_z8qogdhf/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:49:20,434 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:20,435 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:49:20,438 INFO program/MainThread: stdout[2]: 2024-03-01 20:49:20,438 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 20:49:20,438 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:49:20,438 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:49:20,442 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:20,443 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:49:20,446 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:20,446 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:49:20,449 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:20,449 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:49:20,452 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:20,452 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:49:20,461 INFO program/MainThread: stdout: 2024-03-01 20:49:20,461 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:49:20,462 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi 2024-03-01 20:49:20,462 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs b2911936-7b40-4e76-8611-e76c1d729dac 2024-03-01 20:49:20,462 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A 2024-03-01 20:49:20,462 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs b2911936-7b40-4e76-8611-e76c1d729dac 2024-03-01 20:49:20,462 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG 2024-03-01 20:49:20,462 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:49:20,462 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:49:20,462 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:49:20,462 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:49:20,462 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:49:20,462 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:49:20,462 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:49:20,462 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:49:20,462 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:49:20,462 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:49:20,462 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 20:49:20,462 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:20,462 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs b2911936-7b40-4e76-8611-e76c1d729dac sdb 1073741824 root disk brw-rw---- LVM2_member i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs b2911936-7b40-4e76-8611-e76c1d729dac sdc 1073741824 root disk brw-rw---- LVM2_member KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG 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 20:49:20,462 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:20,463 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:20,463 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:49:20,463 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:20,463 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:49:20,463 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:49:20,464 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:20,477 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:20,490 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 20:49:20,495 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-36001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/lvm-pv-uuid-X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi ' '/dev/disk/by-id/wwn-0x6001405a7f9beb1aed14e829ac2e3d8e', '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': 'X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi', 'ID_FS_UUID_ENC': 'X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi', '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': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'ID_SERIAL': '36001405a7f9beb1aed14e829ac2e3d8e', 'ID_SERIAL_SHORT': '6001405a7f9beb1aed14e829ac2e3d8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a7f9beb1a', 'ID_WWN_VENDOR_EXTENSION': '0xed14e829ac2e3d8e', 'ID_WWN_WITH_EXTENSION': '0x6001405a7f9beb1aed14e829ac2e3d8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a7f9beb1aed14e829ac2e3d8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329054376'} ; 2024-03-01 20:49:20,495 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:49:20,496 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 20:49:20,532 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:49:20,532 INFO program/MainThread: stderr[3]: 2024-03-01 20:49:20,532 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:49:20,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:20,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:20,543 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:49:20,545 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 20:49:20,550 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:49:20,551 INFO blivet/MainThread: sda is a disk 2024-03-01 20:49:20,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:49:20,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:49:20,555 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:49:20,558 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:49:20,558 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:49:20,561 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:49:20,562 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:49:20,562 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:49:20,562 INFO blivet/MainThread: got device: DiskDevice instance (0x7f71528db8e0) -- 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 = 6001405a7f9beb1aed14e829ac2e3d8e 2024-03-01 20:49:20,566 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:49:20,569 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:20,569 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:49:20,573 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:20,573 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:49:20,576 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:20,576 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:49:20,580 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:20,580 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:49:20,583 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:49:20,583 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:49:20,583 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 20:49:20,621 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:49:20,621 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A. WARNING: Couldn't find device with uuid KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG. WARNING: VG test_vg1 is missing PV i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:49:20,621 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:49:20,621 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:49:20,625 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi ; label: None ; device: /dev/sda ; serial: 36001405a7f9beb1aed14e829ac2e3d8e ; exists: True ; vg_name: test_vg1 ; vg_uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; pe_start: 8 MiB ; 2024-03-01 20:49:20,626 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:49:20,629 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:49:20,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; incomplete: True ; hidden: False ; 2024-03-01 20:49:20,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:49:20,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:20,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:20,641 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 20:49:20,677 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:49:20,677 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A. WARNING: Couldn't find device with uuid KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG. WARNING: VG test_vg1 is missing PV i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:49:20,677 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:49:20,677 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:49:20,678 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:49:20,683 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:49:20,686 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:49:20,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:49:20,690 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:49:20,690 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 20:49:20,726 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:49:20,726 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A. WARNING: Couldn't find device with uuid KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG. WARNING: VG test_vg1 is missing PV i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:49:20,726 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:49:20,731 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:49:20,731 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:49:20,734 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:49:20,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; incomplete: True ; hidden: False ; 2024-03-01 20:49:20,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:49:20,740 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:49:20,740 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:49:20,743 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/scsi-36001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/wwn-0x6001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/lvm-pv-uuid-i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A', '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': 'i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A', 'ID_FS_UUID_ENC': 'i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A', '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': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'ID_SERIAL': '36001405e3f5478318344b9fb2d6f5904', 'ID_SERIAL_SHORT': '6001405e3f5478318344b9fb2d6f5904', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e3f547831', 'ID_WWN_VENDOR_EXTENSION': '0x8344b9fb2d6f5904', 'ID_WWN_WITH_EXTENSION': '0x6001405e3f5478318344b9fb2d6f5904', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e3f5478318344b9fb2d6f5904', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329069200'} ; 2024-03-01 20:49:20,744 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:49:20,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:49:20,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:20,755 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:49:20,756 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:49:20,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:49:20,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:49:20,759 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:49:20,762 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:49:20,762 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:49:20,765 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:49:20,765 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:49:20,766 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:49:20,766 INFO blivet/MainThread: got device: DiskDevice instance (0x7f715157c250) -- 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 = 6001405e3f5478318344b9fb2d6f5904 2024-03-01 20:49:20,769 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:49:20,773 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:20,773 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:49:20,776 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:20,776 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:49:20,779 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:20,779 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:49:20,782 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:20,782 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:49:20,785 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:49:20,785 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:49:20,785 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 20:49:20,822 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:49:20,822 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG. WARNING: VG test_vg1 is missing PV KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG (last written to /dev/sdc). 2024-03-01 20:49:20,822 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:49:20,822 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:49:20,826 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A ; label: None ; device: /dev/sdb ; serial: 36001405e3f5478318344b9fb2d6f5904 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 20:49:20,826 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:49:20,829 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:49:20,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; incomplete: True ; hidden: False ; 2024-03-01 20:49:20,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:49:20,838 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:49:20,841 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:49:20,844 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:49:20,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; incomplete: True ; hidden: False ; 2024-03-01 20:49:20,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:20,850 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 20:49:20,884 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:49:20,884 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG. WARNING: VG test_vg1 is missing PV KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG (last written to /dev/sdc). 2024-03-01 20:49:20,884 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:49:20,884 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:49:20,884 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:49:20,889 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x60014053a937184703743888a48633b2 ' '/dev/disk/by-id/scsi-360014053a937184703743888a48633b2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_3a937184-7037-4388-8a48-633b2f1b6577', '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': '3a937184-7037-4388-8a48-633b2f1b6577', 'ID_SERIAL': '360014053a937184703743888a48633b2', 'ID_SERIAL_SHORT': '60014053a937184703743888a48633b2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053a9371847', 'ID_WWN_VENDOR_EXTENSION': '0x03743888a48633b2', 'ID_WWN_WITH_EXTENSION': '0x60014053a937184703743888a48633b2', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053a937184703743888a48633b2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329560963'} ; 2024-03-01 20:49:20,889 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:49:20,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:49:20,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:20,900 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:49:20,901 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:49:20,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:49:20,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:49:20,904 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:49:20,907 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:49:20,907 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:49:20,910 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:49:20,910 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:49:20,911 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:49:20,911 INFO blivet/MainThread: got device: DiskDevice instance (0x7f71514f4d00) -- 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 = 60014053a937184703743888a48633b2 2024-03-01 20:49:20,914 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:49:20,914 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:49:20,917 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/wwn-0x6001405514143362e9140c0ad6eec2cb', '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': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'ID_SERIAL': '36001405514143362e9140c0ad6eec2cb', 'ID_SERIAL_SHORT': '6001405514143362e9140c0ad6eec2cb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405514143362', 'ID_WWN_VENDOR_EXTENSION': '0xe9140c0ad6eec2cb', 'ID_WWN_WITH_EXTENSION': '0x6001405514143362e9140c0ad6eec2cb', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405514143362e9140c0ad6eec2cb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329682371'} ; 2024-03-01 20:49:20,917 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:49:20,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:49:20,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:20,928 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:49:20,929 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:49:20,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:49:20,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:49:20,932 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:49:20,935 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:49:20,935 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:49:20,938 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:49:20,938 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:49:20,939 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:49:20,939 INFO blivet/MainThread: got device: DiskDevice instance (0x7f71515447f0) -- 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 = 6001405514143362e9140c0ad6eec2cb 2024-03-01 20:49:20,942 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:49:20,942 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:49:20,945 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/lvm-pv-uuid-KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/wwn-0x6001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/scsi-36001405fc44a76b311c428484eb09cf7', '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': 'KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG', 'ID_FS_UUID_ENC': 'KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG', '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': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'ID_SERIAL': '36001405fc44a76b311c428484eb09cf7', 'ID_SERIAL_SHORT': '6001405fc44a76b311c428484eb09cf7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fc44a76b3', 'ID_WWN_VENDOR_EXTENSION': '0x11c428484eb09cf7', 'ID_WWN_WITH_EXTENSION': '0x6001405fc44a76b311c428484eb09cf7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fc44a76b311c428484eb09cf7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329112301'} ; 2024-03-01 20:49:20,945 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:49:20,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:49:20,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:20,956 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:49:20,956 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:49:20,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:49:20,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:49:20,959 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:49:20,962 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:49:20,963 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:49:20,965 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:49:20,966 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:49:20,966 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:49:20,966 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7151484580) -- 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 = 6001405fc44a76b311c428484eb09cf7 2024-03-01 20:49:20,969 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:49:20,973 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:20,973 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:49:20,976 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:20,976 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:49:20,979 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:20,979 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:49:20,982 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:20,982 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:49:20,985 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:49:20,985 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:49:20,985 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 20:49:21,017 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:49:21,018 INFO program/MainThread: stderr[9]: 2024-03-01 20:49:21,018 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:49:21,018 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:49:21,022 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG ; label: None ; device: /dev/sdc ; serial: 36001405fc44a76b311c428484eb09cf7 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:49:21,022 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:49:21,025 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:49:21,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; incomplete: True ; hidden: False ; 2024-03-01 20:49:21,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:21,034 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:49:21,037 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:49:21,040 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:49:21,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; incomplete: True ; hidden: False ; 2024-03-01 20:49:21,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:21,046 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 20:49:21,080 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:49:21,080 INFO program/MainThread: stderr[10]: 2024-03-01 20:49:21,080 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:49:21,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:49:21,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:49:21,096 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:49:21,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:49:21,100 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:49:21,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:49:21,104 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:49:21,107 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:49:21,107 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:49:21,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:49:21,111 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:49:21,114 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:49:21,114 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:49:21,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:49:21,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:49:21,121 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:49:21,124 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:49:21,125 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:49:21,125 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:49:21,125 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:49:21,128 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:49:21,128 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:49:21,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:49:21,132 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:49:21,135 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/b2911936-7b40-4e76-8611-e76c1d729dac ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-3LfyVVbmArXsxLdCY3fQ5TzKB57TWOGjJlXApKXdlkFqOwsMqsOAxyqVRNdcX8ol', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-3LfyVVbmArXsxLdCY3fQ5TzKB57TWOGjJlXApKXdlkFqOwsMqsOAxyqVRNdcX8ol', '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': 'b2911936-7b40-4e76-8611-e76c1d729dac', 'ID_FS_UUID_ENC': 'b2911936-7b40-4e76-8611-e76c1d729dac', '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': '548288171'} ; 2024-03-01 20:49:21,135 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:49:21,135 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:21,138 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:49:21,139 INFO program/MainThread: stderr[11]: 2024-03-01 20:49:21,139 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:49:21,139 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:21,141 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:49:21,141 INFO program/MainThread: stderr[12]: 2024-03-01 20:49:21,141 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:49:21,142 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:21,144 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:49:21,144 INFO program/MainThread: stderr[13]: 2024-03-01 20:49:21,144 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:49:21,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:49:21,155 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:21,155 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:21,156 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:21,156 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:21,152 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f71514f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f7151544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:21,157 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:21,160 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:49:21,160 INFO program/MainThread: stderr[14]: 2024-03-01 20:49:21,160 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:49:21,164 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:49:21,168 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:21,168 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:49:21,171 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:21,171 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:49:21,175 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:21,175 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:49:21,178 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:21,178 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:49:21,179 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:49:21,180 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:49:21,183 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:21,183 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:49:21,186 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:49:21,187 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:49:21,187 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:49:21,190 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/scsi-36001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/wwn-0x6001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', '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': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'ID_SERIAL': '36001405bc5bc26d0b3a49ddae3c723e5', 'ID_SERIAL_SHORT': '6001405bc5bc26d0b3a49ddae3c723e5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bc5bc26d0', 'ID_WWN_VENDOR_EXTENSION': '0xb3a49ddae3c723e5', 'ID_WWN_WITH_EXTENSION': '0x6001405bc5bc26d0b3a49ddae3c723e5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bc5bc26d0b3a49ddae3c723e5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329180484'} ; 2024-03-01 20:49:21,190 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:49:21,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,202 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:49:21,202 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:49:21,202 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:49:21,202 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 20:49:21,205 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:49:21,208 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:49:21,209 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:49:21,211 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:49:21,212 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:49:21,212 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 20:49:21,212 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7152599e80) -- 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 = 6001405bc5bc26d0b3a49ddae3c723e5 2024-03-01 20:49:21,215 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:49:21,216 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:49:21,219 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_813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/wwn-0x6001405813e88eb27644092bc26041da ' '/dev/disk/by-id/scsi-36001405813e88eb27644092bc26041da', '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': '813e88eb-2764-4092-bc26-041da4b5abdc', 'ID_SERIAL': '36001405813e88eb27644092bc26041da', 'ID_SERIAL_SHORT': '6001405813e88eb27644092bc26041da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405813e88eb2', 'ID_WWN_VENDOR_EXTENSION': '0x7644092bc26041da', 'ID_WWN_WITH_EXTENSION': '0x6001405813e88eb27644092bc26041da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405813e88eb27644092bc26041da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329192311'} ; 2024-03-01 20:49:21,219 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:49:21,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,230 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:49:21,230 INFO blivet/MainThread: sde is a disk 2024-03-01 20:49:21,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 20:49:21,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 20:49:21,233 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:49:21,236 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:49:21,236 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:49:21,240 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:49:21,240 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:49:21,240 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 20:49:21,240 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7151484a30) -- 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 = 6001405813e88eb27644092bc26041da 2024-03-01 20:49:21,244 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:49:21,244 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:49:21,247 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/wwn-0x600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/scsi-3600140599702f84b45349309807b612c', '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': '99702f84-b453-4930-9807-b612c1a0d577', 'ID_SERIAL': '3600140599702f84b45349309807b612c', 'ID_SERIAL_SHORT': '600140599702f84b45349309807b612c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140599702f84b', 'ID_WWN_VENDOR_EXTENSION': '0x45349309807b612c', 'ID_WWN_WITH_EXTENSION': '0x600140599702f84b45349309807b612c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140599702f84b45349309807b612c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329256238'} ; 2024-03-01 20:49:21,247 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:49:21,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,258 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:49:21,258 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:49:21,259 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 20:49:21,259 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 20:49:21,262 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:49:21,264 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:49:21,265 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:49:21,268 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:49:21,268 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:49:21,268 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 20:49:21,268 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7151484910) -- 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 = 600140599702f84b45349309807b612c 2024-03-01 20:49:21,271 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:49:21,272 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:49:21,275 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/wwn-0x6001405709e0fc7fea54636b52afe854', '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': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'ID_SERIAL': '36001405709e0fc7fea54636b52afe854', 'ID_SERIAL_SHORT': '6001405709e0fc7fea54636b52afe854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405709e0fc7f', 'ID_WWN_VENDOR_EXTENSION': '0xea54636b52afe854', 'ID_WWN_WITH_EXTENSION': '0x6001405709e0fc7fea54636b52afe854', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405709e0fc7fea54636b52afe854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329335805'} ; 2024-03-01 20:49:21,275 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:49:21,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,286 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:49:21,286 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:49:21,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:49:21,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:49:21,289 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:49:21,292 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:49:21,293 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:49:21,296 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:49:21,296 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:49:21,296 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 20:49:21,296 INFO blivet/MainThread: got device: DiskDevice instance (0x7f715148f520) -- 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 = 6001405709e0fc7fea54636b52afe854 2024-03-01 20:49:21,299 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:49:21,300 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:49:21,303 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-36001405c5456a1d8a644e1bbb010962a', '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': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'ID_SERIAL': '36001405c5456a1d8a644e1bbb010962a', 'ID_SERIAL_SHORT': '6001405c5456a1d8a644e1bbb010962a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5456a1d8', 'ID_WWN_VENDOR_EXTENSION': '0xa644e1bbb010962a', 'ID_WWN_WITH_EXTENSION': '0x6001405c5456a1d8a644e1bbb010962a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5456a1d8a644e1bbb010962a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329390273'} ; 2024-03-01 20:49:21,303 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:49:21,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,314 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:49:21,314 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:49:21,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 20:49:21,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 20:49:21,317 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:49:21,320 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:49:21,321 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:49:21,323 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:49:21,324 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:49:21,324 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 20:49:21,324 INFO blivet/MainThread: got device: DiskDevice instance (0x7f715148fca0) -- 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 = 6001405c5456a1d8a644e1bbb010962a 2024-03-01 20:49:21,327 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:49:21,327 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:49:21,330 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/scsi-36001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_efb34f66-b4b2-48f6-8218-cf71a076d9ce', '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': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'ID_SERIAL': '36001405efb34f66b4b248f68218cf71a', 'ID_SERIAL_SHORT': '6001405efb34f66b4b248f68218cf71a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efb34f66b', 'ID_WWN_VENDOR_EXTENSION': '0x4b248f68218cf71a', 'ID_WWN_WITH_EXTENSION': '0x6001405efb34f66b4b248f68218cf71a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efb34f66b4b248f68218cf71a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329457240'} ; 2024-03-01 20:49:21,331 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:49:21,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,342 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:49:21,343 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:49:21,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:49:21,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:49:21,346 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:49:21,349 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:49:21,349 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:49:21,352 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:49:21,352 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:49:21,352 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 20:49:21,353 INFO blivet/MainThread: got device: DiskDevice instance (0x7f715148fee0) -- 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 = 6001405efb34f66b4b248f68218cf71a 2024-03-01 20:49:21,356 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:49:21,356 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:49:21,359 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/wwn-0x6001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/scsi-36001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/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': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'ID_SERIAL': '36001405e7625e6ece674e998a0b2c2a3', 'ID_SERIAL_SHORT': '6001405e7625e6ece674e998a0b2c2a3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e7625e6ec', 'ID_WWN_VENDOR_EXTENSION': '0xe674e998a0b2c2a3', 'ID_WWN_WITH_EXTENSION': '0x6001405e7625e6ece674e998a0b2c2a3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e7625e6ece674e998a0b2c2a3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329530947'} ; 2024-03-01 20:49:21,359 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:49:21,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,370 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:49:21,371 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:49:21,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 20:49:21,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 20:49:21,374 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:49:21,377 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:49:21,377 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:49:21,380 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:49:21,380 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:49:21,381 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 20:49:21,381 INFO blivet/MainThread: got device: DiskDevice instance (0x7f71514a3f10) -- 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 = 6001405e7625e6ece674e998a0b2c2a3 2024-03-01 20:49:21,384 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:49:21,384 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:49:21,387 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': '9467320'} ; 2024-03-01 20:49:21,387 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:49:21,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,397 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:49:21,398 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:49:21,398 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:49:21,398 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:49:21,398 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:49:21,398 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:49:21,401 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:49:21,404 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:49:21,404 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:49:21,407 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:49:21,407 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:49:21,408 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 20:49:21,408 INFO blivet/MainThread: got device: DiskDevice instance (0x7f71514a3fa0) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:49:21,411 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:49:21,414 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:21,414 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 20:49:21,417 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:21,417 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 20:49:21,420 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:21,420 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 20:49:21,424 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:21,424 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 20:49:21,427 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:49:21,429 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:21,432 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:49:21,438 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 0x7f71514aa3c0> 2024-03-01 20:49:21,477 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 20:49:21,481 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:49:21,481 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:49:21,484 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': '9469968'} ; 2024-03-01 20:49:21,485 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:49:21,485 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:49:21,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,493 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:49:21,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,499 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:21,512 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:21,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 20:49:21,532 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 20:49:21,535 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:49:21,536 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:49:21,538 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:49:21,541 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:49:21,542 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:49:21,545 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:49:21,545 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:49:21,545 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:49:21,548 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:49:21,551 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:49:21,554 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:49:21,556 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:49:21,559 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:49:21,560 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:49:21,560 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 20:49:21,561 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:49:21,560 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f71514bb490) -- 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 0x7f71514b4e00> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:49:21,564 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:49:21,567 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:21,567 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 20:49:21,570 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:21,570 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 20:49:21,573 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:21,574 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 20:49:21,577 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:21,577 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 20:49:21,577 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:49:21,580 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:21,580 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 20:49:21,583 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:49:21,583 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:49:21,586 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/b2911936-7b40-4e76-8611-e76c1d729dac ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-3LfyVVbmArXsxLdCY3fQ5TzKB57TWOGjJlXApKXdlkFqOwsMqsOAxyqVRNdcX8ol ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-3LfyVVbmArXsxLdCY3fQ5TzKB57TWOGjJlXApKXdlkFqOwsMqsOAxyqVRNdcX8ol', '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': 'b2911936-7b40-4e76-8611-e76c1d729dac', 'ID_FS_UUID_ENC': 'b2911936-7b40-4e76-8611-e76c1d729dac', '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': '548288171'} ; 2024-03-01 20:49:21,586 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:49:21,586 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:21,589 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:49:21,589 INFO program/MainThread: stderr[15]: 2024-03-01 20:49:21,590 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:49:21,590 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:21,592 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:49:21,592 INFO program/MainThread: stderr[16]: 2024-03-01 20:49:21,592 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:49:21,592 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:21,595 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:49:21,595 INFO program/MainThread: stderr[17]: 2024-03-01 20:49:21,595 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:49:21,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:49:21,604 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:21,605 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:21,605 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:21,606 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:21,602 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f71514f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f7151544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:21,606 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:21,609 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:49:21,609 INFO program/MainThread: stderr[18]: 2024-03-01 20:49:21,609 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:49:21,613 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:49:21,613 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:49:21,613 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:21,624 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:21,638 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 20:49:21,639 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 20:49:21,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:21,651 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:49:21,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:21,661 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:49:21,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:21,674 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:49:21,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:21,684 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:49:21,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:21,694 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:49:21,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:21,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:49:21,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:21,704 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:49:24,942 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_p4s0q_8c/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:49:24,977 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:24,977 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:49:24,980 INFO program/MainThread: stdout[2]: 2024-03-01 20:49:24,980 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 20:49:24,980 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:49:24,980 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:49:24,985 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:24,985 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:49:24,989 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:24,989 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:49:24,992 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:24,992 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:49:24,995 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:24,995 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:49:25,004 INFO program/MainThread: stdout: 2024-03-01 20:49:25,004 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:49:25,004 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi 2024-03-01 20:49:25,004 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs b2911936-7b40-4e76-8611-e76c1d729dac 2024-03-01 20:49:25,004 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A 2024-03-01 20:49:25,004 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs b2911936-7b40-4e76-8611-e76c1d729dac 2024-03-01 20:49:25,004 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG 2024-03-01 20:49:25,004 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:49:25,004 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:49:25,004 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:49:25,004 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:49:25,004 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:49:25,004 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:49:25,004 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:49:25,004 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:49:25,004 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:49:25,004 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:49:25,004 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 20:49:25,004 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:25,005 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs b2911936-7b40-4e76-8611-e76c1d729dac sdb 1073741824 root disk brw-rw---- LVM2_member i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs b2911936-7b40-4e76-8611-e76c1d729dac sdc 1073741824 root disk brw-rw---- LVM2_member KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG 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 20:49:25,005 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:25,005 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:25,005 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:49:25,005 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:25,006 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:49:25,006 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:49:25,006 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:25,018 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:25,031 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 20:49:25,036 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/wwn-0x6001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-id/scsi-36001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/lvm-pv-uuid-X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi', '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': 'X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi', 'ID_FS_UUID_ENC': 'X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi', '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': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'ID_SERIAL': '36001405a7f9beb1aed14e829ac2e3d8e', 'ID_SERIAL_SHORT': '6001405a7f9beb1aed14e829ac2e3d8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a7f9beb1a', 'ID_WWN_VENDOR_EXTENSION': '0xed14e829ac2e3d8e', 'ID_WWN_WITH_EXTENSION': '0x6001405a7f9beb1aed14e829ac2e3d8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a7f9beb1aed14e829ac2e3d8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329054376'} ; 2024-03-01 20:49:25,036 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:49:25,037 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:49:25,073 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:49:25,073 INFO program/MainThread: stderr[3]: 2024-03-01 20:49:25,073 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:49:25,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,084 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:49:25,086 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 20:49:25,091 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:49:25,091 INFO blivet/MainThread: sda is a disk 2024-03-01 20:49:25,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:49:25,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:49:25,095 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:49:25,098 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:49:25,098 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:49:25,101 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:49:25,102 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:49:25,102 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:49:25,102 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce7f3b8e0) -- 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 = 6001405a7f9beb1aed14e829ac2e3d8e 2024-03-01 20:49:25,106 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:49:25,109 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:25,109 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:49:25,112 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:25,112 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:49:25,116 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:25,116 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:49:25,119 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:25,119 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:49:25,122 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:49:25,122 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:49:25,122 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 20:49:25,155 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:49:25,155 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A. WARNING: Couldn't find device with uuid KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG. WARNING: VG test_vg1 is missing PV i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:49:25,155 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:49:25,155 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:49:25,159 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi ; label: None ; device: /dev/sda ; serial: 36001405a7f9beb1aed14e829ac2e3d8e ; exists: True ; vg_name: test_vg1 ; vg_uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; pe_start: 8 MiB ; 2024-03-01 20:49:25,160 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:49:25,163 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:49:25,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; incomplete: True ; hidden: False ; 2024-03-01 20:49:25,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:49:25,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,174 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 20:49:25,210 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:49:25,210 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A. WARNING: Couldn't find device with uuid KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG. WARNING: VG test_vg1 is missing PV i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:49:25,210 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:49:25,210 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:49:25,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:49:25,216 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:49:25,219 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:49:25,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:49:25,222 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:49:25,222 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 20:49:25,258 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:49:25,258 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A. WARNING: Couldn't find device with uuid KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG. WARNING: VG test_vg1 is missing PV i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:49:25,258 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:49:25,263 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:49:25,263 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:49:25,266 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:49:25,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; incomplete: True ; hidden: False ; 2024-03-01 20:49:25,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:49:25,271 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:49:25,271 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:49:25,275 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/scsi-36001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/lvm-pv-uuid-i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405e3f5478318344b9fb2d6f5904', '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': 'i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A', 'ID_FS_UUID_ENC': 'i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A', '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': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'ID_SERIAL': '36001405e3f5478318344b9fb2d6f5904', 'ID_SERIAL_SHORT': '6001405e3f5478318344b9fb2d6f5904', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e3f547831', 'ID_WWN_VENDOR_EXTENSION': '0x8344b9fb2d6f5904', 'ID_WWN_WITH_EXTENSION': '0x6001405e3f5478318344b9fb2d6f5904', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e3f5478318344b9fb2d6f5904', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329069200'} ; 2024-03-01 20:49:25,275 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:49:25,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,286 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:49:25,286 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:49:25,287 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:49:25,287 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:49:25,290 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:49:25,292 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:49:25,293 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:49:25,296 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:49:25,296 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:49:25,296 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:49:25,297 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce6e5d250) -- 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 = 6001405e3f5478318344b9fb2d6f5904 2024-03-01 20:49:25,300 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:49:25,303 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:25,303 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:49:25,306 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:25,306 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:49:25,309 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:25,309 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:49:25,312 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:25,312 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:49:25,315 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:49:25,315 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:49:25,315 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 20:49:25,347 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:49:25,347 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG. WARNING: VG test_vg1 is missing PV KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG (last written to /dev/sdc). 2024-03-01 20:49:25,347 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:49:25,347 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:49:25,351 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A ; label: None ; device: /dev/sdb ; serial: 36001405e3f5478318344b9fb2d6f5904 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 20:49:25,351 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:49:25,354 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:49:25,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; incomplete: True ; hidden: False ; 2024-03-01 20:49:25,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:49:25,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:49:25,366 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:49:25,368 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:49:25,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; incomplete: True ; hidden: False ; 2024-03-01 20:49:25,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:25,374 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 20:49:25,413 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:49:25,413 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG. WARNING: VG test_vg1 is missing PV KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG (last written to /dev/sdc). 2024-03-01 20:49:25,413 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:49:25,413 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:49:25,413 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:49:25,417 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/scsi-360014053a937184703743888a48633b2 ' '/dev/disk/by-id/wwn-0x60014053a937184703743888a48633b2', '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': '3a937184-7037-4388-8a48-633b2f1b6577', 'ID_SERIAL': '360014053a937184703743888a48633b2', 'ID_SERIAL_SHORT': '60014053a937184703743888a48633b2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053a9371847', 'ID_WWN_VENDOR_EXTENSION': '0x03743888a48633b2', 'ID_WWN_WITH_EXTENSION': '0x60014053a937184703743888a48633b2', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053a937184703743888a48633b2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329560963'} ; 2024-03-01 20:49:25,418 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:49:25,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,428 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:49:25,429 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:49:25,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:49:25,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:49:25,432 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:49:25,435 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:49:25,435 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:49:25,438 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:49:25,438 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:49:25,439 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:49:25,439 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce6dd5d00) -- 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 = 60014053a937184703743888a48633b2 2024-03-01 20:49:25,442 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:49:25,442 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:49:25,445 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/scsi-36001405514143362e9140c0ad6eec2cb', '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': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'ID_SERIAL': '36001405514143362e9140c0ad6eec2cb', 'ID_SERIAL_SHORT': '6001405514143362e9140c0ad6eec2cb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405514143362', 'ID_WWN_VENDOR_EXTENSION': '0xe9140c0ad6eec2cb', 'ID_WWN_WITH_EXTENSION': '0x6001405514143362e9140c0ad6eec2cb', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405514143362e9140c0ad6eec2cb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329682371'} ; 2024-03-01 20:49:25,445 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:49:25,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,456 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:49:25,456 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:49:25,456 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:49:25,457 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:49:25,459 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:49:25,462 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:49:25,462 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:49:25,465 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:49:25,465 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:49:25,466 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:49:25,466 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce6e257f0) -- 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 = 6001405514143362e9140c0ad6eec2cb 2024-03-01 20:49:25,469 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:49:25,469 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:49:25,472 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/scsi-36001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/wwn-0x6001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/lvm-pv-uuid-KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG ' '/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': 'KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG', 'ID_FS_UUID_ENC': 'KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG', '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': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'ID_SERIAL': '36001405fc44a76b311c428484eb09cf7', 'ID_SERIAL_SHORT': '6001405fc44a76b311c428484eb09cf7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fc44a76b3', 'ID_WWN_VENDOR_EXTENSION': '0x11c428484eb09cf7', 'ID_WWN_WITH_EXTENSION': '0x6001405fc44a76b311c428484eb09cf7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fc44a76b311c428484eb09cf7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329112301'} ; 2024-03-01 20:49:25,472 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:49:25,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,483 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:49:25,483 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:49:25,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:49:25,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:49:25,486 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:49:25,489 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:49:25,489 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:49:25,492 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:49:25,492 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:49:25,493 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:49:25,493 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce6d64580) -- 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 = 6001405fc44a76b311c428484eb09cf7 2024-03-01 20:49:25,496 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:49:25,499 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:25,499 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:49:25,502 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:25,502 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:49:25,505 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:25,505 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:49:25,508 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:25,508 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:49:25,511 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:49:25,511 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:49:25,511 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 20:49:25,551 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=X43BLH-YfbX-2RSu-rAh4-8Y2z-V05S-dh2eRi LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=i5Siqv-vV2F-Cbdj-9uQc-QjJa-8h3C-wRsh5A LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:49:25,551 INFO program/MainThread: stderr[9]: 2024-03-01 20:49:25,551 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:49:25,551 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:49:25,555 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KE3CFd-qmFL-6F0L-IofI-2szu-uuef-OYgZQG ; label: None ; device: /dev/sdc ; serial: 36001405fc44a76b311c428484eb09cf7 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:49:25,555 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:49:25,558 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:49:25,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; incomplete: True ; hidden: False ; 2024-03-01 20:49:25,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:25,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:49:25,569 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:49:25,572 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:49:25,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj ; incomplete: True ; hidden: False ; 2024-03-01 20:49:25,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:25,578 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 20:49:25,612 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:49:25,612 INFO program/MainThread: stderr[10]: 2024-03-01 20:49:25,612 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:49:25,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:49:25,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:49:25,628 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:49:25,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:49:25,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:49:25,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:49:25,635 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:49:25,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:49:25,638 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:49:25,639 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:49:25,642 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:49:25,645 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:49:25,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:49:25,648 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:49:25,651 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:49:25,651 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:49:25,654 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:49:25,655 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:49:25,655 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:49:25,655 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:49:25,658 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:49:25,658 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:49:25,661 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:49:25,661 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:49:25,665 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-3LfyVVbmArXsxLdCY3fQ5TzKB57TWOGjJlXApKXdlkFqOwsMqsOAxyqVRNdcX8ol ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/b2911936-7b40-4e76-8611-e76c1d729dac ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-3LfyVVbmArXsxLdCY3fQ5TzKB57TWOGjJlXApKXdlkFqOwsMqsOAxyqVRNdcX8ol', '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': 'b2911936-7b40-4e76-8611-e76c1d729dac', 'ID_FS_UUID_ENC': 'b2911936-7b40-4e76-8611-e76c1d729dac', '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': '548288171'} ; 2024-03-01 20:49:25,665 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:49:25,665 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:25,668 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:49:25,668 INFO program/MainThread: stderr[11]: 2024-03-01 20:49:25,668 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:49:25,669 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:25,671 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:49:25,671 INFO program/MainThread: stderr[12]: 2024-03-01 20:49:25,671 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:49:25,671 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:25,674 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:49:25,674 INFO program/MainThread: stderr[13]: 2024-03-01 20:49:25,674 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:49:25,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:49:25,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:25,685 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:25,685 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:25,686 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:25,681 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:25,686 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:25,689 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:49:25,690 INFO program/MainThread: stderr[14]: 2024-03-01 20:49:25,690 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:49:25,693 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:49:25,697 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:25,697 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:49:25,700 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:25,700 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:49:25,703 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:25,703 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:49:25,706 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:25,706 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:49:25,708 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:49:25,708 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:49:25,711 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:25,712 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:49:25,715 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:49:25,715 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:49:25,715 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:49:25,719 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/wwn-0x6001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', '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': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'ID_SERIAL': '36001405bc5bc26d0b3a49ddae3c723e5', 'ID_SERIAL_SHORT': '6001405bc5bc26d0b3a49ddae3c723e5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bc5bc26d0', 'ID_WWN_VENDOR_EXTENSION': '0xb3a49ddae3c723e5', 'ID_WWN_WITH_EXTENSION': '0x6001405bc5bc26d0b3a49ddae3c723e5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bc5bc26d0b3a49ddae3c723e5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329180484'} ; 2024-03-01 20:49:25,719 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:49:25,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,730 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:49:25,730 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:49:25,730 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:49:25,730 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 20:49:25,733 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:49:25,736 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:49:25,736 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:49:25,739 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:49:25,739 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:49:25,740 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 20:49:25,740 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce7e7ae80) -- 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 = 6001405bc5bc26d0b3a49ddae3c723e5 2024-03-01 20:49:25,743 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:49:25,743 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:49:25,746 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405813e88eb27644092bc26041da ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/wwn-0x6001405813e88eb27644092bc26041da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', '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': '813e88eb-2764-4092-bc26-041da4b5abdc', 'ID_SERIAL': '36001405813e88eb27644092bc26041da', 'ID_SERIAL_SHORT': '6001405813e88eb27644092bc26041da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405813e88eb2', 'ID_WWN_VENDOR_EXTENSION': '0x7644092bc26041da', 'ID_WWN_WITH_EXTENSION': '0x6001405813e88eb27644092bc26041da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405813e88eb27644092bc26041da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329192311'} ; 2024-03-01 20:49:25,746 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:49:25,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,757 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:49:25,757 INFO blivet/MainThread: sde is a disk 2024-03-01 20:49:25,757 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 20:49:25,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 20:49:25,760 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:49:25,763 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:49:25,763 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:49:25,766 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:49:25,767 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:49:25,767 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 20:49:25,767 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce6d64a30) -- 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 = 6001405813e88eb27644092bc26041da 2024-03-01 20:49:25,770 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:49:25,770 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:49:25,773 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/scsi-3600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/wwn-0x600140599702f84b45349309807b612c', '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': '99702f84-b453-4930-9807-b612c1a0d577', 'ID_SERIAL': '3600140599702f84b45349309807b612c', 'ID_SERIAL_SHORT': '600140599702f84b45349309807b612c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140599702f84b', 'ID_WWN_VENDOR_EXTENSION': '0x45349309807b612c', 'ID_WWN_WITH_EXTENSION': '0x600140599702f84b45349309807b612c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140599702f84b45349309807b612c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329256238'} ; 2024-03-01 20:49:25,773 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:49:25,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,784 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:49:25,785 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:49:25,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 20:49:25,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 20:49:25,788 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:49:25,791 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:49:25,791 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:49:25,794 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:49:25,794 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:49:25,794 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 20:49:25,794 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce6d64910) -- 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 = 600140599702f84b45349309807b612c 2024-03-01 20:49:25,797 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:49:25,797 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:49:25,800 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/wwn-0x6001405709e0fc7fea54636b52afe854', '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': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'ID_SERIAL': '36001405709e0fc7fea54636b52afe854', 'ID_SERIAL_SHORT': '6001405709e0fc7fea54636b52afe854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405709e0fc7f', 'ID_WWN_VENDOR_EXTENSION': '0xea54636b52afe854', 'ID_WWN_WITH_EXTENSION': '0x6001405709e0fc7fea54636b52afe854', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405709e0fc7fea54636b52afe854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329335805'} ; 2024-03-01 20:49:25,800 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:49:25,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,811 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:49:25,812 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:49:25,812 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:49:25,812 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:49:25,815 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:49:25,818 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:49:25,818 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:49:25,821 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:49:25,821 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:49:25,822 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 20:49:25,822 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce6d70520) -- 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 = 6001405709e0fc7fea54636b52afe854 2024-03-01 20:49:25,825 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:49:25,825 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:49:25,828 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-id/wwn-0x6001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/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': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'ID_SERIAL': '36001405c5456a1d8a644e1bbb010962a', 'ID_SERIAL_SHORT': '6001405c5456a1d8a644e1bbb010962a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5456a1d8', 'ID_WWN_VENDOR_EXTENSION': '0xa644e1bbb010962a', 'ID_WWN_WITH_EXTENSION': '0x6001405c5456a1d8a644e1bbb010962a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5456a1d8a644e1bbb010962a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329390273'} ; 2024-03-01 20:49:25,828 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:49:25,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,839 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:49:25,839 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:49:25,840 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 20:49:25,840 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 20:49:25,842 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:49:25,845 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:49:25,846 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:49:25,848 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:49:25,849 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:49:25,849 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 20:49:25,849 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce6d70ca0) -- 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 = 6001405c5456a1d8a644e1bbb010962a 2024-03-01 20:49:25,852 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:49:25,852 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:49:25,855 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/wwn-0x6001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/scsi-36001405efb34f66b4b248f68218cf71a', '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': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'ID_SERIAL': '36001405efb34f66b4b248f68218cf71a', 'ID_SERIAL_SHORT': '6001405efb34f66b4b248f68218cf71a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efb34f66b', 'ID_WWN_VENDOR_EXTENSION': '0x4b248f68218cf71a', 'ID_WWN_WITH_EXTENSION': '0x6001405efb34f66b4b248f68218cf71a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efb34f66b4b248f68218cf71a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329457240'} ; 2024-03-01 20:49:25,855 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:49:25,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,866 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:49:25,867 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:49:25,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:49:25,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:49:25,870 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:49:25,873 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:49:25,873 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:49:25,876 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:49:25,876 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:49:25,877 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 20:49:25,877 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce6d70ee0) -- 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 = 6001405efb34f66b4b248f68218cf71a 2024-03-01 20:49:25,880 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:49:25,880 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:49:25,883 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/wwn-0x6001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', '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': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'ID_SERIAL': '36001405e7625e6ece674e998a0b2c2a3', 'ID_SERIAL_SHORT': '6001405e7625e6ece674e998a0b2c2a3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e7625e6ec', 'ID_WWN_VENDOR_EXTENSION': '0xe674e998a0b2c2a3', 'ID_WWN_WITH_EXTENSION': '0x6001405e7625e6ece674e998a0b2c2a3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e7625e6ece674e998a0b2c2a3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329530947'} ; 2024-03-01 20:49:25,883 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:49:25,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,894 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:49:25,894 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:49:25,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 20:49:25,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 20:49:25,897 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:49:25,900 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:49:25,900 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:49:25,903 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:49:25,904 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:49:25,904 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 20:49:25,904 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce6d84f10) -- 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 = 6001405e7625e6ece674e998a0b2c2a3 2024-03-01 20:49:25,907 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:49:25,907 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:49:25,910 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': '9467320'} ; 2024-03-01 20:49:25,910 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:49:25,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:25,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:25,920 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:49:25,920 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:49:25,921 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:49:25,921 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:49:25,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:49:25,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:49:25,923 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:49:25,926 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:49:25,927 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:49:25,929 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:49:25,930 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:49:25,930 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 20:49:25,930 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ce6d84fa0) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:49:25,933 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:49:25,936 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:25,936 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 20:49:25,939 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:25,939 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 20:49:25,942 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:25,942 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 20:49:25,945 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:25,945 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 20:49:25,948 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:49:25,951 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:25,954 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:49:25,959 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 0x7f0ce6d7f080> 2024-03-01 20:49:25,995 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 20:49:25,999 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:49:25,999 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:49:26,002 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': '9469968'} ; 2024-03-01 20:49:26,002 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:49:26,003 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:49:26,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:26,011 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:49:26,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:26,017 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:26,030 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:26,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 20:49:26,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 20:49:26,053 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:49:26,053 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:49:26,056 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:49:26,059 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:49:26,059 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:49:26,062 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:49:26,062 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:49:26,062 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:49:26,065 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:49:26,068 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:49:26,071 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:49:26,073 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:49:26,076 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:49:26,077 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:49:26,077 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 20:49:26,077 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:49:26,077 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f0ce6d9c490) -- 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 0x7f0ce6d95f90> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:49:26,081 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:49:26,084 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:26,084 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 20:49:26,087 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:26,087 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 20:49:26,090 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:26,090 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 20:49:26,093 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:26,093 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 20:49:26,093 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:49:26,096 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:26,096 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 20:49:26,099 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:49:26,099 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:49:26,102 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/b2911936-7b40-4e76-8611-e76c1d729dac ' '/dev/disk/by-id/dm-uuid-LVM-3LfyVVbmArXsxLdCY3fQ5TzKB57TWOGjJlXApKXdlkFqOwsMqsOAxyqVRNdcX8ol ' '/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': '14', '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-3LfyVVbmArXsxLdCY3fQ5TzKB57TWOGjJlXApKXdlkFqOwsMqsOAxyqVRNdcX8ol', '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': 'b2911936-7b40-4e76-8611-e76c1d729dac', 'ID_FS_UUID_ENC': 'b2911936-7b40-4e76-8611-e76c1d729dac', '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': '548288171'} ; 2024-03-01 20:49:26,102 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:49:26,102 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:26,105 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:49:26,105 INFO program/MainThread: stderr[15]: 2024-03-01 20:49:26,105 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:49:26,106 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:26,108 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:49:26,108 INFO program/MainThread: stderr[16]: 2024-03-01 20:49:26,108 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:49:26,108 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:26,111 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:49:26,111 INFO program/MainThread: stderr[17]: 2024-03-01 20:49:26,111 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:49:26,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:49:26,120 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,121 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,121 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,122 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,118 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,122 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:49:26,125 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:49:26,125 INFO program/MainThread: stderr[18]: 2024-03-01 20:49:26,125 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:49:26,129 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:49:26,129 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:49:26,129 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:26,139 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:26,153 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 20:49:26,154 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 20:49:26,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:26,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:26,166 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:49:26,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:26,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:26,176 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:49:26,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:26,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:26,186 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:49:26,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:26,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:26,196 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:49:26,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:26,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:26,206 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:49:26,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:26,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:26,216 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:49:26,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,222 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 20:49:26,222 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,223 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,223 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,223 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,224 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,224 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,224 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,225 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,225 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,225 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,226 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,226 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:49:26,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:49:26,231 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:49:26,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 20:49:26,236 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:49:26,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 20:49:26,241 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:49:26,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:26,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:49:26,247 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:49:26,249 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,250 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,250 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,250 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,253 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,253 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,254 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,254 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,256 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,257 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,257 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,258 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,255 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,261 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,261 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,261 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,264 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,265 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,267 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,268 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,268 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,268 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,271 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,271 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,272 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,272 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,274 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,275 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,275 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,276 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,278 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,279 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,279 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,276 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,281 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,282 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,282 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,283 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,280 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,285 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,285 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,286 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,286 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,283 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,288 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,289 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,289 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,290 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,287 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,292 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,293 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,293 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,293 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,290 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,296 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,296 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,296 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,297 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,294 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,299 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,300 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,300 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,300 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,303 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,303 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,303 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,304 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,301 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,306 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,307 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,307 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,308 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,304 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,310 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,310 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,311 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,311 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,308 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,313 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,314 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,314 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,315 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,311 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,317 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,317 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,318 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,318 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,315 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,320 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,321 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,321 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,322 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,319 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,324 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,324 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,325 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,325 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,327 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,328 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,328 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,329 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,326 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,331 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,331 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,332 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,332 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,329 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,334 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,335 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,335 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,336 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,333 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,338 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,339 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,339 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,339 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,336 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,341 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,342 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,342 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,343 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,340 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,345 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,346 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,346 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,346 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,343 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,348 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,349 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,349 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,350 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,347 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,352 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,353 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,353 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,353 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,350 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,356 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,356 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,356 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,357 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,354 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,359 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,360 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,360 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:49:26,360 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:49:26,357 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f0ce6dd5e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = JlXApK-Xdlk-FqOw-sMqs-OAxy-qVRN-dcX8ol size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ce6e25670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 3LfyVV-bmAr-XsxL-dCY3-fQ5T-zKB5-7TWOGj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:49:26,361 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 20:49:26,364 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:49:26,364 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:49:26,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 20:49:26,367 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 20:49:26,367 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:49:26,368 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 20:49:26,371 INFO program/MainThread: stdout[19]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 20:49:26,371 INFO program/MainThread: stderr[19]: 2024-03-01 20:49:26,371 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:49:26,375 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:49:26,375 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 20:49:26,375 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:49:26,376 DEBUG blivet.ansible/MainThread: ['sdc', 'sdb', 'sda', 'test_vg1'] 2024-03-01 20:49:26,376 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 20:49:26,378 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 20:49:26,379 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:49:26,381 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:49:26,384 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:49:26,387 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:49:26,387 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 20:49:26,387 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:49:26,387 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 20:49:26,387 DEBUG blivet/MainThread: removing sdc 2024-03-01 20:49:26,390 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 20:49:26,390 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:49:26,390 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:49:26,393 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 20:49:26,393 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:49:26,393 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 20:49:26,393 DEBUG blivet/MainThread: removing sdb 2024-03-01 20:49:26,396 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 20:49:26,396 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:49:26,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 20:49:26,398 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 20:49:26,399 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:49:26,399 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 20:49:26,399 DEBUG blivet/MainThread: removing sda 2024-03-01 20:49:26,401 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 20:49:26,401 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:49:26,402 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:49:26,404 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 20:49:26,404 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:49:26,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:26,416 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:26,429 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:26,439 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:26,456 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:49:26,456 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:49:26,457 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:49:26,457 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:49:26,457 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:49:26,457 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:49:26,457 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:49:26,457 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:49:26,457 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:49:26,460 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:49:26,462 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:49:26,464 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:49:26,465 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:49:26,467 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:49:26,467 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 0x7f0ce6ce64a0> 2024-03-01 20:49:26,468 INFO blivet/MainThread: sorting actions... 2024-03-01 20:49:26,468 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:49:26,469 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:49:26,469 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:49:26,469 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:49:26,469 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:49:26,469 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:49:26,469 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:49:26,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:26,475 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:49:26,475 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 20:49:26,481 INFO program/MainThread: stdout: 2024-03-01 20:49:26,482 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:49:26,482 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:26,482 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:26,499 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:26,499 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:26,508 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:26,509 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:49:26,513 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 20:49:26,517 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:49:26,520 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:49:26,523 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 20:49:26,526 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:49:26,526 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 20:49:26,569 INFO program/MainThread: stdout[20]: 2024-03-01 20:49:26,569 INFO program/MainThread: stderr[20]: 2024-03-01 20:49:26,569 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:49:26,573 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:49:26,576 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:26,579 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:49:26,581 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:26,584 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:49:26,587 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:26,589 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:49:26,592 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 20:49:26,593 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 20:49:26,621 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 20:49:26,622 INFO program/MainThread: stderr[21]: 2024-03-01 20:49:26,622 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:49:26,623 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:49:26,630 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 20:49:26,637 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 20:49:26,651 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:49:26,658 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:26,666 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:49:26,671 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:26,680 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:49:26,683 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:26,685 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:49:26,688 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 20:49:26,688 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 20:49:26,728 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 20:49:26,728 INFO program/MainThread: stderr[22]: 2024-03-01 20:49:26,728 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:49:26,729 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 20:49:26,789 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 20:49:26,789 INFO program/MainThread: stderr[23]: 2024-03-01 20:49:26,789 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:49:26,789 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 20:49:26,815 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 20:49:26,816 INFO program/MainThread: stderr[24]: 2024-03-01 20:49:26,816 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:49:26,817 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:49:26,824 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:26,830 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:49:26,837 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:49:26,837 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 20:49:26,885 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 20:49:26,886 INFO program/MainThread: stderr[25]: 2024-03-01 20:49:26,886 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:49:26,886 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 20:49:26,886 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:26,903 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:26,903 INFO program/MainThread: Running [26] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb ... 2024-03-01 20:49:26,911 INFO program/MainThread: stdout[26]: use_devicesfile=1 2024-03-01 20:49:26,911 INFO program/MainThread: stderr[26]: 2024-03-01 20:49:26,912 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:49:26,912 INFO program/MainThread: Running [27] lvmdevices --deldev /dev/sda ... 2024-03-01 20:49:26,925 INFO program/MainThread: stdout[27]: 2024-03-01 20:49:26,926 INFO program/MainThread: stderr[27]: 2024-03-01 20:49:26,926 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:49:26,926 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:26,935 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:26,935 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:26,948 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:26,948 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:49:26,952 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:26,954 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:49:26,957 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:49:26,957 INFO program/MainThread: Running [28] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb ... 2024-03-01 20:49:26,985 INFO program/MainThread: stdout[28]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 20:49:26,986 INFO program/MainThread: stderr[28]: 2024-03-01 20:49:26,986 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:49:26,986 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 20:49:26,986 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:27,000 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:27,000 INFO program/MainThread: Running [29] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 20:49:27,008 INFO program/MainThread: stdout[29]: use_devicesfile=1 2024-03-01 20:49:27,008 INFO program/MainThread: stderr[29]: 2024-03-01 20:49:27,008 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:49:27,008 INFO program/MainThread: Running [30] lvmdevices --deldev /dev/sdb ... 2024-03-01 20:49:27,022 INFO program/MainThread: stdout[30]: 2024-03-01 20:49:27,022 INFO program/MainThread: stderr[30]: 2024-03-01 20:49:27,022 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:49:27,022 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:27,036 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:27,036 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:27,047 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:27,047 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:49:27,051 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:27,053 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:49:27,056 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:49:27,056 INFO program/MainThread: Running [31] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 20:49:27,084 INFO program/MainThread: stdout[31]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 20:49:27,085 INFO program/MainThread: stderr[31]: 2024-03-01 20:49:27,085 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:49:27,085 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 20:49:27,085 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:27,100 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:27,101 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 20:49:27,109 INFO program/MainThread: stdout[32]: use_devicesfile=1 2024-03-01 20:49:27,109 INFO program/MainThread: stderr[32]: 2024-03-01 20:49:27,109 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:49:27,109 INFO program/MainThread: Running [33] lvmdevices --deldev /dev/sdc ... 2024-03-01 20:49:27,123 INFO program/MainThread: stdout[33]: 2024-03-01 20:49:27,123 INFO program/MainThread: stderr[33]: 2024-03-01 20:49:27,123 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:49:27,123 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:27,135 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:27,135 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:27,148 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:27,152 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:49:27,153 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 0x7f0ce6ce6180> 2024-03-01 20:49:38,491 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_4uk7kql0/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:49:41,773 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_1l24okmu/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:49:46,053 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_wi1yxm6d/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:49:46,089 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:46,089 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:49:46,092 INFO program/MainThread: stdout[2]: 2024-03-01 20:49:46,092 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 20:49:46,092 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:49:46,092 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:49:46,097 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:46,097 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:49:46,101 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:46,101 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:49:46,104 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:46,104 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:49:46,107 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:46,107 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:49:46,116 INFO program/MainThread: stdout: 2024-03-01 20:49:46,116 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:49:46,116 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:49:46,116 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 20:49:46,116 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:46,116 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 20:49:46,117 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:46,117 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:46,117 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:49:46,117 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:46,117 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:49:46,118 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:49:46,118 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:46,132 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:46,145 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:49:46,149 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-36001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-id/wwn-0x6001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-diskseq/2', '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': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'ID_SERIAL': '36001405a7f9beb1aed14e829ac2e3d8e', 'ID_SERIAL_SHORT': '6001405a7f9beb1aed14e829ac2e3d8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a7f9beb1a', 'ID_WWN_VENDOR_EXTENSION': '0xed14e829ac2e3d8e', 'ID_WWN_WITH_EXTENSION': '0x6001405a7f9beb1aed14e829ac2e3d8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a7f9beb1aed14e829ac2e3d8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329054376'} ; 2024-03-01 20:49:46,150 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:49:46,150 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 20:49:46,177 INFO program/MainThread: stdout[3]: 2024-03-01 20:49:46,178 INFO program/MainThread: stderr[3]: 2024-03-01 20:49:46,178 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:49:46,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,190 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:49:46,191 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 20:49:46,196 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:49:46,197 INFO blivet/MainThread: sda is a disk 2024-03-01 20:49:46,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:49:46,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:49:46,201 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:49:46,204 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:49:46,204 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:49:46,207 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:49:46,208 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:49:46,208 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:49:46,208 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff8965dc8e0) -- 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 = 6001405a7f9beb1aed14e829ac2e3d8e 2024-03-01 20:49:46,212 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:49:46,212 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:49:46,215 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/wwn-0x6001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e3f54783-1834-4b9f-b2d6-f590495d4acd', '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': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'ID_SERIAL': '36001405e3f5478318344b9fb2d6f5904', 'ID_SERIAL_SHORT': '6001405e3f5478318344b9fb2d6f5904', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e3f547831', 'ID_WWN_VENDOR_EXTENSION': '0x8344b9fb2d6f5904', 'ID_WWN_WITH_EXTENSION': '0x6001405e3f5478318344b9fb2d6f5904', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e3f5478318344b9fb2d6f5904', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329069200'} ; 2024-03-01 20:49:46,215 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:49:46,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,226 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:49:46,227 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:49:46,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:49:46,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:49:46,230 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:49:46,233 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:49:46,233 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:49:46,236 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:49:46,237 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:49:46,237 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:49:46,237 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff8954c3a60) -- 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 = 6001405e3f5478318344b9fb2d6f5904 2024-03-01 20:49:46,240 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:49:46,240 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:49:46,243 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053a937184703743888a48633b2 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/scsi-360014053a937184703743888a48633b2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_3a937184-7037-4388-8a48-633b2f1b6577', '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': '3a937184-7037-4388-8a48-633b2f1b6577', 'ID_SERIAL': '360014053a937184703743888a48633b2', 'ID_SERIAL_SHORT': '60014053a937184703743888a48633b2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053a9371847', 'ID_WWN_VENDOR_EXTENSION': '0x03743888a48633b2', 'ID_WWN_WITH_EXTENSION': '0x60014053a937184703743888a48633b2', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053a937184703743888a48633b2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329560963'} ; 2024-03-01 20:49:46,243 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:49:46,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,255 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:49:46,255 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:49:46,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:49:46,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:49:46,258 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:49:46,261 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:49:46,261 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:49:46,264 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:49:46,265 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:49:46,265 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:49:46,265 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff8954c3ca0) -- 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 = 60014053a937184703743888a48633b2 2024-03-01 20:49:46,268 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:49:46,269 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:49:46,272 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/scsi-36001405514143362e9140c0ad6eec2cb', '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': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'ID_SERIAL': '36001405514143362e9140c0ad6eec2cb', 'ID_SERIAL_SHORT': '6001405514143362e9140c0ad6eec2cb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405514143362', 'ID_WWN_VENDOR_EXTENSION': '0xe9140c0ad6eec2cb', 'ID_WWN_WITH_EXTENSION': '0x6001405514143362e9140c0ad6eec2cb', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405514143362e9140c0ad6eec2cb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329682371'} ; 2024-03-01 20:49:46,272 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:49:46,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,283 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:49:46,283 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:49:46,283 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:49:46,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:49:46,286 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:49:46,289 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:49:46,289 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:49:46,292 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:49:46,293 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:49:46,293 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:49:46,293 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff8954fdf70) -- 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 = 6001405514143362e9140c0ad6eec2cb 2024-03-01 20:49:46,296 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:49:46,296 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:49:46,299 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/scsi-36001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', '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': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'ID_SERIAL': '36001405fc44a76b311c428484eb09cf7', 'ID_SERIAL_SHORT': '6001405fc44a76b311c428484eb09cf7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fc44a76b3', 'ID_WWN_VENDOR_EXTENSION': '0x11c428484eb09cf7', 'ID_WWN_WITH_EXTENSION': '0x6001405fc44a76b311c428484eb09cf7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fc44a76b311c428484eb09cf7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329112301'} ; 2024-03-01 20:49:46,299 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:49:46,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,310 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:49:46,311 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:49:46,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:49:46,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:49:46,314 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:49:46,317 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:49:46,317 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:49:46,320 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:49:46,320 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:49:46,321 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:49:46,321 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff89548e3d0) -- 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 = 6001405fc44a76b311c428484eb09cf7 2024-03-01 20:49:46,324 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:49:46,324 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:49:46,327 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/wwn-0x6001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/scsi-36001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/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': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'ID_SERIAL': '36001405bc5bc26d0b3a49ddae3c723e5', 'ID_SERIAL_SHORT': '6001405bc5bc26d0b3a49ddae3c723e5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bc5bc26d0', 'ID_WWN_VENDOR_EXTENSION': '0xb3a49ddae3c723e5', 'ID_WWN_WITH_EXTENSION': '0x6001405bc5bc26d0b3a49ddae3c723e5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bc5bc26d0b3a49ddae3c723e5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329180484'} ; 2024-03-01 20:49:46,327 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:49:46,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,338 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:49:46,339 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:49:46,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:49:46,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:49:46,342 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:49:46,344 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:49:46,345 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:49:46,347 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:49:46,348 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:49:46,348 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:49:46,348 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff8954c3460) -- 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 = 6001405bc5bc26d0b3a49ddae3c723e5 2024-03-01 20:49:46,351 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:49:46,352 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:49:46,355 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405813e88eb27644092bc26041da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405813e88eb27644092bc26041da', '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': '813e88eb-2764-4092-bc26-041da4b5abdc', 'ID_SERIAL': '36001405813e88eb27644092bc26041da', 'ID_SERIAL_SHORT': '6001405813e88eb27644092bc26041da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405813e88eb2', 'ID_WWN_VENDOR_EXTENSION': '0x7644092bc26041da', 'ID_WWN_WITH_EXTENSION': '0x6001405813e88eb27644092bc26041da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405813e88eb27644092bc26041da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329192311'} ; 2024-03-01 20:49:46,355 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:49:46,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,365 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:49:46,366 INFO blivet/MainThread: sde is a disk 2024-03-01 20:49:46,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:49:46,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:49:46,369 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:49:46,372 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:49:46,372 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:49:46,375 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:49:46,375 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:49:46,376 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:49:46,376 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff895487b80) -- 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 = 6001405813e88eb27644092bc26041da 2024-03-01 20:49:46,379 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:49:46,379 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:49:46,382 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140599702f84b45349309807b612c', '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': '99702f84-b453-4930-9807-b612c1a0d577', 'ID_SERIAL': '3600140599702f84b45349309807b612c', 'ID_SERIAL_SHORT': '600140599702f84b45349309807b612c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140599702f84b', 'ID_WWN_VENDOR_EXTENSION': '0x45349309807b612c', 'ID_WWN_WITH_EXTENSION': '0x600140599702f84b45349309807b612c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140599702f84b45349309807b612c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329256238'} ; 2024-03-01 20:49:46,382 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:49:46,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,393 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:49:46,393 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:49:46,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:49:46,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:49:46,396 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:49:46,399 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:49:46,399 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:49:46,402 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:49:46,402 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:49:46,403 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:49:46,403 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff895487fd0) -- 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 = 600140599702f84b45349309807b612c 2024-03-01 20:49:46,406 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:49:46,406 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:49:46,409 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/wwn-0x6001405709e0fc7fea54636b52afe854 ' '/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': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'ID_SERIAL': '36001405709e0fc7fea54636b52afe854', 'ID_SERIAL_SHORT': '6001405709e0fc7fea54636b52afe854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405709e0fc7f', 'ID_WWN_VENDOR_EXTENSION': '0xea54636b52afe854', 'ID_WWN_WITH_EXTENSION': '0x6001405709e0fc7fea54636b52afe854', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405709e0fc7fea54636b52afe854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329335805'} ; 2024-03-01 20:49:46,409 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:49:46,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,420 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:49:46,420 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:49:46,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:49:46,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:49:46,423 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:49:46,426 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:49:46,427 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:49:46,429 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:49:46,430 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:49:46,430 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:49:46,430 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff8954939a0) -- 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 = 6001405709e0fc7fea54636b52afe854 2024-03-01 20:49:46,433 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:49:46,433 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:49:46,436 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-id/scsi-36001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/wwn-0x6001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', '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': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'ID_SERIAL': '36001405c5456a1d8a644e1bbb010962a', 'ID_SERIAL_SHORT': '6001405c5456a1d8a644e1bbb010962a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5456a1d8', 'ID_WWN_VENDOR_EXTENSION': '0xa644e1bbb010962a', 'ID_WWN_WITH_EXTENSION': '0x6001405c5456a1d8a644e1bbb010962a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5456a1d8a644e1bbb010962a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329390273'} ; 2024-03-01 20:49:46,437 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:49:46,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,447 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:49:46,448 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:49:46,448 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:49:46,448 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:49:46,451 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:49:46,454 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:49:46,454 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:49:46,457 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:49:46,457 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:49:46,458 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:49:46,458 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff8954934f0) -- 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 = 6001405c5456a1d8a644e1bbb010962a 2024-03-01 20:49:46,461 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:49:46,461 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:49:46,464 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/wwn-0x6001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/scsi-36001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', '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': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'ID_SERIAL': '36001405efb34f66b4b248f68218cf71a', 'ID_SERIAL_SHORT': '6001405efb34f66b4b248f68218cf71a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efb34f66b', 'ID_WWN_VENDOR_EXTENSION': '0x4b248f68218cf71a', 'ID_WWN_WITH_EXTENSION': '0x6001405efb34f66b4b248f68218cf71a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efb34f66b4b248f68218cf71a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329457240'} ; 2024-03-01 20:49:46,464 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:49:46,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,475 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:49:46,475 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:49:46,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:49:46,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:49:46,478 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:49:46,481 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:49:46,481 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:49:46,484 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:49:46,484 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:49:46,485 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:49:46,485 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff89548e370) -- 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 = 6001405efb34f66b4b248f68218cf71a 2024-03-01 20:49:46,488 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:49:46,488 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:49:46,491 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x6001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/scsi-36001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', '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': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'ID_SERIAL': '36001405e7625e6ece674e998a0b2c2a3', 'ID_SERIAL_SHORT': '6001405e7625e6ece674e998a0b2c2a3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e7625e6ec', 'ID_WWN_VENDOR_EXTENSION': '0xe674e998a0b2c2a3', 'ID_WWN_WITH_EXTENSION': '0x6001405e7625e6ece674e998a0b2c2a3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e7625e6ece674e998a0b2c2a3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329530947'} ; 2024-03-01 20:49:46,491 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:49:46,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,502 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:49:46,502 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:49:46,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:49:46,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:49:46,505 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:49:46,508 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:49:46,508 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:49:46,511 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:49:46,512 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:49:46,512 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:49:46,512 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff895491730) -- 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 = 6001405e7625e6ece674e998a0b2c2a3 2024-03-01 20:49:46,515 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:49:46,516 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:49:46,518 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': '9467320'} ; 2024-03-01 20:49:46,518 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:49:46,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,528 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:49:46,528 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:49:46,528 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:49:46,528 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:49:46,528 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:49:46,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:49:46,531 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:49:46,534 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:49:46,534 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:49:46,537 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:49:46,538 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:49:46,538 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:49:46,538 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff89549d490) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:49:46,541 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:49:46,544 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:46,545 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:49:46,548 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:46,548 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:49:46,551 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:46,551 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:49:46,554 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:46,554 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:49:46,557 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:49:46,560 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:46,563 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:49:46,570 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 0x7ff895488a40> 2024-03-01 20:49:46,614 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:49:46,618 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:49:46,618 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:49:46,622 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': '9469968'} ; 2024-03-01 20:49:46,622 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:49:46,622 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:49:46,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,630 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:49:46,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,636 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:46,649 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:46,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:49:46,669 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:49:46,673 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:49:46,673 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:49:46,676 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:49:46,678 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:49:46,679 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:49:46,682 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:49:46,682 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:49:46,682 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:49:46,685 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:49:46,688 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:49:46,691 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:49:46,693 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:49:46,696 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:49:46,697 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:49:46,697 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:49:46,697 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:49:46,697 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff8954a2fd0) -- 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 0x7ff8954b5450> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:49:46,700 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:49:46,703 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:46,704 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:49:46,707 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:46,707 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:49:46,710 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:46,710 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:49:46,713 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:46,713 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:49:46,714 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:49:46,714 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:49:46,717 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:46,718 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:49:46,721 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:49:46,721 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:49:46,721 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:46,734 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:46,747 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 20:49:46,748 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 20:49:46,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:46,759 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:49:46,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:46,770 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:49:46,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:46,779 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:49:46,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:46,789 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:49:46,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:46,799 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:49:46,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:46,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:49:46,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:46,809 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:49:46,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:49:46,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 20:49:46,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 20:49:46,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:49:46,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:49:46,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 20:49:46,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:49:46,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:49:50,039 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_rq4kajj5/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:49:50,075 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:50,075 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:49:50,078 INFO program/MainThread: stdout[2]: 2024-03-01 20:49:50,078 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 20:49:50,078 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:49:50,079 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:49:50,083 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:50,083 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:49:50,087 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:50,087 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:49:50,090 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:50,090 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:49:50,093 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:49:50,093 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:49:50,102 INFO program/MainThread: stdout: 2024-03-01 20:49:50,102 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:49:50,102 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:49:50,102 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:49:50,102 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:49:50,102 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:49:50,102 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:49:50,102 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:49:50,102 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:49:50,102 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:49:50,102 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:49:50,102 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:49:50,102 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:49:50,102 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:49:50,102 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:49:50,103 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 20:49:50,103 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:50,103 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 20:49:50,103 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:50,103 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:50,103 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:49:50,104 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:50,104 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:49:50,104 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:49:50,104 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:50,118 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:50,131 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:49:50,135 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-36001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x6001405a7f9beb1aed14e829ac2e3d8e', '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': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'ID_SERIAL': '36001405a7f9beb1aed14e829ac2e3d8e', 'ID_SERIAL_SHORT': '6001405a7f9beb1aed14e829ac2e3d8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a7f9beb1a', 'ID_WWN_VENDOR_EXTENSION': '0xed14e829ac2e3d8e', 'ID_WWN_WITH_EXTENSION': '0x6001405a7f9beb1aed14e829ac2e3d8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a7f9beb1aed14e829ac2e3d8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329054376'} ; 2024-03-01 20:49:50,135 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:49:50,136 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:49:50,169 INFO program/MainThread: stdout[3]: 2024-03-01 20:49:50,169 INFO program/MainThread: stderr[3]: 2024-03-01 20:49:50,169 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:49:50,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,180 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:49:50,182 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 20:49:50,187 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:49:50,188 INFO blivet/MainThread: sda is a disk 2024-03-01 20:49:50,188 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:49:50,188 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:49:50,192 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:49:50,195 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:49:50,195 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:49:50,198 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:49:50,199 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:49:50,199 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:49:50,199 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8feeb8e0) -- 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 = 6001405a7f9beb1aed14e829ac2e3d8e 2024-03-01 20:49:50,203 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:49:50,203 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:49:50,206 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/scsi-36001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/wwn-0x6001405e3f5478318344b9fb2d6f5904', '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': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'ID_SERIAL': '36001405e3f5478318344b9fb2d6f5904', 'ID_SERIAL_SHORT': '6001405e3f5478318344b9fb2d6f5904', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e3f547831', 'ID_WWN_VENDOR_EXTENSION': '0x8344b9fb2d6f5904', 'ID_WWN_WITH_EXTENSION': '0x6001405e3f5478318344b9fb2d6f5904', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e3f5478318344b9fb2d6f5904', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329069200'} ; 2024-03-01 20:49:50,206 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:49:50,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,218 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:49:50,218 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:49:50,218 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:49:50,218 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:49:50,221 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:49:50,225 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:49:50,225 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:49:50,228 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:49:50,229 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:49:50,229 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:49:50,229 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8eb43a60) -- 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 = 6001405e3f5478318344b9fb2d6f5904 2024-03-01 20:49:50,232 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:49:50,232 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:49:50,236 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/wwn-0x60014053a937184703743888a48633b2 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/scsi-360014053a937184703743888a48633b2', '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': '3a937184-7037-4388-8a48-633b2f1b6577', 'ID_SERIAL': '360014053a937184703743888a48633b2', 'ID_SERIAL_SHORT': '60014053a937184703743888a48633b2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053a9371847', 'ID_WWN_VENDOR_EXTENSION': '0x03743888a48633b2', 'ID_WWN_WITH_EXTENSION': '0x60014053a937184703743888a48633b2', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053a937184703743888a48633b2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329560963'} ; 2024-03-01 20:49:50,236 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:49:50,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,247 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:49:50,248 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:49:50,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:49:50,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:49:50,251 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:49:50,254 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:49:50,254 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:49:50,257 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:49:50,258 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:49:50,258 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:49:50,258 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8eb43ca0) -- 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 = 60014053a937184703743888a48633b2 2024-03-01 20:49:50,261 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:49:50,261 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:49:50,264 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405514143362e9140c0ad6eec2cb', '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': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'ID_SERIAL': '36001405514143362e9140c0ad6eec2cb', 'ID_SERIAL_SHORT': '6001405514143362e9140c0ad6eec2cb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405514143362', 'ID_WWN_VENDOR_EXTENSION': '0xe9140c0ad6eec2cb', 'ID_WWN_WITH_EXTENSION': '0x6001405514143362e9140c0ad6eec2cb', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405514143362e9140c0ad6eec2cb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329682371'} ; 2024-03-01 20:49:50,265 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:49:50,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,276 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:49:50,276 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:49:50,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:49:50,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:49:50,279 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:49:50,282 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:49:50,283 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:49:50,285 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:49:50,286 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:49:50,286 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:49:50,286 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8eb7df70) -- 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 = 6001405514143362e9140c0ad6eec2cb 2024-03-01 20:49:50,289 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:49:50,289 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:49:50,292 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/scsi-36001405fc44a76b311c428484eb09cf7', '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': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'ID_SERIAL': '36001405fc44a76b311c428484eb09cf7', 'ID_SERIAL_SHORT': '6001405fc44a76b311c428484eb09cf7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fc44a76b3', 'ID_WWN_VENDOR_EXTENSION': '0x11c428484eb09cf7', 'ID_WWN_WITH_EXTENSION': '0x6001405fc44a76b311c428484eb09cf7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fc44a76b311c428484eb09cf7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329112301'} ; 2024-03-01 20:49:50,293 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:49:50,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,303 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:49:50,304 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:49:50,304 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:49:50,304 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:49:50,307 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:49:50,310 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:49:50,310 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:49:50,313 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:49:50,313 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:49:50,314 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:49:50,314 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8eb0d3d0) -- 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 = 6001405fc44a76b311c428484eb09cf7 2024-03-01 20:49:50,317 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:49:50,317 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:49:50,320 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/wwn-0x6001405bc5bc26d0b3a49ddae3c723e5', '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': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'ID_SERIAL': '36001405bc5bc26d0b3a49ddae3c723e5', 'ID_SERIAL_SHORT': '6001405bc5bc26d0b3a49ddae3c723e5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bc5bc26d0', 'ID_WWN_VENDOR_EXTENSION': '0xb3a49ddae3c723e5', 'ID_WWN_WITH_EXTENSION': '0x6001405bc5bc26d0b3a49ddae3c723e5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bc5bc26d0b3a49ddae3c723e5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329180484'} ; 2024-03-01 20:49:50,320 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:49:50,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,331 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:49:50,332 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:49:50,332 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:49:50,332 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:49:50,335 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:49:50,338 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:49:50,338 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:49:50,341 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:49:50,341 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:49:50,341 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:49:50,341 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8eb43460) -- 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 = 6001405bc5bc26d0b3a49ddae3c723e5 2024-03-01 20:49:50,345 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:49:50,345 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:49:50,348 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/scsi-36001405813e88eb27644092bc26041da ' '/dev/disk/by-id/wwn-0x6001405813e88eb27644092bc26041da', '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': '813e88eb-2764-4092-bc26-041da4b5abdc', 'ID_SERIAL': '36001405813e88eb27644092bc26041da', 'ID_SERIAL_SHORT': '6001405813e88eb27644092bc26041da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405813e88eb2', 'ID_WWN_VENDOR_EXTENSION': '0x7644092bc26041da', 'ID_WWN_WITH_EXTENSION': '0x6001405813e88eb27644092bc26041da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405813e88eb27644092bc26041da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329192311'} ; 2024-03-01 20:49:50,348 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:49:50,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,359 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:49:50,359 INFO blivet/MainThread: sde is a disk 2024-03-01 20:49:50,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:49:50,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:49:50,362 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:49:50,365 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:49:50,365 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:49:50,368 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:49:50,369 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:49:50,369 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:49:50,369 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8eb02b80) -- 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 = 6001405813e88eb27644092bc26041da 2024-03-01 20:49:50,372 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:49:50,372 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:49:50,375 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-3600140599702f84b45349309807b612c ' '/dev/disk/by-id/wwn-0x600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_99702f84-b453-4930-9807-b612c1a0d577', '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': '99702f84-b453-4930-9807-b612c1a0d577', 'ID_SERIAL': '3600140599702f84b45349309807b612c', 'ID_SERIAL_SHORT': '600140599702f84b45349309807b612c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140599702f84b', 'ID_WWN_VENDOR_EXTENSION': '0x45349309807b612c', 'ID_WWN_WITH_EXTENSION': '0x600140599702f84b45349309807b612c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140599702f84b45349309807b612c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329256238'} ; 2024-03-01 20:49:50,375 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:49:50,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,386 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:49:50,387 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:49:50,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:49:50,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:49:50,390 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:49:50,392 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:49:50,393 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:49:50,395 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:49:50,396 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:49:50,396 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:49:50,396 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8eb02fd0) -- 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 = 600140599702f84b45349309807b612c 2024-03-01 20:49:50,399 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:49:50,399 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:49:50,402 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/wwn-0x6001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/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': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'ID_SERIAL': '36001405709e0fc7fea54636b52afe854', 'ID_SERIAL_SHORT': '6001405709e0fc7fea54636b52afe854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405709e0fc7f', 'ID_WWN_VENDOR_EXTENSION': '0xea54636b52afe854', 'ID_WWN_WITH_EXTENSION': '0x6001405709e0fc7fea54636b52afe854', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405709e0fc7fea54636b52afe854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329335805'} ; 2024-03-01 20:49:50,402 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:49:50,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,413 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:49:50,414 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:49:50,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:49:50,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:49:50,417 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:49:50,420 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:49:50,420 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:49:50,423 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:49:50,423 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:49:50,424 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:49:50,424 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8eb139a0) -- 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 = 6001405709e0fc7fea54636b52afe854 2024-03-01 20:49:50,427 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:49:50,428 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:49:50,430 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405c5456a1d8a644e1bbb010962a', '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': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'ID_SERIAL': '36001405c5456a1d8a644e1bbb010962a', 'ID_SERIAL_SHORT': '6001405c5456a1d8a644e1bbb010962a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5456a1d8', 'ID_WWN_VENDOR_EXTENSION': '0xa644e1bbb010962a', 'ID_WWN_WITH_EXTENSION': '0x6001405c5456a1d8a644e1bbb010962a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5456a1d8a644e1bbb010962a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329390273'} ; 2024-03-01 20:49:50,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 20:49:50,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,441 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:49:50,442 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:49:50,442 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:49:50,442 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:49:50,445 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:49:50,448 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:49:50,448 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:49:50,451 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:49:50,451 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:49:50,452 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:49:50,452 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8eb134f0) -- 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 = 6001405c5456a1d8a644e1bbb010962a 2024-03-01 20:49:50,455 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:49:50,455 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:49:50,458 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/wwn-0x6001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_efb34f66-b4b2-48f6-8218-cf71a076d9ce', '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': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'ID_SERIAL': '36001405efb34f66b4b248f68218cf71a', 'ID_SERIAL_SHORT': '6001405efb34f66b4b248f68218cf71a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efb34f66b', 'ID_WWN_VENDOR_EXTENSION': '0x4b248f68218cf71a', 'ID_WWN_WITH_EXTENSION': '0x6001405efb34f66b4b248f68218cf71a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efb34f66b4b248f68218cf71a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329457240'} ; 2024-03-01 20:49:50,458 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:49:50,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,469 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:49:50,470 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:49:50,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:49:50,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:49:50,473 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:49:50,476 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:49:50,476 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:49:50,479 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:49:50,479 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:49:50,480 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:49:50,480 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8eb0d370) -- 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 = 6001405efb34f66b4b248f68218cf71a 2024-03-01 20:49:50,483 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:49:50,483 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:49:50,486 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/wwn-0x6001405e7625e6ece674e998a0b2c2a3', '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': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'ID_SERIAL': '36001405e7625e6ece674e998a0b2c2a3', 'ID_SERIAL_SHORT': '6001405e7625e6ece674e998a0b2c2a3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e7625e6ec', 'ID_WWN_VENDOR_EXTENSION': '0xe674e998a0b2c2a3', 'ID_WWN_WITH_EXTENSION': '0x6001405e7625e6ece674e998a0b2c2a3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e7625e6ece674e998a0b2c2a3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329530947'} ; 2024-03-01 20:49:50,486 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:49:50,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,497 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:49:50,498 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:49:50,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:49:50,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:49:50,501 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:49:50,503 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:49:50,504 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:49:50,507 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:49:50,507 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:49:50,507 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:49:50,507 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8eb1a730) -- 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 = 6001405e7625e6ece674e998a0b2c2a3 2024-03-01 20:49:50,511 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:49:50,511 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:49:50,514 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': '9467320'} ; 2024-03-01 20:49:50,514 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:49:50,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,523 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:49:50,524 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:49:50,524 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:49:50,524 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:49:50,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:49:50,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:49:50,527 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:49:50,530 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:49:50,530 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:49:50,533 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:49:50,533 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:49:50,533 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:49:50,534 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbb8eb1d490) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:49:50,537 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:49:50,540 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:50,540 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:49:50,543 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:50,543 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:49:50,546 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:50,546 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:49:50,550 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:50,550 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:49:50,553 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:49:50,555 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:50,558 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:49:50,564 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 0x7fbb8fece340> 2024-03-01 20:49:50,602 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:49:50,606 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:49:50,606 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:49:50,609 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': '9469968'} ; 2024-03-01 20:49:50,610 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:49:50,610 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:49:50,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,618 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:49:50,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,624 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:50,635 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:50,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:49:50,656 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:49:50,659 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:49:50,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:49:50,662 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:49:50,665 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:49:50,665 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:49:50,668 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:49:50,668 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:49:50,669 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:49:50,671 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:49:50,674 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:49:50,677 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:49:50,680 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:49:50,683 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:49:50,683 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:49:50,683 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:49:50,684 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:49:50,683 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fbb8eb22fd0) -- 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 0x7fbb8ff85d10> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:49:50,687 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:49:50,690 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:49:50,690 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:49:50,693 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:49:50,693 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:49:50,696 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:50,696 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:49:50,699 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:49:50,699 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:49:50,701 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:49:50,701 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:49:50,704 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:50,704 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:49:50,707 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:49:50,707 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:49:50,708 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:50,717 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:50,730 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 20:49:50,731 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 20:49:50,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:50,743 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:49:50,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:50,753 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:49:50,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:50,764 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:49:50,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:50,774 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:49:50,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:50,784 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:49:50,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:50,794 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:49:50,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:50,805 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 20:49:50,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 20:49:50,810 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:49:50,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 20:49:50,815 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:49:50,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 20:49:50,820 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:49:50,823 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:50,823 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 20:49:50,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:49:50,827 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:49:50,827 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:49:50,830 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:49:50,830 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:49:50,833 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:50,833 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 20:49:50,833 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:49:50,836 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:49:50,836 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:49:50,839 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:49:50,839 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:49:50,842 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:50,842 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 20:49:50,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 20:49:50,845 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:49:50,845 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:49:50,848 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:49:50,848 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:49:50,849 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:49:50,853 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:49:50,856 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:49:50,859 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:49:50,862 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:49:50,866 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:49:50,869 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:49:50,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:49:50,873 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:49:50,873 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 20:49:50,873 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:49:50,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:50,885 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 20:49:50,886 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:49:50,887 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:49:50,887 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 20:49:50,887 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:49:50,888 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:49:50,890 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:50,891 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 20:49:50,893 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:50,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 20:49:50,897 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:49:50,900 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:49:50,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 20:49:50,904 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:49:50,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:49:50,909 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:49:50,913 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 20:49:50,913 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:49:50,914 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:49:50,914 DEBUG blivet/MainThread: Adding test_vg1-lv1/308 MiB to test_vg1 2024-03-01 20:49:50,914 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 20:49:50,917 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 20:49:50,917 INFO program/MainThread: stderr[4]: 2024-03-01 20:49:50,917 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:49:50,918 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 20:49:50,918 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:50,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:49:50,923 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 20:49:50,923 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:50,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:50,934 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 20:49:50,935 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:49:50,936 DEBUG blivet/MainThread: vg test_vg1 has 2.69 GiB free 2024-03-01 20:49:50,936 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -793.5064935064935 2024-03-01 20:49:50,936 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:49:50,937 DEBUG blivet/MainThread: vg test_vg1 has 2.69 GiB free 2024-03-01 20:49:50,940 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:50,940 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 20:49:50,942 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:50,943 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:49:50,946 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:49:50,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:49:50,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 20:49:50,953 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:49:50,956 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:49:50,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:49:50,962 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 20:49:50,963 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:49:50,963 DEBUG blivet/MainThread: vg test_vg1 has 2.69 GiB free 2024-03-01 20:49:50,963 DEBUG blivet/MainThread: Adding test_vg1-lv2/308 MiB to test_vg1 2024-03-01 20:49:50,964 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 20:49:50,964 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:49:50,964 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 20:49:50,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 20:49:50,967 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:49:50,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:50,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:50,978 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 20:49:50,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 20:49:50,984 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 20:49:50,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 20:49:50,989 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 20:49:50,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:49:50,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 20:49:50,994 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 20:49:50,997 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:50,997 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 20:49:50,997 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:49:51,000 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:49:51,000 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:49:51,003 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:49:51,003 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:49:51,006 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:51,006 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 20:49:51,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 20:49:51,009 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:49:51,009 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:49:51,012 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:49:51,012 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:49:51,015 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:51,015 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 20:49:51,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 20:49:51,018 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:49:51,018 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:49:51,021 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:49:51,021 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:49:51,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 20:49:51,025 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:49:51,028 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:49:51,031 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:49:51,034 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:49:51,038 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:49:51,041 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:49:51,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 20:49:51,044 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:49:51,045 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 20:49:51,045 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:49:51,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:51,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:51,058 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 20:49:51,058 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:49:51,059 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:49:51,059 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 20:49:51,059 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:49:51,059 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:49:51,062 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:51,062 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 20:49:51,065 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:51,065 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 20:49:51,068 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:49:51,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:49:51,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 20:49:51,075 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:49:51,078 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:49:51,081 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:49:51,084 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 20:49:51,085 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:49:51,085 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:49:51,085 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:49:51,085 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 20:49:51,086 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:49:51,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:49:51,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 20:49:51,089 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:49:51,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:51,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:51,100 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 20:49:51,101 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:49:51,102 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:49:51,102 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -793.5064935064935 2024-03-01 20:49:51,102 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:49:51,103 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:49:51,105 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:51,106 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 20:49:51,108 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:51,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 20:49:51,112 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:49:51,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:49:51,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:49:51,118 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:49:51,121 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:49:51,124 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:49:51,128 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 20:49:51,128 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:49:51,129 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:49:51,129 DEBUG blivet/MainThread: Adding test_vg2-lv4/308 MiB to test_vg2 2024-03-01 20:49:51,129 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 20:49:51,129 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:49:51,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 20:49:51,133 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 20:49:51,133 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:49:51,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:51,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:51,144 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 20:49:51,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 20:49:51,150 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 20:49:51,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 20:49:51,155 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 20:49:51,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 20:49:51,160 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 20:49:51,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 20:49:51,165 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 20:49:51,168 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:51,168 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 20:49:51,168 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 20:49:51,171 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:49:51,171 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:49:51,174 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:49:51,174 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:49:51,177 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:51,177 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 20:49:51,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 20:49:51,180 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:49:51,180 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:49:51,183 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:49:51,183 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:49:51,186 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:51,187 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 20:49:51,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 20:49:51,189 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:49:51,190 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:49:51,192 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:49:51,193 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:49:51,195 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:49:51,195 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:49:51,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:49:51,198 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:49:51,198 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:49:51,201 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:49:51,201 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:49:51,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 20:49:51,206 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:49:51,209 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:49:51,212 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:49:51,215 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:49:51,219 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:49:51,222 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:49:51,226 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:49:51,229 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:49:51,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 20:49:51,233 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:49:51,234 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 20:49:51,234 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:49:51,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:51,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:51,247 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 20:49:51,248 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:49:51,248 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:49:51,249 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -900.0 2024-03-01 20:49:51,249 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:49:51,249 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:49:51,252 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:51,252 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 20:49:51,255 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:51,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 20:49:51,259 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:49:51,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:49:51,262 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:49:51,265 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:49:51,268 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:49:51,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:49:51,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 20:49:51,275 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:49:51,275 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:49:51,276 DEBUG blivet/MainThread: Adding test_vg3-lv5/408 MiB to test_vg3 2024-03-01 20:49:51,276 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 20:49:51,276 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:49:51,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 20:49:51,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 20:49:51,279 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:49:51,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:51,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:51,291 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 20:49:51,292 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:49:51,292 DEBUG blivet/MainThread: vg test_vg3 has 3.59 GiB free 2024-03-01 20:49:51,292 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -800.0 2024-03-01 20:49:51,293 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:49:51,293 DEBUG blivet/MainThread: vg test_vg3 has 3.59 GiB free 2024-03-01 20:49:51,296 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:51,296 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 20:49:51,299 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:51,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 20:49:51,302 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:49:51,305 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:49:51,306 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 20:49:51,309 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:49:51,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:49:51,315 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:49:51,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 20:49:51,319 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:49:51,319 DEBUG blivet/MainThread: vg test_vg3 has 3.59 GiB free 2024-03-01 20:49:51,320 DEBUG blivet/MainThread: Adding test_vg3-lv6/408 MiB to test_vg3 2024-03-01 20:49:51,320 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 20:49:51,320 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:49:51,320 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:49:51,324 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 20:49:51,324 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:49:51,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:51,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:51,335 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 20:49:51,336 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:49:51,337 DEBUG blivet/MainThread: vg test_vg3 has 3.19 GiB free 2024-03-01 20:49:51,337 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -700.0 2024-03-01 20:49:51,337 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:49:51,338 DEBUG blivet/MainThread: vg test_vg3 has 3.19 GiB free 2024-03-01 20:49:51,340 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:51,341 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 20:49:51,343 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:51,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:49:51,347 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:49:51,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:49:51,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 20:49:51,354 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:49:51,357 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:49:51,360 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:49:51,363 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 20:49:51,364 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:49:51,365 DEBUG blivet/MainThread: vg test_vg3 has 3.19 GiB free 2024-03-01 20:49:51,365 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:49:51,365 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 20:49:51,365 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:49:51,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 20:49:51,369 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 20:49:51,369 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:49:51,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:49:51,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:49:51,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:49:51,380 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 20:49:51,381 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:49:51,382 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:49:51,382 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -600.0 2024-03-01 20:49:51,383 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:49:51,383 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:49:51,386 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:51,386 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 20:49:51,389 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:49:51,389 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:49:51,393 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:49:51,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:49:51,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 20:49:51,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:49:51,402 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:49:51,405 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:49:51,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 20:49:51,409 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:49:51,410 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:49:51,410 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:49:51,410 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 20:49:51,410 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:49:51,411 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 20:49:51,414 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 20:49:51,414 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:49:51,416 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:49:51,417 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:49:51,418 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:49:51,418 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:49:51,418 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:49:51,418 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:49:51,418 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:49:51,418 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:49:51,418 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:49:51,418 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:49:51,420 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:49:51,423 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:49:51,425 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:49:51,428 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:49:51,428 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:49:51,431 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:49:51,431 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 0x7fbb8ea0c0e0> 2024-03-01 20:49:51,431 INFO blivet/MainThread: sorting actions... 2024-03-01 20:49:51,464 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:49:51,464 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:49:51,465 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:49:51,465 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:49:51,465 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:49:51,466 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:49:51,466 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:49:51,466 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:49:51,467 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:49:51,467 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:49:51,467 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:49:51,468 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:49:51,468 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:49:51,468 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:49:51,469 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:49:51,469 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:49:51,469 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:49:51,470 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:49:51,470 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:49:51,471 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:49:51,471 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:49:51,471 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:49:51,472 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:49:51,472 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:49:51,473 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:49:51,473 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:49:51,473 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:49:51,474 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:49:51,474 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:49:51,474 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:49:51,475 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:49:51,475 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:49:51,476 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:49:51,476 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:49:51,476 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:49:51,477 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:49:51,477 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:49:51,477 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:51,478 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:51,478 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:49:51,481 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:51,484 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 20:49:51,484 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 20:49:51,490 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,490 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,515 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,515 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,526 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,526 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:49:51,530 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:51,533 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 20:49:51,533 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 20:49:51,538 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,539 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,564 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,564 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,577 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,577 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:49:51,581 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:51,584 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 20:49:51,584 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 20:49:51,589 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,590 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,617 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,617 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,630 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,630 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:49:51,634 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:51,637 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 20:49:51,637 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 20:49:51,642 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,642 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,664 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,665 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,679 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,679 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:49:51,683 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:51,686 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 20:49:51,686 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 20:49:51,691 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,692 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,717 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,717 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,730 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,730 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:49:51,734 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:51,736 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 20:49:51,737 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 20:49:51,742 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,742 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,768 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,768 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,782 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,782 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:49:51,786 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:51,789 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 20:49:51,789 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 20:49:51,794 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,794 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,822 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,822 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,835 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,835 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:49:51,839 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:51,842 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 20:49:51,842 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 20:49:51,847 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,848 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,875 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,875 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,888 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,888 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:49:51,892 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:51,895 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 20:49:51,895 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 20:49:51,902 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,902 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,929 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,929 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,942 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,942 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:49:51,946 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:49:51,948 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 20:49:51,949 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 20:49:51,955 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,956 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,983 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,983 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:51,992 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:51,993 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:49:51,997 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:51,999 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,002 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,002 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:49:52,002 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:52,002 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:52,039 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 20:49:52,039 INFO program/MainThread: stderr[5]: 2024-03-01 20:49:52,039 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:49:52,039 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 20:49:52,051 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 20:49:52,051 INFO program/MainThread: stderr[6]: 2024-03-01 20:49:52,051 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:49:52,051 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 20:49:52,079 INFO program/MainThread: stdout[7]: 2024-03-01 20:49:52,079 INFO program/MainThread: stderr[7]: 2024-03-01 20:49:52,079 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:49:52,079 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 20:49:52,080 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:52,093 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,096 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:49:52,097 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:49:52,098 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 20:49:52,108 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,109 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:52,133 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,133 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:49:52,137 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,139 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,142 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,142 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:49:52,142 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:52,142 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:52,171 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 20:49:52,172 INFO program/MainThread: stderr[8]: 2024-03-01 20:49:52,172 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:49:52,172 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 20:49:52,188 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 20:49:52,188 INFO program/MainThread: stderr[9]: 2024-03-01 20:49:52,188 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:49:52,188 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 20:49:52,220 INFO program/MainThread: stdout[10]: 2024-03-01 20:49:52,220 INFO program/MainThread: stderr[10]: 2024-03-01 20:49:52,220 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:49:52,220 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 20:49:52,221 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:52,230 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,234 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:49:52,234 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:49:52,235 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 20:49:52,245 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,245 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:52,270 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,270 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:49:52,274 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,276 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,279 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,279 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:49:52,279 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:52,279 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:52,310 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 20:49:52,311 INFO program/MainThread: stderr[11]: 2024-03-01 20:49:52,311 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:49:52,311 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 20:49:52,325 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 20:49:52,326 INFO program/MainThread: stderr[12]: 2024-03-01 20:49:52,326 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:49:52,326 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 20:49:52,361 INFO program/MainThread: stdout[13]: 2024-03-01 20:49:52,361 INFO program/MainThread: stderr[13]: 2024-03-01 20:49:52,361 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:49:52,361 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 20:49:52,362 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:52,371 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,375 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:49:52,375 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:49:52,376 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 20:49:52,386 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,387 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:52,409 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,409 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:49:52,413 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,415 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,418 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,418 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:49:52,418 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:52,418 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:52,452 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 20:49:52,452 INFO program/MainThread: stderr[14]: 2024-03-01 20:49:52,452 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:49:52,452 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 20:49:52,467 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 20:49:52,467 INFO program/MainThread: stderr[15]: 2024-03-01 20:49:52,467 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:49:52,467 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 20:49:52,497 INFO program/MainThread: stdout[16]: 2024-03-01 20:49:52,497 INFO program/MainThread: stderr[16]: 2024-03-01 20:49:52,497 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:49:52,497 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 20:49:52,498 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:52,511 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,514 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:49:52,515 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:49:52,516 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 20:49:52,526 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,527 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:52,550 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,550 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:49:52,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 20:49:52,556 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:49:52,559 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,562 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,565 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,567 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,570 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,573 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,576 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,578 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,581 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 20:49:52,581 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 20:49:52,630 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 20:49:52,631 INFO program/MainThread: stderr[17]: 2024-03-01 20:49:52,631 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:49:52,642 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:49:52,654 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:49:52,664 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,677 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,685 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,693 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,704 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,712 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,719 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,729 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,729 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:52,779 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,783 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:49:52,786 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:49:52,786 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:52,796 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,796 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 20:49:52,805 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,806 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:52,819 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,819 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:49:52,823 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 20:49:52,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 20:49:52,829 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:49:52,832 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:49:52,835 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,838 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,841 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,844 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,847 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,850 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,853 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,856 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:49:52,857 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:52,866 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:52,871 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:49:52,871 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 20:49:52,906 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 20:49:52,906 INFO program/MainThread: stderr[18]: 2024-03-01 20:49:52,906 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:49:52,910 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 20:49:52,910 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 20:49:52,961 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 20:49:52,962 INFO program/MainThread: stderr[19]: 2024-03-01 20:49:52,962 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:49:52,972 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:52,979 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:49:52,980 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:49:52,980 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:53,026 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:53,032 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:49:53,033 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:49:53,033 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:49:53,043 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:53,043 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:53,060 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:53,060 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:49:53,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:53,067 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:49:53,070 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 20:49:53,070 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 20:49:53,186 INFO program/MainThread: stdout: 2024-03-01 20:49:53,186 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:49:53,186 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:49:53,186 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:49:53,186 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:49:53,186 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:49:53,186 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:49:53,186 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:49:53,187 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:49:53,187 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:49:53,187 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:49:53,187 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:53,187 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 20:49:53,202 INFO program/MainThread: stdout: 2024-03-01 20:49:53,203 INFO program/MainThread: writing all SBs 2024-03-01 20:49:53,203 INFO program/MainThread: new label = "" 2024-03-01 20:49:53,203 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:53,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:53,221 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:53,225 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:49:53,225 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:49:53,226 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:49:53,236 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:53,236 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:53,254 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:53,254 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:49:53,258 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 20:49:53,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 20:49:53,264 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:53,264 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 20:49:53,303 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 20:49:53,304 INFO program/MainThread: stderr[20]: 2024-03-01 20:49:53,304 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:49:53,308 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 20:49:53,308 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 20:49:53,374 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 20:49:53,374 INFO program/MainThread: stderr[21]: 2024-03-01 20:49:53,374 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:49:53,385 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:53,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:49:53,393 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:49:53,393 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:53,430 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:53,435 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:49:53,435 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:49:53,436 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 20:49:53,445 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:53,446 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:53,463 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:53,463 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:49:53,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:53,470 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:49:53,472 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 20:49:53,473 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 20:49:54,268 INFO program/MainThread: stdout: 2024-03-01 20:49:54,268 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:49:54,268 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:49:54,268 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:49:54,268 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:49:54,269 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:49:54,270 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:49:54,270 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:49:54,270 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:49:54,270 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:49:54,270 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:49:54,270 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:54,270 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 20:49:54,284 INFO program/MainThread: stdout: 2024-03-01 20:49:54,284 INFO program/MainThread: writing all SBs 2024-03-01 20:49:54,284 INFO program/MainThread: new label = "" 2024-03-01 20:49:54,284 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:54,284 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:54,308 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:54,311 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:49:54,312 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:49:54,313 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 20:49:54,322 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:54,323 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:54,340 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:54,340 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:49:54,344 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 20:49:54,348 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 20:49:54,351 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:54,351 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 20:49:54,385 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 20:49:54,386 INFO program/MainThread: stderr[22]: 2024-03-01 20:49:54,386 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:49:54,390 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 20:49:54,390 INFO program/MainThread: Running [23] lvm lvcreate -n lv6 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:49:54,447 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 20:49:54,447 INFO program/MainThread: stderr[23]: 2024-03-01 20:49:54,447 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:49:54,458 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:54,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:49:54,473 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:49:54,473 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:54,517 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:54,524 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:49:54,525 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:49:54,526 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 20:49:54,535 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:54,535 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:54,552 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:54,552 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:49:54,556 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:54,559 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:49:54,561 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 20:49:54,562 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 20:49:55,350 INFO program/MainThread: stdout: 2024-03-01 20:49:55,350 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:49:55,350 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:49:55,350 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:49:55,350 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:49:55,350 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:49:55,350 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:49:55,350 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:49:55,351 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:49:55,351 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:49:55,351 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:49:55,351 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:55,351 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 20:49:55,365 INFO program/MainThread: stdout: 2024-03-01 20:49:55,366 INFO program/MainThread: writing all SBs 2024-03-01 20:49:55,366 INFO program/MainThread: new label = "" 2024-03-01 20:49:55,366 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:55,366 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:55,384 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:55,388 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:49:55,388 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:49:55,389 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 20:49:55,399 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:55,399 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:55,416 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:55,416 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:49:55,420 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 20:49:55,423 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 20:49:55,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:55,426 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 20:49:55,462 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2977955840 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=710 LVM2_PV_COUNT=4 2024-03-01 20:49:55,463 INFO program/MainThread: stderr[24]: 2024-03-01 20:49:55,463 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:49:55,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 20:49:55,467 INFO program/MainThread: Running [25] lvm lvcreate -n lv5 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:49:55,534 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 20:49:55,534 INFO program/MainThread: stderr[25]: 2024-03-01 20:49:55,534 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:49:55,546 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:55,562 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:49:55,564 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:49:55,565 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:55,599 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:55,614 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:49:55,615 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:49:55,615 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 20:49:55,625 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:55,625 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:55,642 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:55,642 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:49:55,646 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:55,649 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:49:55,651 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 20:49:55,652 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 20:49:56,431 INFO program/MainThread: stdout: 2024-03-01 20:49:56,431 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:49:56,431 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:49:56,431 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:49:56,431 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:49:56,431 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:49:56,431 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:49:56,431 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:49:56,431 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:49:56,431 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:49:56,432 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:49:56,432 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,432 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 20:49:56,446 INFO program/MainThread: stdout: 2024-03-01 20:49:56,446 INFO program/MainThread: writing all SBs 2024-03-01 20:49:56,446 INFO program/MainThread: new label = "" 2024-03-01 20:49:56,446 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,446 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:56,461 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,466 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:49:56,466 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:49:56,467 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 20:49:56,477 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,477 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:56,492 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,492 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:49:56,496 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:56,498 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:49:56,501 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:49:56,501 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:49:56,501 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:56,502 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:56,539 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 20:49:56,539 INFO program/MainThread: stderr[26]: 2024-03-01 20:49:56,539 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:49:56,539 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 20:49:56,552 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 20:49:56,552 INFO program/MainThread: stderr[27]: 2024-03-01 20:49:56,552 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:49:56,552 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 20:49:56,583 INFO program/MainThread: stdout[28]: 2024-03-01 20:49:56,583 INFO program/MainThread: stderr[28]: 2024-03-01 20:49:56,583 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:49:56,583 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 20:49:56,584 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:56,595 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,599 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:49:56,599 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:49:56,600 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 20:49:56,610 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,610 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:56,636 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,636 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:49:56,640 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:56,642 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:49:56,645 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:49:56,645 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:49:56,645 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:56,645 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:56,678 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 20:49:56,679 INFO program/MainThread: stderr[29]: 2024-03-01 20:49:56,679 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:49:56,679 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 20:49:56,691 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 20:49:56,692 INFO program/MainThread: stderr[30]: 2024-03-01 20:49:56,692 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:49:56,692 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 20:49:56,722 INFO program/MainThread: stdout[31]: 2024-03-01 20:49:56,722 INFO program/MainThread: stderr[31]: 2024-03-01 20:49:56,722 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:49:56,722 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 20:49:56,723 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:56,732 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,736 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:49:56,736 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:49:56,737 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 20:49:56,748 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,748 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:56,771 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,771 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:49:56,775 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:56,777 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:49:56,780 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:49:56,780 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:49:56,780 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:56,781 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:56,813 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 20:49:56,813 INFO program/MainThread: stderr[32]: 2024-03-01 20:49:56,813 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:49:56,814 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 20:49:56,828 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 20:49:56,828 INFO program/MainThread: stderr[33]: 2024-03-01 20:49:56,828 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:49:56,828 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 20:49:56,857 INFO program/MainThread: stdout[34]: 2024-03-01 20:49:56,857 INFO program/MainThread: stderr[34]: 2024-03-01 20:49:56,857 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:49:56,857 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 20:49:56,858 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:56,869 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,873 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:49:56,873 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:49:56,874 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 20:49:56,884 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,885 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:56,907 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:56,907 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:49:56,911 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 20:49:56,913 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:49:56,916 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:56,919 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:49:56,922 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:56,924 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:49:56,927 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:56,930 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:49:56,932 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 20:49:56,933 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 20:49:56,983 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 20:49:56,983 INFO program/MainThread: stderr[35]: 2024-03-01 20:49:56,983 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:49:56,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:49:57,003 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:49:57,008 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:57,021 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:49:57,028 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:57,033 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:49:57,042 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:57,051 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:49:57,051 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:57,089 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,094 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:49:57,097 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:49:57,097 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:57,110 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,110 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 20:49:57,119 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,120 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:57,133 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,133 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:49:57,137 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 20:49:57,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 20:49:57,143 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:49:57,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:49:57,149 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:57,152 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:49:57,156 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:57,159 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:49:57,162 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:57,165 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:49:57,165 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:57,174 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,179 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:49:57,179 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 20:49:57,217 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 20:49:57,217 INFO program/MainThread: stderr[36]: 2024-03-01 20:49:57,217 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:49:57,221 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 20:49:57,221 INFO program/MainThread: Running [37] lvm lvcreate -n lv4 -L 315392K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:49:57,281 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 20:49:57,282 INFO program/MainThread: stderr[37]: 2024-03-01 20:49:57,282 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:49:57,293 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:57,305 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:49:57,308 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:49:57,308 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:57,344 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:49:57,350 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:49:57,351 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 20:49:57,360 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,361 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:57,378 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,378 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:49:57,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:57,385 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:49:57,388 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 20:49:57,388 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 20:49:57,530 INFO program/MainThread: stdout: 2024-03-01 20:49:57,530 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=19712 blks 2024-03-01 20:49:57,530 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:49:57,530 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:49:57,530 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:49:57,530 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 20:49:57,530 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:49:57,530 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:49:57,530 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:49:57,531 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:49:57,531 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:49:57,531 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,531 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 20:49:57,546 INFO program/MainThread: stdout: 2024-03-01 20:49:57,546 INFO program/MainThread: writing all SBs 2024-03-01 20:49:57,546 INFO program/MainThread: new label = "" 2024-03-01 20:49:57,546 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,547 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:57,563 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,567 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:49:57,567 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:49:57,568 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 20:49:57,578 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,578 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:57,592 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,593 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:49:57,597 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 20:49:57,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 20:49:57,603 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:57,603 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 20:49:57,641 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2873098240 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=685 LVM2_PV_COUNT=3 2024-03-01 20:49:57,641 INFO program/MainThread: stderr[38]: 2024-03-01 20:49:57,641 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:49:57,645 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 20:49:57,645 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 20:49:57,716 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 20:49:57,716 INFO program/MainThread: stderr[39]: 2024-03-01 20:49:57,716 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:49:57,726 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:57,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:49:57,752 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:49:57,753 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:57,765 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,770 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:49:57,771 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:49:57,771 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 20:49:57,781 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,781 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:57,798 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:57,798 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:49:57,802 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:57,805 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:49:57,808 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 20:49:57,808 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 20:49:58,624 INFO program/MainThread: stdout: 2024-03-01 20:49:58,625 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 20:49:58,625 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:49:58,625 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:49:58,625 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:49:58,625 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 20:49:58,625 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:49:58,625 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:49:58,625 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:49:58,625 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:49:58,625 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:49:58,625 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:58,626 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 20:49:58,639 INFO program/MainThread: stdout: 2024-03-01 20:49:58,639 INFO program/MainThread: writing all SBs 2024-03-01 20:49:58,639 INFO program/MainThread: new label = "" 2024-03-01 20:49:58,639 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:58,640 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:58,657 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:58,661 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:49:58,661 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:49:58,662 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 20:49:58,672 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:58,672 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:58,686 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:58,686 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:49:58,690 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:58,692 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:49:58,695 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:49:58,695 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:49:58,695 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:58,696 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:58,733 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 20:49:58,733 INFO program/MainThread: stderr[40]: 2024-03-01 20:49:58,733 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:49:58,733 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 20:49:58,746 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 20:49:58,746 INFO program/MainThread: stderr[41]: 2024-03-01 20:49:58,746 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:49:58,746 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 20:49:58,775 INFO program/MainThread: stdout[42]: 2024-03-01 20:49:58,775 INFO program/MainThread: stderr[42]: 2024-03-01 20:49:58,775 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:49:58,775 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 20:49:58,776 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:58,789 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:58,793 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:49:58,793 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:49:58,794 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 20:49:58,803 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:58,804 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:58,825 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:58,825 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:49:58,829 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:58,832 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:49:58,835 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:49:58,835 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:49:58,835 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:58,835 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:58,874 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 20:49:58,874 INFO program/MainThread: stderr[43]: 2024-03-01 20:49:58,874 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:49:58,874 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 20:49:58,885 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 20:49:58,885 INFO program/MainThread: stderr[44]: 2024-03-01 20:49:58,885 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:49:58,885 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 20:49:58,917 INFO program/MainThread: stdout[45]: 2024-03-01 20:49:58,917 INFO program/MainThread: stderr[45]: 2024-03-01 20:49:58,917 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:49:58,917 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 20:49:58,918 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:58,931 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:58,935 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:49:58,935 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:49:58,936 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 20:49:58,946 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:58,946 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:58,969 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:58,969 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:49:58,973 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:58,975 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:49:58,978 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:49:58,978 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:49:58,978 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:49:58,979 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:49:59,017 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 20:49:59,017 INFO program/MainThread: stderr[46]: 2024-03-01 20:49:59,017 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:49:59,017 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 20:49:59,029 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 20:49:59,029 INFO program/MainThread: stderr[47]: 2024-03-01 20:49:59,029 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:49:59,029 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 20:49:59,058 INFO program/MainThread: stdout[48]: 2024-03-01 20:49:59,058 INFO program/MainThread: stderr[48]: 2024-03-01 20:49:59,058 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:49:59,058 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 20:49:59,059 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:59,068 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,072 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:49:59,072 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:49:59,073 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 20:49:59,083 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,083 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:59,106 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,106 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:49:59,110 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 20:49:59,112 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:49:59,115 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,118 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:49:59,121 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,123 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:49:59,126 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,129 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:49:59,131 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 20:49:59,132 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 20:49:59,177 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 20:49:59,177 INFO program/MainThread: stderr[49]: 2024-03-01 20:49:59,177 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:49:59,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:49:59,193 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:49:59,200 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,206 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:49:59,214 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,224 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:49:59,233 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,239 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:49:59,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:59,267 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,271 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:49:59,274 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:49:59,274 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:59,287 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,287 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 20:49:59,296 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,296 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:59,306 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,306 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:49:59,310 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 20:49:59,313 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 20:49:59,316 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:49:59,319 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:49:59,322 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,325 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:49:59,328 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,331 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:49:59,334 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,337 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:49:59,337 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:59,351 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,355 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:49:59,355 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 20:49:59,398 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 20:49:59,398 INFO program/MainThread: stderr[50]: 2024-03-01 20:49:59,398 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:49:59,402 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 20:49:59,402 INFO program/MainThread: Running [51] lvm lvcreate -n lv2 -L 315392K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:49:59,463 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 20:49:59,463 INFO program/MainThread: stderr[51]: 2024-03-01 20:49:59,463 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:49:59,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,480 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:49:59,480 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:49:59,480 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:59,506 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,510 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:49:59,511 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:49:59,511 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 20:49:59,521 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,521 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:59,535 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,535 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:49:59,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,542 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:49:59,545 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 20:49:59,545 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 20:49:59,707 INFO program/MainThread: stdout: 2024-03-01 20:49:59,707 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=19712 blks 2024-03-01 20:49:59,707 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:49:59,708 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:49:59,708 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:49:59,708 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 20:49:59,708 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:49:59,708 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:49:59,708 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:49:59,708 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:49:59,708 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:49:59,708 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,708 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 20:49:59,723 INFO program/MainThread: stdout: 2024-03-01 20:49:59,723 INFO program/MainThread: writing all SBs 2024-03-01 20:49:59,723 INFO program/MainThread: new label = "" 2024-03-01 20:49:59,723 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,723 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:59,740 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,744 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:49:59,744 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:49:59,745 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 20:49:59,755 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,756 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:59,771 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,771 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:59,775 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 20:49:59,778 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 20:49:59,781 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,781 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 20:49:59,821 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2873098240 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=685 LVM2_PV_COUNT=3 2024-03-01 20:49:59,822 INFO program/MainThread: stderr[52]: 2024-03-01 20:49:59,822 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:49:59,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 20:49:59,826 INFO program/MainThread: Running [53] lvm lvcreate -n lv1 -L 315392K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:49:59,878 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 20:49:59,879 INFO program/MainThread: stderr[53]: 2024-03-01 20:49:59,879 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:49:59,887 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,897 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:49:59,897 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:49:59,897 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:59,931 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,937 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:49:59,938 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:49:59,938 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 20:49:59,948 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,949 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:49:59,965 DEBUG program/MainThread: Return code: 0 2024-03-01 20:49:59,965 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:49:59,969 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:49:59,972 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:49:59,974 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 20:49:59,975 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 20:50:00,789 INFO program/MainThread: stdout: 2024-03-01 20:50:00,789 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=19712 blks 2024-03-01 20:50:00,789 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:50:00,789 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:50:00,791 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:50:00,791 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 20:50:00,791 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:50:00,792 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:50:00,792 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:50:00,792 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:50:00,792 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:50:00,792 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:00,792 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 20:50:00,806 INFO program/MainThread: stdout: 2024-03-01 20:50:00,806 INFO program/MainThread: writing all SBs 2024-03-01 20:50:00,807 INFO program/MainThread: new label = "" 2024-03-01 20:50:00,807 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:00,807 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:00,833 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:00,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:50:00,837 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:50:00,838 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 20:50:00,848 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:00,848 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:00,865 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:00,870 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:50:00,870 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 0x7fbb8eaf6e50> 2024-03-01 20:50:00,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:50:00,876 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:50:00,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 20:50:00,883 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:50:00,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 20:50:00,888 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:50:00,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 20:50:00,894 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:50:00,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 20:50:00,900 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:50:00,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 20:50:00,905 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:50:00,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 20:50:00,911 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:50:00,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 20:50:00,917 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:50:00,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:50:00,922 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:50:00,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 20:50:00,928 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:50:00,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 20:50:00,933 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:50:00,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 20:50:00,939 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:50:00,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 20:50:00,944 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:50:00,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 20:50:00,950 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:50:00,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 20:50:00,955 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:50:00,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:00,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 20:50:00,960 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:50:24,396 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_74sv3mol/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:50:24,432 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:50:24,432 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:50:24,435 INFO program/MainThread: stdout[2]: 2024-03-01 20:50:24,435 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 20:50:24,435 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:50:24,435 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:50:24,440 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:24,440 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:50:24,444 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:50:24,444 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:50:24,447 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:50:24,447 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:50:24,450 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:50:24,450 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:50:24,470 INFO program/MainThread: stdout: 2024-03-01 20:50:24,470 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:50:24,470 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO 2024-03-01 20:50:24,470 INFO program/MainThread: |-test_vg1-lv1-real 322961408 root disk brw-rw---- 2024-03-01 20:50:24,470 INFO program/MainThread: | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs 97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 2024-03-01 20:50:24,470 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 2024-03-01 20:50:24,470 INFO program/MainThread: |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:50:24,470 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 2024-03-01 20:50:24,470 INFO program/MainThread: |-test_vg1-lv2-real 322961408 root disk brw-rw---- 2024-03-01 20:50:24,471 INFO program/MainThread: | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs 52cef91a-258d-44ed-ad64-3c76c46a75da 2024-03-01 20:50:24,471 INFO program/MainThread: | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 52cef91a-258d-44ed-ad64-3c76c46a75da 2024-03-01 20:50:24,471 INFO program/MainThread: `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:50:24,471 INFO program/MainThread: `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 52cef91a-258d-44ed-ad64-3c76c46a75da 2024-03-01 20:50:24,471 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy 2024-03-01 20:50:24,471 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ 2024-03-01 20:50:24,471 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX 2024-03-01 20:50:24,471 INFO program/MainThread: |-test_vg2-lv3-real 322961408 root disk brw-rw---- 2024-03-01 20:50:24,471 INFO program/MainThread: | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs d4761847-4268-46b1-af7c-e2118e3cc1ba 2024-03-01 20:50:24,471 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs d4761847-4268-46b1-af7c-e2118e3cc1ba 2024-03-01 20:50:24,471 INFO program/MainThread: |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:50:24,471 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs d4761847-4268-46b1-af7c-e2118e3cc1ba 2024-03-01 20:50:24,471 INFO program/MainThread: |-test_vg2-lv4-real 322961408 root disk brw-rw---- 2024-03-01 20:50:24,471 INFO program/MainThread: | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 820ba051-c6b9-4658-9aa3-6573cd5f6185 2024-03-01 20:50:24,471 INFO program/MainThread: | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 820ba051-c6b9-4658-9aa3-6573cd5f6185 2024-03-01 20:50:24,471 INFO program/MainThread: `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:50:24,471 INFO program/MainThread: `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 820ba051-c6b9-4658-9aa3-6573cd5f6185 2024-03-01 20:50:24,471 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l 2024-03-01 20:50:24,471 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ 2024-03-01 20:50:24,471 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt 2024-03-01 20:50:24,471 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:24,471 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa 2024-03-01 20:50:24,471 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:24,471 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf 2024-03-01 20:50:24,471 INFO program/MainThread: |-test_vg3-lv7-real 427819008 root disk brw-rw---- 2024-03-01 20:50:24,471 INFO program/MainThread: | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 2024-03-01 20:50:24,471 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 2024-03-01 20:50:24,471 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:24,471 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 2024-03-01 20:50:24,471 INFO program/MainThread: `-test_vg3-lv8-real 427819008 root disk brw-rw---- 2024-03-01 20:50:24,472 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d 2024-03-01 20:50:24,472 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d 2024-03-01 20:50:24,472 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k 2024-03-01 20:50:24,472 INFO program/MainThread: |-test_vg3-lv5-real 427819008 root disk brw-rw---- 2024-03-01 20:50:24,472 INFO program/MainThread: | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa 2024-03-01 20:50:24,472 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa 2024-03-01 20:50:24,472 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:24,472 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa 2024-03-01 20:50:24,472 INFO program/MainThread: |-test_vg3-lv6-real 427819008 root disk brw-rw---- 2024-03-01 20:50:24,472 INFO program/MainThread: | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf 2024-03-01 20:50:24,472 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf 2024-03-01 20:50:24,472 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:24,472 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d 2024-03-01 20:50:24,472 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn 2024-03-01 20:50:24,472 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:24,472 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf 2024-03-01 20:50:24,472 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:24,472 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 2024-03-01 20:50:24,472 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:24,472 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d 2024-03-01 20:50:24,472 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL 2024-03-01 20:50:24,472 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:50:24,472 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:50:24,472 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:50:24,472 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 20:50:24,472 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:24,472 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO |-test_vg1-lv1-real 322961408 root disk brw-rw---- | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs 97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 |-test_vg1-lv2-real 322961408 root disk brw-rw---- | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs 52cef91a-258d-44ed-ad64-3c76c46a75da | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 52cef91a-258d-44ed-ad64-3c76c46a75da `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 52cef91a-258d-44ed-ad64-3c76c46a75da sdb 1073741824 root disk brw-rw---- LVM2_member nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy sdc 1073741824 root disk brw-rw---- LVM2_member WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ sdd 1073741824 root disk brw-rw---- LVM2_member Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX |-test_vg2-lv3-real 322961408 root disk brw-rw---- | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs d4761847-4268-46b1-af7c-e2118e3cc1ba | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs d4761847-4268-46b1-af7c-e2118e3cc1ba |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs d4761847-4268-46b1-af7c-e2118e3cc1ba |-test_vg2-lv4-real 322961408 root disk brw-rw---- | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 820ba051-c6b9-4658-9aa3-6573cd5f6185 | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 820ba051-c6b9-4658-9aa3-6573cd5f6185 `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 820ba051-c6b9-4658-9aa3-6573cd5f6185 sde 1073741824 root disk brw-rw---- LVM2_member bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l sdf 1073741824 root disk brw-rw---- LVM2_member FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ sdg 1073741824 root disk brw-rw---- LVM2_member RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf |-test_vg3-lv7-real 427819008 root disk brw-rw---- | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 `-test_vg3-lv8-real 427819008 root disk brw-rw---- |-test_vg3-lv8 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d sdh 1073741824 root disk brw-rw---- LVM2_member cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k |-test_vg3-lv5-real 427819008 root disk brw-rw---- | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa |-test_vg3-lv6-real 427819008 root disk brw-rw---- | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d sdi 1073741824 root disk brw-rw---- LVM2_member t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d sdj 1073741824 root disk brw-rw---- LVM2_member GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL 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 20:50:24,473 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:50:24,473 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:50:24,473 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:50:24,473 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:50:24,473 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:50:24,474 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:50:24,474 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:24,484 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:24,510 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-lv5_snapset1', 'test_vg3-lv6-real', 'test_vg3-lv6_snapset1-cow', 'test_vg3-lv6_snapset1', 'test_vg3-lv7-real', 'test_vg3-lv7_snapset1-cow', 'test_vg3-lv7_snapset1', 'test_vg3-lv8-real', 'test_vg3-lv8_snapset1-cow', 'test_vg3-lv8_snapset1', 'test_vg3-lv6', 'test_vg2-lv3-real', 'test_vg2-lv3_snapset1-cow', 'test_vg2-lv3_snapset1', 'test_vg2-lv4-real', 'test_vg2-lv4_snapset1-cow', 'test_vg2-lv4_snapset1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1', 'test_vg1-lv2-real', 'test_vg3-lv5', 'test_vg1-lv2_snapset1-cow', 'test_vg1-lv2_snapset1', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1', 'test_vg3-lv5-real', 'test_vg3-lv5_snapset1-cow'] 2024-03-01 20:50:24,515 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-id/lvm-pv-uuid-GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO ' '/dev/disk/by-id/scsi-36001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', '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': 'GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO', 'ID_FS_UUID_ENC': 'GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO', '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': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'ID_SERIAL': '36001405a7f9beb1aed14e829ac2e3d8e', 'ID_SERIAL_SHORT': '6001405a7f9beb1aed14e829ac2e3d8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a7f9beb1a', 'ID_WWN_VENDOR_EXTENSION': '0xed14e829ac2e3d8e', 'ID_WWN_WITH_EXTENSION': '0x6001405a7f9beb1aed14e829ac2e3d8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a7f9beb1aed14e829ac2e3d8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329054376'} ; 2024-03-01 20:50:24,515 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:50:24,515 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 20:50:24,559 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:24,559 INFO program/MainThread: stderr[3]: 2024-03-01 20:50:24,559 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:50:24,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:24,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:24,571 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:50:24,573 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 20:50:24,578 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:50:24,579 INFO blivet/MainThread: sda is a disk 2024-03-01 20:50:24,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:50:24,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:50:24,583 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:50:24,586 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:50:24,586 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:50:24,589 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:50:24,590 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:50:24,590 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:50:24,590 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b50fd8e0) -- 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 = 6001405a7f9beb1aed14e829ac2e3d8e 2024-03-01 20:50:24,594 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:50:24,597 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:24,597 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:50:24,600 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:24,601 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:50:24,604 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:24,604 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:50:24,607 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:24,607 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:50:24,610 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:50:24,610 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:50:24,611 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 20:50:24,645 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:24,646 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy. WARNING: Couldn't find device with uuid WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ. WARNING: VG test_vg1 is missing PV nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ (last written to /dev/sdc). 2024-03-01 20:50:24,646 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:50:24,646 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:50:24,650 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO ; label: None ; device: /dev/sda ; serial: 36001405a7f9beb1aed14e829ac2e3d8e ; exists: True ; vg_name: test_vg1 ; vg_uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 20:50:24,651 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:50:24,654 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:50:24,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; incomplete: True ; hidden: False ; 2024-03-01 20:50:24,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:24,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:24,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:24,666 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 20:50:24,703 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:24,703 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy. WARNING: Couldn't find device with uuid WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ. WARNING: VG test_vg1 is missing PV nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ (last written to /dev/sdc). 2024-03-01 20:50:24,703 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:50:24,703 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:50:24,703 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:50:24,709 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:50:24,712 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:50:24,712 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:50:24,716 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:50:24,716 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 20:50:24,753 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:24,754 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy. WARNING: Couldn't find device with uuid WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ. WARNING: VG test_vg1 is missing PV nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ (last written to /dev/sdc). 2024-03-01 20:50:24,754 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:50:24,758 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:50:24,759 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:50:24,761 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:50:24,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; incomplete: True ; hidden: False ; 2024-03-01 20:50:24,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:50:24,767 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:50:24,767 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:24,771 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/lvm-pv-uuid-nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy ' '/dev/disk/by-id/wwn-0x6001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/scsi-36001405e3f5478318344b9fb2d6f5904', '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': 'nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy', 'ID_FS_UUID_ENC': 'nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy', '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': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'ID_SERIAL': '36001405e3f5478318344b9fb2d6f5904', 'ID_SERIAL_SHORT': '6001405e3f5478318344b9fb2d6f5904', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e3f547831', 'ID_WWN_VENDOR_EXTENSION': '0x8344b9fb2d6f5904', 'ID_WWN_WITH_EXTENSION': '0x6001405e3f5478318344b9fb2d6f5904', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e3f5478318344b9fb2d6f5904', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329069200'} ; 2024-03-01 20:50:24,771 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:50:24,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:50:24,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:24,782 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:50:24,782 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:50:24,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:50:24,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:50:24,785 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:50:24,788 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:50:24,788 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:50:24,791 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:50:24,792 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:50:24,792 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:50:24,792 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b47da910) -- 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 = 6001405e3f5478318344b9fb2d6f5904 2024-03-01 20:50:24,795 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:50:24,798 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:24,799 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:50:24,802 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:24,802 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:50:24,805 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:24,805 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:50:24,808 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:24,808 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:50:24,811 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:50:24,811 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:50:24,811 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 20:50:24,851 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:24,852 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ. WARNING: VG test_vg1 is missing PV WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ (last written to /dev/sdc). 2024-03-01 20:50:24,852 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:50:24,852 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:50:24,856 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy ; label: None ; device: /dev/sdb ; serial: 36001405e3f5478318344b9fb2d6f5904 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:50:24,856 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:50:24,859 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:50:24,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; incomplete: True ; hidden: False ; 2024-03-01 20:50:24,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:50:24,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:50:24,871 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:50:24,874 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:50:24,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; incomplete: True ; hidden: False ; 2024-03-01 20:50:24,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:24,879 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 20:50:24,920 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:24,920 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ. WARNING: VG test_vg1 is missing PV WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ (last written to /dev/sdc). 2024-03-01 20:50:24,920 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:50:24,920 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:50:24,920 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:24,925 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x60014053a937184703743888a48633b2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/scsi-360014053a937184703743888a48633b2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', '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': '3a937184-7037-4388-8a48-633b2f1b6577', 'ID_SERIAL': '360014053a937184703743888a48633b2', 'ID_SERIAL_SHORT': '60014053a937184703743888a48633b2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053a9371847', 'ID_WWN_VENDOR_EXTENSION': '0x03743888a48633b2', 'ID_WWN_WITH_EXTENSION': '0x60014053a937184703743888a48633b2', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053a937184703743888a48633b2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329560963'} ; 2024-03-01 20:50:24,925 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:50:24,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:50:24,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:24,936 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:50:24,936 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:50:24,936 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:50:24,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:50:24,939 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:50:24,942 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:50:24,942 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:50:24,945 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:50:24,946 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:50:24,946 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:50:24,946 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b4736c40) -- 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 = 60014053a937184703743888a48633b2 2024-03-01 20:50:24,949 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:50:24,949 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:50:24,953 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/wwn-0x6001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_51414336-2e91-40c0-ad6e-ec2cbfc13f76', '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': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'ID_SERIAL': '36001405514143362e9140c0ad6eec2cb', 'ID_SERIAL_SHORT': '6001405514143362e9140c0ad6eec2cb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405514143362', 'ID_WWN_VENDOR_EXTENSION': '0xe9140c0ad6eec2cb', 'ID_WWN_WITH_EXTENSION': '0x6001405514143362e9140c0ad6eec2cb', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405514143362e9140c0ad6eec2cb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329682371'} ; 2024-03-01 20:50:24,953 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:50:24,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:50:24,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:24,963 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:50:24,964 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:50:24,964 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:50:24,964 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:50:24,967 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:50:24,970 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:50:24,970 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:50:24,973 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:50:24,973 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:50:24,974 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:50:24,974 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b4736f70) -- 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 = 6001405514143362e9140c0ad6eec2cb 2024-03-01 20:50:24,977 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:50:24,977 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:50:24,980 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/scsi-36001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/lvm-pv-uuid-WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ', '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': 'WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ', 'ID_FS_UUID_ENC': 'WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ', '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': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'ID_SERIAL': '36001405fc44a76b311c428484eb09cf7', 'ID_SERIAL_SHORT': '6001405fc44a76b311c428484eb09cf7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fc44a76b3', 'ID_WWN_VENDOR_EXTENSION': '0x11c428484eb09cf7', 'ID_WWN_WITH_EXTENSION': '0x6001405fc44a76b311c428484eb09cf7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fc44a76b311c428484eb09cf7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329112301'} ; 2024-03-01 20:50:24,980 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:50:24,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:50:24,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:24,991 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:50:24,992 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:50:24,992 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:50:24,992 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:50:24,995 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:50:24,997 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:50:24,998 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:50:25,001 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:50:25,001 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:50:25,002 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:50:25,002 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b4733070) -- 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 = 6001405fc44a76b311c428484eb09cf7 2024-03-01 20:50:25,005 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:50:25,008 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:25,008 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:50:25,011 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:25,011 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:50:25,014 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,014 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:50:25,017 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,017 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:50:25,020 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:50:25,020 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:50:25,020 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 20:50:25,056 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:25,056 INFO program/MainThread: stderr[9]: 2024-03-01 20:50:25,056 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:50:25,056 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:50:25,060 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ ; label: None ; device: /dev/sdc ; serial: 36001405fc44a76b311c428484eb09cf7 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:50:25,060 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:50:25,063 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:50:25,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; incomplete: True ; hidden: False ; 2024-03-01 20:50:25,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:25,072 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:50:25,075 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:50:25,078 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:50:25,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; incomplete: True ; hidden: False ; 2024-03-01 20:50:25,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:25,084 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 20:50:25,124 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:25,124 INFO program/MainThread: stderr[10]: 2024-03-01 20:50:25,124 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:50:25,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:25,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:25,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:50:25,140 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:50:25,140 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:50:25,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:50:25,147 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:50:25,147 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:50:25,151 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:50:25,151 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:50:25,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:50:25,154 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:50:25,157 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:50:25,158 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:50:25,161 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:50:25,164 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:50:25,164 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:50:25,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:50:25,168 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:50:25,168 DEBUG blivet/MainThread: Adding test_vg1-lv1/308 MiB to test_vg1 2024-03-01 20:50:25,168 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:50:25,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:50:25,171 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:50:25,174 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:50:25,175 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:50:25,178 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5weqw03JAPfdeEFELNZ3uTqgnDoaWWtVnm ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '22', '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-9I97BO64i7kytxALAtL6lJKFUMSdUn5weqw03JAPfdeEFELNZ3uTqgnDoaWWtVnm', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'ID_FS_UUID_ENC': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', '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': '592709212'} ; 2024-03-01 20:50:25,178 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:50:25,178 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:25,181 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:50:25,182 INFO program/MainThread: stderr[11]: 2024-03-01 20:50:25,182 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:50:25,182 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:25,184 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:50:25,184 INFO program/MainThread: stderr[12]: 2024-03-01 20:50:25,185 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:50:25,185 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:25,187 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:50:25,187 INFO program/MainThread: stderr[13]: 2024-03-01 20:50:25,187 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:50:25,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:50:25,198 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:25,198 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 20:50:25,199 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:25,199 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 20:50:25,195 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b473ed90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003280) -- name = test_vg1 status = True id = 11 children = ['existing 308 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 = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 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 sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:25,200 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:25,203 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:50:25,203 INFO program/MainThread: stderr[14]: 2024-03-01 20:50:25,203 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:50:25,207 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:50:25,210 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:25,210 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:50:25,214 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:25,214 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:50:25,217 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,217 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:50:25,220 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,220 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:50:25,222 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:50:25,222 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:50:25,225 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:25,225 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:50:25,229 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:50:25,229 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:25,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:25,235 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 20:50:25,235 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 20:50:25,273 INFO program/MainThread: stdout[15]: lv1 2024-03-01 20:50:25,273 INFO program/MainThread: stderr[15]: 2024-03-01 20:50:25,273 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:50:25,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:50:25,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:50:25,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:25,292 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:50:25,295 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 20:50:25,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:50:25,298 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:25,302 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:50:25,302 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 20:50:25,305 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-28 ; 2024-03-01 20:50:25,306 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:25,306 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 20:50:25,309 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 20:50:25,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 20:50:25,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:50:25,315 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:25,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:50:25,319 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 20:50:25,322 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-28 ; 2024-03-01 20:50:25,322 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:25,323 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/124 MiB to test_vg1 2024-03-01 20:50:25,323 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 20:50:25,326 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:50:25,326 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 20:50:25,329 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-28 ; 2024-03-01 20:50:25,329 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:25,333 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5w04GgAe9fGzlciwz92ROIYQeUUHR9OETd ' '/dev/mapper/test_vg1-lv1_snapset1 /dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-uuid/97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'DEVNAME': '/dev/dm-28', 'DEVPATH': '/devices/virtual/block/dm-28', 'DEVTYPE': 'disk', 'DISKSEQ': '50', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5w04GgAe9fGzlciwz92ROIYQeUUHR9OETd', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'ID_FS_UUID_ENC': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'MAJOR': '253', 'MINOR': '28', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-28', 'SYS_PATH': '/sys/devices/virtual/block/dm-28', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598657740'} ; 2024-03-01 20:50:25,333 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 20:50:25,333 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:25,337 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:50:25,337 INFO program/MainThread: stderr[16]: 2024-03-01 20:50:25,337 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:50:25,337 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:25,339 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:50:25,339 INFO program/MainThread: stderr[17]: 2024-03-01 20:50:25,340 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:50:25,340 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:25,342 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:50:25,342 INFO program/MainThread: stderr[18]: 2024-03-01 20:50:25,342 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:50:25,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 20:50:25,352 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:25,353 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:25,353 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:25,354 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:25,350 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b473e400) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd size = 124 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-28 target size = 124 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (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 = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:25,354 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:25,357 INFO program/MainThread: stdout[19]: LVM 2024-03-01 20:50:25,358 INFO program/MainThread: stderr[19]: 2024-03-01 20:50:25,358 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:50:25,362 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 20:50:25,365 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:25,365 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 20:50:25,368 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:25,368 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 20:50:25,372 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,372 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 20:50:25,375 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,375 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:50:25,375 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 20:50:25,378 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:25,378 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 20:50:25,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:25,382 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:25,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:25,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:25,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 72 2024-03-01 20:50:25,397 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:50:25,397 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:50:25,400 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:50:25,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:50:25,404 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:50:25,407 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:50:25,407 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:50:25,407 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:50:25,411 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 3 ; 2024-03-01 20:50:25,414 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:50:25,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:50:25,417 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:50:25,420 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:50:25,421 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:50:25,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 20:50:25,424 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:50:25,424 DEBUG blivet/MainThread: Adding test_vg1-lv2/308 MiB to test_vg1 2024-03-01 20:50:25,424 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 71) to device tree 2024-03-01 20:50:25,427 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:50:25,428 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:50:25,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:50:25,431 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:50:25,434 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/52cef91a-258d-44ed-ad64-3c76c46a75da ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wICvWaYF3cI9MJ4eHCCQocjxC95ucFfUA ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '21', '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-9I97BO64i7kytxALAtL6lJKFUMSdUn5wICvWaYF3cI9MJ4eHCCQocjxC95ucFfUA', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '52cef91a-258d-44ed-ad64-3c76c46a75da', 'ID_FS_UUID_ENC': '52cef91a-258d-44ed-ad64-3c76c46a75da', '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': '592284956'} ; 2024-03-01 20:50:25,434 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:50:25,435 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:25,438 INFO program/MainThread: stdout[20]: LVM 2024-03-01 20:50:25,438 INFO program/MainThread: stderr[20]: 2024-03-01 20:50:25,438 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:50:25,438 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:25,441 INFO program/MainThread: stdout[21]: LVM 2024-03-01 20:50:25,441 INFO program/MainThread: stderr[21]: 2024-03-01 20:50:25,441 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:50:25,441 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:25,443 INFO program/MainThread: stdout[22]: LVM 2024-03-01 20:50:25,444 INFO program/MainThread: stderr[22]: 2024-03-01 20:50:25,444 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:50:25,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) 2024-03-01 20:50:25,454 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:25,455 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 20:50:25,455 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:25,456 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 20:50:25,451 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b50fdb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.25 GiB free extents = 577 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:25,456 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:25,460 INFO program/MainThread: stdout[23]: LVM 2024-03-01 20:50:25,460 INFO program/MainThread: stderr[23]: 2024-03-01 20:50:25,460 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:50:25,464 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:50:25,467 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:25,467 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 78 2024-03-01 20:50:25,471 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:25,471 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 79 2024-03-01 20:50:25,474 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,474 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 80 2024-03-01 20:50:25,477 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,477 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 81 2024-03-01 20:50:25,478 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 20:50:25,481 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:25,481 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 20:50:25,484 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:50:25,484 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:25,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:25,490 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv2_snapset1' 2024-03-01 20:50:25,490 INFO program/MainThread: Running [24] lvm lvs --noheadings -o origin test_vg1/lv2_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 20:50:25,530 INFO program/MainThread: stdout[24]: lv2 2024-03-01 20:50:25,530 INFO program/MainThread: stderr[24]: 2024-03-01 20:50:25,530 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:50:25,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:50:25,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:50:25,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:25,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:50:25,552 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 20:50:25,553 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:50:25,556 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:25,559 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:50:25,559 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 20:50:25,563 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-31 ; 2024-03-01 20:50:25,563 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:25,563 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:50:25,566 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 4 ; 2024-03-01 20:50:25,570 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 20:50:25,570 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:50:25,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:25,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:50:25,577 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 20:50:25,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-31 ; 2024-03-01 20:50:25,580 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:25,580 DEBUG blivet/MainThread: Adding test_vg1-lv2_snapset1/124 MiB to test_vg1 2024-03-01 20:50:25,581 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv2_snapset1 (id 84) to device tree 2024-03-01 20:50:25,583 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:50:25,584 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 20:50:25,587 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-31 ; 2024-03-01 20:50:25,587 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:25,591 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/disk/by-uuid/52cef91a-258d-44ed-ad64-3c76c46a75da ' '/dev/mapper/test_vg1-lv2_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wrNw4a5zZGrm4eAbal83zbNXry8sCzNIp', 'DEVNAME': '/dev/dm-31', 'DEVPATH': '/devices/virtual/block/dm-31', 'DEVTYPE': 'disk', 'DISKSEQ': '54', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2_snapset1', 'DM_NAME': 'test_vg1-lv2_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wrNw4a5zZGrm4eAbal83zbNXry8sCzNIp', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '52cef91a-258d-44ed-ad64-3c76c46a75da', 'ID_FS_UUID_ENC': '52cef91a-258d-44ed-ad64-3c76c46a75da', 'MAJOR': '253', 'MINOR': '31', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-31', 'SYS_PATH': '/sys/devices/virtual/block/dm-31', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598881733'} ; 2024-03-01 20:50:25,591 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 20:50:25,591 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:25,594 INFO program/MainThread: stdout[25]: LVM 2024-03-01 20:50:25,594 INFO program/MainThread: stderr[25]: 2024-03-01 20:50:25,594 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:50:25,595 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:25,597 INFO program/MainThread: stdout[26]: LVM 2024-03-01 20:50:25,597 INFO program/MainThread: stderr[26]: 2024-03-01 20:50:25,597 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:50:25,597 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:25,600 INFO program/MainThread: stdout[27]: LVM 2024-03-01 20:50:25,600 INFO program/MainThread: stderr[27]: 2024-03-01 20:50:25,600 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:50:25,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) 2024-03-01 20:50:25,610 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:25,611 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:25,612 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:25,612 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:25,608 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46f0fa0) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp size = 124 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-31 target size = 124 MiB path = /dev/mapper/test_vg1-lv2_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:25,613 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:25,616 INFO program/MainThread: stdout[28]: LVM 2024-03-01 20:50:25,617 INFO program/MainThread: stderr[28]: 2024-03-01 20:50:25,617 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:50:25,621 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 20:50:25,624 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:25,624 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 91 2024-03-01 20:50:25,628 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:25,628 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 92 2024-03-01 20:50:25,631 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,631 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 20:50:25,634 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,634 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 94 2024-03-01 20:50:25,635 INFO blivet/MainThread: type detected on 'test_vg1-lv2_snapset1' is 'xfs' 2024-03-01 20:50:25,638 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:25,638 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 95 2024-03-01 20:50:25,641 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:25,641 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:25,641 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:25,644 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/lvm-pv-uuid-Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX ' '/dev/disk/by-id/scsi-36001405bc5bc26d0b3a49ddae3c723e5', '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': 'Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX', 'ID_FS_UUID_ENC': 'Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX', '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': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'ID_SERIAL': '36001405bc5bc26d0b3a49ddae3c723e5', 'ID_SERIAL_SHORT': '6001405bc5bc26d0b3a49ddae3c723e5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bc5bc26d0', 'ID_WWN_VENDOR_EXTENSION': '0xb3a49ddae3c723e5', 'ID_WWN_WITH_EXTENSION': '0x6001405bc5bc26d0b3a49ddae3c723e5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bc5bc26d0b3a49ddae3c723e5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329180484'} ; 2024-03-01 20:50:25,644 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:50:25,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:25,656 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:50:25,657 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:50:25,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 20:50:25,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 100 2024-03-01 20:50:25,660 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:50:25,663 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:50:25,663 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:50:25,666 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:50:25,666 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:50:25,667 INFO blivet/MainThread: added disk sdd (id 98) to device tree 2024-03-01 20:50:25,667 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b46f3fd0) -- name = sdd status = True id = 98 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 = 6001405bc5bc26d0b3a49ddae3c723e5 2024-03-01 20:50:25,670 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:50:25,673 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:25,673 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 102 2024-03-01 20:50:25,676 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:25,676 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 103 2024-03-01 20:50:25,679 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,679 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 104 2024-03-01 20:50:25,682 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,682 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 105 2024-03-01 20:50:25,685 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 20:50:25,685 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:50:25,685 INFO program/MainThread: Running [29] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,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/sdd,/dev/sdb,/dev/sdc ... 2024-03-01 20:50:25,728 INFO program/MainThread: stdout[29]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:25,728 INFO program/MainThread: stderr[29]: WARNING: Couldn't find device with uuid bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l. WARNING: Couldn't find device with uuid FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ. WARNING: VG test_vg2 is missing PV bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l (last written to /dev/sde). WARNING: VG test_vg2 is missing PV FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ (last written to /dev/sdf). 2024-03-01 20:50:25,728 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:50:25,728 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 20:50:25,732 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX ; label: None ; device: /dev/sdd ; serial: 36001405bc5bc26d0b3a49ddae3c723e5 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 20:50:25,732 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 106 2024-03-01 20:50:25,735 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:50:25,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; incomplete: True ; hidden: False ; 2024-03-01 20:50:25,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:25,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:25,747 INFO program/MainThread: Running [30] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdb,/dev/sdc ... 2024-03-01 20:50:25,790 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:25,790 INFO program/MainThread: stderr[30]: WARNING: Couldn't find device with uuid bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l. WARNING: Couldn't find device with uuid FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ. WARNING: VG test_vg2 is missing PV bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l (last written to /dev/sde). WARNING: VG test_vg2 is missing PV FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ (last written to /dev/sdf). 2024-03-01 20:50:25,790 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:50:25,790 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:50:25,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 20:50:25,795 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:50:25,798 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:50:25,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 20:50:25,801 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:50:25,802 INFO program/MainThread: Running [31] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sdd,/dev/sdb,/dev/sdc ... 2024-03-01 20:50:25,844 INFO program/MainThread: stdout[31]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:25,844 INFO program/MainThread: stderr[31]: WARNING: Couldn't find device with uuid bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l. WARNING: Couldn't find device with uuid FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ. WARNING: VG test_vg2 is missing PV bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l (last written to /dev/sde). WARNING: VG test_vg2 is missing PV FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ (last written to /dev/sdf). 2024-03-01 20:50:25,844 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:50:25,848 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 20:50:25,849 INFO blivet/MainThread: added lvmvg test_vg2 (id 107) to device tree 2024-03-01 20:50:25,851 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 20:50:25,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; incomplete: True ; hidden: False ; 2024-03-01 20:50:25,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 20:50:25,857 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:50:25,857 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:25,861 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405813e88eb27644092bc26041da ' '/dev/disk/by-id/wwn-0x6001405813e88eb27644092bc26041da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/lvm-pv-uuid-bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l', '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': 'bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l', 'ID_FS_UUID_ENC': 'bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l', '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': '813e88eb-2764-4092-bc26-041da4b5abdc', 'ID_SERIAL': '36001405813e88eb27644092bc26041da', 'ID_SERIAL_SHORT': '6001405813e88eb27644092bc26041da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405813e88eb2', 'ID_WWN_VENDOR_EXTENSION': '0x7644092bc26041da', 'ID_WWN_WITH_EXTENSION': '0x6001405813e88eb27644092bc26041da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405813e88eb27644092bc26041da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329192311'} ; 2024-03-01 20:50:25,861 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:50:25,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:50:25,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:25,873 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:50:25,874 INFO blivet/MainThread: sde is a disk 2024-03-01 20:50:25,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 113 2024-03-01 20:50:25,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 114 2024-03-01 20:50:25,877 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:50:25,880 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:50:25,880 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:50:25,883 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:50:25,883 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:50:25,884 INFO blivet/MainThread: added disk sde (id 112) to device tree 2024-03-01 20:50:25,884 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b46f3340) -- name = sde status = True id = 112 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 = 6001405813e88eb27644092bc26041da 2024-03-01 20:50:25,887 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:50:25,890 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:25,890 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 116 2024-03-01 20:50:25,893 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:25,893 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 117 2024-03-01 20:50:25,896 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,896 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 118 2024-03-01 20:50:25,900 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:25,900 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 119 2024-03-01 20:50:25,902 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 20:50:25,903 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:50:25,903 INFO program/MainThread: Running [32] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,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,/dev/sde,/dev/sdd ... 2024-03-01 20:50:25,943 INFO program/MainThread: stdout[32]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:25,943 INFO program/MainThread: stderr[32]: WARNING: Couldn't find device with uuid FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ. WARNING: VG test_vg2 is missing PV FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ (last written to /dev/sdf). 2024-03-01 20:50:25,943 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:50:25,943 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 20:50:25,947 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l ; label: None ; device: /dev/sde ; serial: 36001405813e88eb27644092bc26041da ; exists: True ; vg_name: test_vg2 ; vg_uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:50:25,947 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 120 2024-03-01 20:50:25,950 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:50:25,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; incomplete: True ; hidden: False ; 2024-03-01 20:50:25,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 20:50:25,959 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:50:25,962 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:50:25,964 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 20:50:25,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; incomplete: True ; hidden: False ; 2024-03-01 20:50:25,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:25,970 INFO program/MainThread: Running [33] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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,/dev/sde,/dev/sdd ... 2024-03-01 20:50:26,012 INFO program/MainThread: stdout[33]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:26,012 INFO program/MainThread: stderr[33]: WARNING: Couldn't find device with uuid FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ. WARNING: VG test_vg2 is missing PV FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ (last written to /dev/sdf). 2024-03-01 20:50:26,012 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:50:26,012 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:50:26,012 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:26,017 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/scsi-3600140599702f84b45349309807b612c ' '/dev/disk/by-id/wwn-0x600140599702f84b45349309807b612c ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/lvm-pv-uuid-FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ', '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': 'FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ', 'ID_FS_UUID_ENC': 'FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ', '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': '99702f84-b453-4930-9807-b612c1a0d577', 'ID_SERIAL': '3600140599702f84b45349309807b612c', 'ID_SERIAL_SHORT': '600140599702f84b45349309807b612c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140599702f84b', 'ID_WWN_VENDOR_EXTENSION': '0x45349309807b612c', 'ID_WWN_WITH_EXTENSION': '0x600140599702f84b45349309807b612c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140599702f84b45349309807b612c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329256238'} ; 2024-03-01 20:50:26,017 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:50:26,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:26,029 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:50:26,029 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:50:26,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:50:26,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 20:50:26,033 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:50:26,036 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:50:26,036 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:50:26,039 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:50:26,039 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:50:26,040 INFO blivet/MainThread: added disk sdf (id 122) to device tree 2024-03-01 20:50:26,040 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b46fe700) -- name = sdf status = True id = 122 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 = 600140599702f84b45349309807b612c 2024-03-01 20:50:26,043 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:50:26,046 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:26,046 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 126 2024-03-01 20:50:26,049 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:26,049 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 127 2024-03-01 20:50:26,052 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,052 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 20:50:26,055 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,055 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 129 2024-03-01 20:50:26,058 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 20:50:26,058 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:50:26,058 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/sdc,/dev/sdb,/dev/sda,/dev/sde,/dev/sdd ... 2024-03-01 20:50:26,090 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:26,090 INFO program/MainThread: stderr[34]: 2024-03-01 20:50:26,090 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:50:26,090 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 20:50:26,094 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ ; label: None ; device: /dev/sdf ; serial: 3600140599702f84b45349309807b612c ; exists: True ; vg_name: test_vg2 ; vg_uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:50:26,094 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 130 2024-03-01 20:50:26,098 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:50:26,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; incomplete: True ; hidden: False ; 2024-03-01 20:50:26,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:26,106 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:50:26,109 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:50:26,112 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 20:50:26,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; incomplete: True ; hidden: False ; 2024-03-01 20:50:26,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:26,118 INFO program/MainThread: Running [35] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sdc,/dev/sdb,/dev/sda,/dev/sde,/dev/sdd ... 2024-03-01 20:50:26,159 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:26,159 INFO program/MainThread: stderr[35]: 2024-03-01 20:50:26,159 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:50:26,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:26,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:26,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 132 2024-03-01 20:50:26,175 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:50:26,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 20:50:26,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:50:26,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:50:26,182 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:50:26,186 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:50:26,186 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:50:26,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 20:50:26,189 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:50:26,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:50:26,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 20:50:26,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:50:26,199 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:50:26,199 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:50:26,202 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:50:26,202 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:50:26,203 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:50:26,203 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 131) to device tree 2024-03-01 20:50:26,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:50:26,206 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:50:26,209 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:50:26,209 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:50:26,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/d4761847-4268-46b1-af7c-e2118e3cc1ba ' '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzsceEZz0TpG9hAzUzbmf6GU1gvtyiQr2G ' '/dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzsceEZz0TpG9hAzUzbmf6GU1gvtyiQr2G', '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': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', 'ID_FS_UUID_ENC': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', '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': '590530750'} ; 2024-03-01 20:50:26,213 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:50:26,213 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:26,216 INFO program/MainThread: stdout[36]: LVM 2024-03-01 20:50:26,217 INFO program/MainThread: stderr[36]: 2024-03-01 20:50:26,217 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:50:26,217 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:26,219 INFO program/MainThread: stdout[37]: LVM 2024-03-01 20:50:26,219 INFO program/MainThread: stderr[37]: 2024-03-01 20:50:26,219 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:50:26,219 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:26,222 INFO program/MainThread: stdout[38]: LVM 2024-03-01 20:50:26,222 INFO program/MainThread: stderr[38]: 2024-03-01 20:50:26,222 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:50:26,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) 2024-03-01 20:50:26,232 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:26,233 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:50:26,233 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:26,233 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:50:26,230 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b50034f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G 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 (0x7fd3b46feee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131)'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 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 (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:26,234 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:26,237 INFO program/MainThread: stdout[39]: LVM 2024-03-01 20:50:26,237 INFO program/MainThread: stderr[39]: 2024-03-01 20:50:26,237 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:50:26,241 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:50:26,245 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:26,245 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 138 2024-03-01 20:50:26,248 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:26,248 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 139 2024-03-01 20:50:26,251 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,251 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 140 2024-03-01 20:50:26,254 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,254 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 141 2024-03-01 20:50:26,255 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 20:50:26,258 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:26,258 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 142 2024-03-01 20:50:26,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:50:26,261 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:26,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:26,267 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv3_snapset1' 2024-03-01 20:50:26,267 INFO program/MainThread: Running [40] lvm lvs --noheadings -o origin test_vg2/lv3_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sda,/dev/sde,/dev/sdd ... 2024-03-01 20:50:26,300 INFO program/MainThread: stdout[40]: lv3 2024-03-01 20:50:26,301 INFO program/MainThread: stderr[40]: 2024-03-01 20:50:26,301 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:50:26,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:50:26,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:50:26,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:26,320 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 20:50:26,323 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 20:50:26,323 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 146 2024-03-01 20:50:26,327 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:26,330 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:50:26,330 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 20:50:26,334 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-22 ; 2024-03-01 20:50:26,334 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:26,334 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 20:50:26,337 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 2 ; 2024-03-01 20:50:26,341 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 20:50:26,341 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 149 2024-03-01 20:50:26,344 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:26,347 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:50:26,347 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 20:50:26,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-22 ; 2024-03-01 20:50:26,351 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:26,351 DEBUG blivet/MainThread: Adding test_vg2-lv3_snapset1/124 MiB to test_vg2 2024-03-01 20:50:26,351 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv3_snapset1 (id 144) to device tree 2024-03-01 20:50:26,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:50:26,354 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 20:50:26,357 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-22 ; 2024-03-01 20:50:26,358 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:26,361 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzRA2ZsU1BISiMfoujE7FoHCD5PRMRdIAL ' '/dev/test_vg2/lv3_snapset1 /dev/mapper/test_vg2-lv3_snapset1 ' '/dev/disk/by-uuid/d4761847-4268-46b1-af7c-e2118e3cc1ba', 'DEVNAME': '/dev/dm-22', 'DEVPATH': '/devices/virtual/block/dm-22', 'DEVTYPE': 'disk', 'DISKSEQ': '42', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3_snapset1', 'DM_NAME': 'test_vg2-lv3_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzRA2ZsU1BISiMfoujE7FoHCD5PRMRdIAL', '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': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', 'ID_FS_UUID_ENC': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', 'MAJOR': '253', 'MINOR': '22', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-22', 'SYS_PATH': '/sys/devices/virtual/block/dm-22', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598166136'} ; 2024-03-01 20:50:26,361 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 20:50:26,361 INFO program/MainThread: Running [41] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:26,365 INFO program/MainThread: stdout[41]: LVM 2024-03-01 20:50:26,365 INFO program/MainThread: stderr[41]: 2024-03-01 20:50:26,365 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:50:26,365 INFO program/MainThread: Running [42] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:26,368 INFO program/MainThread: stdout[42]: LVM 2024-03-01 20:50:26,368 INFO program/MainThread: stderr[42]: 2024-03-01 20:50:26,368 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:50:26,368 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:26,370 INFO program/MainThread: stdout[43]: LVM 2024-03-01 20:50:26,371 INFO program/MainThread: stderr[43]: 2024-03-01 20:50:26,371 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:50:26,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) 2024-03-01 20:50:26,381 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:26,382 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:26,382 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:26,383 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:26,379 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b47b9ac0) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL size = 124 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-22 target size = 124 MiB path = /dev/mapper/test_vg2-lv3_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b46feee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144)'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:26,384 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:26,387 INFO program/MainThread: stdout[44]: LVM 2024-03-01 20:50:26,387 INFO program/MainThread: stderr[44]: 2024-03-01 20:50:26,387 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:50:26,391 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 20:50:26,394 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:26,395 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 151 2024-03-01 20:50:26,398 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:26,398 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 152 2024-03-01 20:50:26,401 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,401 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 20:50:26,404 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,404 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 154 2024-03-01 20:50:26,405 INFO blivet/MainThread: type detected on 'test_vg2-lv3_snapset1' is 'xfs' 2024-03-01 20:50:26,408 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:26,408 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 155 2024-03-01 20:50:26,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:26,411 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:26,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:26,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:26,424 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 20:50:26,427 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:50:26,427 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 20:50:26,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:50:26,433 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:50:26,434 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:50:26,437 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:50:26,437 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:50:26,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 161 2024-03-01 20:50:26,441 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 3 ; 2024-03-01 20:50:26,444 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:50:26,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 162 2024-03-01 20:50:26,447 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:50:26,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:50:26,450 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:50:26,453 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:50:26,454 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:50:26,454 DEBUG blivet/MainThread: Adding test_vg2-lv4/308 MiB to test_vg2 2024-03-01 20:50:26,454 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 157) to device tree 2024-03-01 20:50:26,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:50:26,457 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:50:26,460 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:50:26,461 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:50:26,464 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/disk/by-uuid/820ba051-c6b9-4658-9aa3-6573cd5f6185 ' '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYz3FQAayPSg81OWWUrZaWOPvNBCvuV3WTJ ' '/dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '19', '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-2U6p823DjfBL8esnWWJcK4UpEwgV3bYz3FQAayPSg81OWWUrZaWOPvNBCvuV3WTJ', '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': '820ba051-c6b9-4658-9aa3-6573cd5f6185', 'ID_FS_UUID_ENC': '820ba051-c6b9-4658-9aa3-6573cd5f6185', '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': '590104059'} ; 2024-03-01 20:50:26,464 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:50:26,464 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:26,468 INFO program/MainThread: stdout[45]: LVM 2024-03-01 20:50:26,468 INFO program/MainThread: stderr[45]: 2024-03-01 20:50:26,468 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:50:26,468 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:26,470 INFO program/MainThread: stdout[46]: LVM 2024-03-01 20:50:26,470 INFO program/MainThread: stderr[46]: 2024-03-01 20:50:26,470 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:50:26,471 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:26,473 INFO program/MainThread: stdout[47]: LVM 2024-03-01 20:50:26,473 INFO program/MainThread: stderr[47]: 2024-03-01 20:50:26,473 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:50:26,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) 2024-03-01 20:50:26,484 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:26,485 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 20:50:26,485 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:26,486 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 20:50:26,481 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46f0790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b46feee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157)'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.25 GiB free extents = 577 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:26,486 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:26,489 INFO program/MainThread: stdout[48]: LVM 2024-03-01 20:50:26,490 INFO program/MainThread: stderr[48]: 2024-03-01 20:50:26,490 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:50:26,494 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:50:26,497 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:26,497 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 164 2024-03-01 20:50:26,500 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:26,500 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 165 2024-03-01 20:50:26,504 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,504 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 166 2024-03-01 20:50:26,507 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,507 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 167 2024-03-01 20:50:26,507 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 20:50:26,510 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:26,511 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 168 2024-03-01 20:50:26,514 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:50:26,514 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:26,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:26,520 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv4_snapset1' 2024-03-01 20:50:26,520 INFO program/MainThread: Running [49] lvm lvs --noheadings -o origin test_vg2/lv4_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdb,/dev/sda,/dev/sde,/dev/sdd ... 2024-03-01 20:50:26,558 INFO program/MainThread: stdout[49]: lv4 2024-03-01 20:50:26,559 INFO program/MainThread: stderr[49]: 2024-03-01 20:50:26,559 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:50:26,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:50:26,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:50:26,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:26,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 171 2024-03-01 20:50:26,582 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 20:50:26,582 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 172 2024-03-01 20:50:26,585 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:26,589 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:50:26,589 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 20:50:26,592 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-25 ; 2024-03-01 20:50:26,593 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:26,593 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 174 2024-03-01 20:50:26,596 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 4 ; 2024-03-01 20:50:26,599 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 20:50:26,599 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 20:50:26,602 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:26,605 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:50:26,606 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 20:50:26,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-25 ; 2024-03-01 20:50:26,621 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:26,621 DEBUG blivet/MainThread: Adding test_vg2-lv4_snapset1/124 MiB to test_vg2 2024-03-01 20:50:26,621 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv4_snapset1 (id 170) to device tree 2024-03-01 20:50:26,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:50:26,624 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 20:50:26,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-25 ; 2024-03-01 20:50:26,627 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:26,631 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzNUls9Gcs6LEKX4WJKXY75deWw2yaZs0y ' '/dev/disk/by-uuid/820ba051-c6b9-4658-9aa3-6573cd5f6185 ' '/dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1 ' '/dev/mapper/test_vg2-lv4_snapset1', 'DEVNAME': '/dev/dm-25', 'DEVPATH': '/devices/virtual/block/dm-25', 'DEVTYPE': 'disk', 'DISKSEQ': '46', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4_snapset1', 'DM_NAME': 'test_vg2-lv4_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzNUls9Gcs6LEKX4WJKXY75deWw2yaZs0y', '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': '820ba051-c6b9-4658-9aa3-6573cd5f6185', 'ID_FS_UUID_ENC': '820ba051-c6b9-4658-9aa3-6573cd5f6185', 'MAJOR': '253', 'MINOR': '25', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-25', 'SYS_PATH': '/sys/devices/virtual/block/dm-25', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598416032'} ; 2024-03-01 20:50:26,631 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 20:50:26,631 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:26,634 INFO program/MainThread: stdout[50]: LVM 2024-03-01 20:50:26,635 INFO program/MainThread: stderr[50]: 2024-03-01 20:50:26,635 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:50:26,635 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:26,637 INFO program/MainThread: stdout[51]: LVM 2024-03-01 20:50:26,638 INFO program/MainThread: stderr[51]: 2024-03-01 20:50:26,638 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:50:26,638 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:26,640 INFO program/MainThread: stdout[52]: LVM 2024-03-01 20:50:26,640 INFO program/MainThread: stderr[52]: 2024-03-01 20:50:26,640 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:50:26,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) 2024-03-01 20:50:26,651 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:26,652 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:26,653 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:26,654 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:26,649 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b4710c70) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y size = 124 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-25 target size = 124 MiB path = /dev/mapper/test_vg2-lv4_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b46feee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170)'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:26,654 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:26,658 INFO program/MainThread: stdout[53]: LVM 2024-03-01 20:50:26,658 INFO program/MainThread: stderr[53]: 2024-03-01 20:50:26,658 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:50:26,662 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 20:50:26,665 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:26,665 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 177 2024-03-01 20:50:26,669 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:26,669 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 178 2024-03-01 20:50:26,672 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,672 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 179 2024-03-01 20:50:26,675 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,675 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 180 2024-03-01 20:50:26,676 INFO blivet/MainThread: type detected on 'test_vg2-lv4_snapset1' is 'xfs' 2024-03-01 20:50:26,679 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:26,679 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 181 2024-03-01 20:50:26,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:26,682 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:26,682 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:26,686 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/scsi-36001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/lvm-pv-uuid-RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt', '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': 'RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt', 'ID_FS_UUID_ENC': 'RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt', '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': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'ID_SERIAL': '36001405709e0fc7fea54636b52afe854', 'ID_SERIAL_SHORT': '6001405709e0fc7fea54636b52afe854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405709e0fc7f', 'ID_WWN_VENDOR_EXTENSION': '0xea54636b52afe854', 'ID_WWN_WITH_EXTENSION': '0x6001405709e0fc7fea54636b52afe854', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405709e0fc7fea54636b52afe854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329335805'} ; 2024-03-01 20:50:26,686 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:50:26,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:26,698 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:50:26,699 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:50:26,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 185 2024-03-01 20:50:26,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 20:50:26,702 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:50:26,705 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:50:26,705 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:50:26,708 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:50:26,709 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:50:26,709 INFO blivet/MainThread: added disk sdg (id 184) to device tree 2024-03-01 20:50:26,709 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b4744a30) -- name = sdg status = True id = 184 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 = 6001405709e0fc7fea54636b52afe854 2024-03-01 20:50:26,712 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:50:26,715 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:26,715 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 188 2024-03-01 20:50:26,718 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:26,718 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 189 2024-03-01 20:50:26,721 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,722 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 190 2024-03-01 20:50:26,724 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,725 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 191 2024-03-01 20:50:26,727 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 20:50:26,727 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:50:26,728 INFO program/MainThread: Running [54] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,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/sdc,/dev/sdg,/dev/sdb,/dev/sda,/dev/sde,/dev/sdd ... 2024-03-01 20:50:26,768 INFO program/MainThread: stdout[54]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:50:26,769 INFO program/MainThread: stderr[54]: WARNING: Couldn't find device with uuid cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k. WARNING: Couldn't find device with uuid t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn. WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (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. WARNING: Couldn't find all devices for LV test_vg3/lv5_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:50:26,769 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 20:50:26,769 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 20:50:26,773 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt ; label: None ; device: /dev/sdg ; serial: 36001405709e0fc7fea54636b52afe854 ; exists: True ; vg_name: test_vg3 ; vg_uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; pe_start: 8 MiB ; 2024-03-01 20:50:26,774 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 192 2024-03-01 20:50:26,777 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:50:26,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:26,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:26,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:26,788 INFO program/MainThread: Running [55] 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/sdc,/dev/sdg,/dev/sdb,/dev/sda,/dev/sde,/dev/sdd ... 2024-03-01 20:50:26,831 INFO program/MainThread: stdout[55]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:50:26,831 INFO program/MainThread: stderr[55]: WARNING: Couldn't find device with uuid cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k. WARNING: Couldn't find device with uuid t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn. WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (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. WARNING: Couldn't find all devices for LV test_vg3/lv5_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:50:26,831 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 20:50:26,831 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:50:26,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 194 2024-03-01 20:50:26,836 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:50:26,839 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:50:26,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 20:50:26,842 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:50:26,842 INFO program/MainThread: Running [56] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sdc,/dev/sdg,/dev/sdb,/dev/sda,/dev/sde,/dev/sdd ... 2024-03-01 20:50:26,882 INFO program/MainThread: stdout[56]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:26,882 INFO program/MainThread: stderr[56]: WARNING: Couldn't find device with uuid cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k. WARNING: Couldn't find device with uuid t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn. WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (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. WARNING: Couldn't find all devices for LV test_vg3/lv5_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:50:26,882 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 20:50:26,886 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 20:50:26,887 INFO blivet/MainThread: added lvmvg test_vg3 (id 193) to device tree 2024-03-01 20:50:26,890 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 20:50:26,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:26,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 20:50:26,896 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:50:26,896 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:26,899 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/lvm-pv-uuid-cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k ' '/dev/disk/by-id/wwn-0x6001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-id/scsi-36001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', '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': 'cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k', 'ID_FS_UUID_ENC': 'cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k', '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': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'ID_SERIAL': '36001405c5456a1d8a644e1bbb010962a', 'ID_SERIAL_SHORT': '6001405c5456a1d8a644e1bbb010962a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5456a1d8', 'ID_WWN_VENDOR_EXTENSION': '0xa644e1bbb010962a', 'ID_WWN_WITH_EXTENSION': '0x6001405c5456a1d8a644e1bbb010962a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5456a1d8a644e1bbb010962a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329390273'} ; 2024-03-01 20:50:26,899 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:50:26,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:50:26,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:26,912 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:50:26,912 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:50:26,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 20:50:26,913 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 200 2024-03-01 20:50:26,915 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:50:26,918 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:50:26,919 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:50:26,922 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:50:26,922 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:50:26,922 INFO blivet/MainThread: added disk sdh (id 198) to device tree 2024-03-01 20:50:26,922 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b5003370) -- name = sdh status = True id = 198 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 = 6001405c5456a1d8a644e1bbb010962a 2024-03-01 20:50:26,926 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:50:26,929 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:26,929 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 202 2024-03-01 20:50:26,932 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:26,932 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 203 2024-03-01 20:50:26,935 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,935 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 204 2024-03-01 20:50:26,938 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:26,938 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 205 2024-03-01 20:50:26,941 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 20:50:26,941 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:50:26,941 INFO program/MainThread: Running [57] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,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/sdc,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdh,/dev/sde,/dev/sdd ... 2024-03-01 20:50:26,987 INFO program/MainThread: stdout[57]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:50:26,987 INFO program/MainThread: stderr[57]: WARNING: Couldn't find device with uuid t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn. WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:50:26,987 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 20:50:26,987 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 20:50:26,991 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k ; label: None ; device: /dev/sdh ; serial: 36001405c5456a1d8a644e1bbb010962a ; exists: True ; vg_name: test_vg3 ; vg_uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; pe_start: 8 MiB ; 2024-03-01 20:50:26,991 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 206 2024-03-01 20:50:26,994 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:50:26,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:27,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 20:50:27,003 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:50:27,006 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:50:27,008 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 20:50:27,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:27,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:27,014 INFO program/MainThread: Running [58] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sdc,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdh,/dev/sde,/dev/sdd ... 2024-03-01 20:50:27,057 INFO program/MainThread: stdout[58]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:27,057 INFO program/MainThread: stderr[58]: WARNING: Couldn't find device with uuid t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn. WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:50:27,057 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 20:50:27,057 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:50:27,058 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:27,062 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/lvm-pv-uuid-t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn ' '/dev/disk/by-id/scsi-36001405efb34f66b4b248f68218cf71a', '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': 't9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn', 'ID_FS_UUID_ENC': 't9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn', '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': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'ID_SERIAL': '36001405efb34f66b4b248f68218cf71a', 'ID_SERIAL_SHORT': '6001405efb34f66b4b248f68218cf71a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efb34f66b', 'ID_WWN_VENDOR_EXTENSION': '0x4b248f68218cf71a', 'ID_WWN_WITH_EXTENSION': '0x6001405efb34f66b4b248f68218cf71a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efb34f66b4b248f68218cf71a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329457240'} ; 2024-03-01 20:50:27,062 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:50:27,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:27,074 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:50:27,075 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:50:27,076 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 209 2024-03-01 20:50:27,076 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 210 2024-03-01 20:50:27,078 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:50:27,081 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:50:27,082 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:50:27,084 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:50:27,085 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:50:27,085 INFO blivet/MainThread: added disk sdi (id 208) to device tree 2024-03-01 20:50:27,085 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b46f3610) -- name = sdi status = True id = 208 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 = 6001405efb34f66b4b248f68218cf71a 2024-03-01 20:50:27,088 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:50:27,092 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:27,092 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 212 2024-03-01 20:50:27,095 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:27,095 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 213 2024-03-01 20:50:27,098 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,098 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 214 2024-03-01 20:50:27,101 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,101 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 215 2024-03-01 20:50:27,104 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 20:50:27,104 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:50:27,104 INFO program/MainThread: Running [59] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,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/sdc,/dev/sdi,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdh,/dev/sde,/dev/sdd ... 2024-03-01 20:50:27,142 INFO program/MainThread: stdout[59]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:50:27,142 INFO program/MainThread: stderr[59]: WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (last written to /dev/sdj). 2024-03-01 20:50:27,142 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 20:50:27,142 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 20:50:27,146 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn ; label: None ; device: /dev/sdi ; serial: 36001405efb34f66b4b248f68218cf71a ; exists: True ; vg_name: test_vg3 ; vg_uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; pe_start: 8 MiB ; free: 760 MiB ; 2024-03-01 20:50:27,146 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 216 2024-03-01 20:50:27,150 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:50:27,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:27,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:27,158 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:50:27,161 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:50:27,164 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 20:50:27,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:27,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:27,170 INFO program/MainThread: Running [60] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sdc,/dev/sdi,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdh,/dev/sde,/dev/sdd ... 2024-03-01 20:50:27,211 INFO program/MainThread: stdout[60]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:27,211 INFO program/MainThread: stderr[60]: WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (last written to /dev/sdj). 2024-03-01 20:50:27,211 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 20:50:27,212 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:50:27,212 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:27,216 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/scsi-36001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x6001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/lvm-pv-uuid-GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', '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': 'GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL', 'ID_FS_UUID_ENC': 'GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL', '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': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'ID_SERIAL': '36001405e7625e6ece674e998a0b2c2a3', 'ID_SERIAL_SHORT': '6001405e7625e6ece674e998a0b2c2a3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e7625e6ec', 'ID_WWN_VENDOR_EXTENSION': '0xe674e998a0b2c2a3', 'ID_WWN_WITH_EXTENSION': '0x6001405e7625e6ece674e998a0b2c2a3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e7625e6ece674e998a0b2c2a3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329530947'} ; 2024-03-01 20:50:27,216 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:50:27,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:27,229 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:50:27,229 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:50:27,229 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 20:50:27,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 220 2024-03-01 20:50:27,232 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:50:27,235 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:50:27,236 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:50:27,239 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:50:27,239 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:50:27,239 INFO blivet/MainThread: added disk sdj (id 218) to device tree 2024-03-01 20:50:27,240 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b46fd760) -- name = sdj status = True id = 218 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 = 6001405e7625e6ece674e998a0b2c2a3 2024-03-01 20:50:27,243 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:50:27,246 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:27,246 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 222 2024-03-01 20:50:27,249 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:27,249 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 223 2024-03-01 20:50:27,252 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,252 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 20:50:27,255 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,255 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 225 2024-03-01 20:50:27,258 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 20:50:27,258 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:50:27,258 INFO program/MainThread: Running [61] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,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/sdc,/dev/sdi,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdj,/dev/sdh,/dev/sde,/dev/sdd ... 2024-03-01 20:50:27,294 INFO program/MainThread: stdout[61]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdj LVM2_PV_UUID=GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:50:27,295 INFO program/MainThread: stderr[61]: 2024-03-01 20:50:27,295 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 20:50:27,295 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 20:50:27,299 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL ; label: None ; device: /dev/sdj ; serial: 36001405e7625e6ece674e998a0b2c2a3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:50:27,299 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 226 2024-03-01 20:50:27,302 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:50:27,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:27,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:27,311 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:50:27,314 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:50:27,317 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 20:50:27,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:27,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:27,323 INFO program/MainThread: Running [62] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sdc,/dev/sdi,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdj,/dev/sdh,/dev/sde,/dev/sdd ... 2024-03-01 20:50:27,365 INFO program/MainThread: stdout[62]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:27,366 INFO program/MainThread: stderr[62]: 2024-03-01 20:50:27,366 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 20:50:27,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:27,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:27,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 228 2024-03-01 20:50:27,383 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:50:27,383 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 20:50:27,386 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:50:27,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:50:27,390 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:50:27,393 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:50:27,394 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:50:27,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 231 2024-03-01 20:50:27,397 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:50:27,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:50:27,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 232 2024-03-01 20:50:27,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:50:27,407 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:50:27,407 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:50:27,410 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:50:27,410 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:50:27,411 DEBUG blivet/MainThread: Adding test_vg3-lv5/408 MiB to test_vg3 2024-03-01 20:50:27,411 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 227) to device tree 2024-03-01 20:50:27,414 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:50:27,414 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:50:27,417 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:50:27,417 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:50:27,421 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/b50c616f-e501-45c1-81b6-91c70c4dedfa ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWN6f47zXB1KUbChib5LKcfpTqfrJaQc86 ' '/dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '18', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWN6f47zXB1KUbChib5LKcfpTqfrJaQc86', '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': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', 'ID_FS_UUID_ENC': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', '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': '588351262'} ; 2024-03-01 20:50:27,421 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:50:27,421 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:27,424 INFO program/MainThread: stdout[63]: LVM 2024-03-01 20:50:27,424 INFO program/MainThread: stderr[63]: 2024-03-01 20:50:27,425 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 20:50:27,425 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:27,427 INFO program/MainThread: stdout[64]: LVM 2024-03-01 20:50:27,427 INFO program/MainThread: stderr[64]: 2024-03-01 20:50:27,427 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 20:50:27,427 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:27,430 INFO program/MainThread: stdout[65]: LVM 2024-03-01 20:50:27,430 INFO program/MainThread: stderr[65]: 2024-03-01 20:50:27,430 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 20:50:27,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) 2024-03-01 20:50:27,441 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:27,442 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:50:27,442 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:27,443 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:50:27,439 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b4707ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:27,444 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:27,447 INFO program/MainThread: stdout[66]: LVM 2024-03-01 20:50:27,447 INFO program/MainThread: stderr[66]: 2024-03-01 20:50:27,447 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 20:50:27,451 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:50:27,454 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:27,454 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 234 2024-03-01 20:50:27,457 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:27,457 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 235 2024-03-01 20:50:27,461 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,461 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 236 2024-03-01 20:50:27,464 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,464 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 237 2024-03-01 20:50:27,464 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 20:50:27,467 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:27,467 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 238 2024-03-01 20:50:27,470 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:50:27,471 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:27,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:27,478 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv5_snapset1' 2024-03-01 20:50:27,478 INFO program/MainThread: Running [67] lvm lvs --noheadings -o origin test_vg3/lv5_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdi,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdj,/dev/sdh,/dev/sde,/dev/sdd ... 2024-03-01 20:50:27,514 INFO program/MainThread: stdout[67]: lv5 2024-03-01 20:50:27,514 INFO program/MainThread: stderr[67]: 2024-03-01 20:50:27,514 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 20:50:27,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:50:27,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:50:27,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:27,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 241 2024-03-01 20:50:27,537 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 20:50:27,537 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 242 2024-03-01 20:50:27,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:27,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:50:27,544 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 20:50:27,547 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-10 ; 2024-03-01 20:50:27,547 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:27,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 244 2024-03-01 20:50:27,551 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 2 ; 2024-03-01 20:50:27,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 20:50:27,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 245 2024-03-01 20:50:27,557 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:27,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:50:27,561 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 20:50:27,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-10 ; 2024-03-01 20:50:27,564 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:27,564 DEBUG blivet/MainThread: Adding test_vg3-lv5_snapset1/164 MiB to test_vg3 2024-03-01 20:50:27,565 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv5_snapset1 (id 240) to device tree 2024-03-01 20:50:27,568 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:50:27,568 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 20:50:27,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-10 ; 2024-03-01 20:50:27,571 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:27,575 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/b50c616f-e501-45c1-81b6-91c70c4dedfa ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWOrPLj1qT1YKKyp9RV58MPDvSQyvf0nn3 ' '/dev/mapper/test_vg3-lv5_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv5_snapset1 ' '/dev/test_vg3/lv5_snapset1', 'DEVNAME': '/dev/dm-10', 'DEVPATH': '/devices/virtual/block/dm-10', 'DEVTYPE': 'disk', 'DISKSEQ': '26', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5_snapset1', 'DM_NAME': 'test_vg3-lv5_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWOrPLj1qT1YKKyp9RV58MPDvSQyvf0nn3', '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': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', 'ID_FS_UUID_ENC': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', 'MAJOR': '253', 'MINOR': '10', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-10', 'SYS_PATH': '/sys/devices/virtual/block/dm-10', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597072787'} ; 2024-03-01 20:50:27,575 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 20:50:27,575 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:27,578 INFO program/MainThread: stdout[68]: LVM 2024-03-01 20:50:27,578 INFO program/MainThread: stderr[68]: 2024-03-01 20:50:27,579 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 20:50:27,579 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:27,581 INFO program/MainThread: stdout[69]: LVM 2024-03-01 20:50:27,581 INFO program/MainThread: stderr[69]: 2024-03-01 20:50:27,581 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 20:50:27,581 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:27,584 INFO program/MainThread: stdout[70]: LVM 2024-03-01 20:50:27,584 INFO program/MainThread: stderr[70]: 2024-03-01 20:50:27,584 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 20:50:27,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) 2024-03-01 20:50:27,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:27,596 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:27,596 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:27,597 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:27,592 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b4714d60) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 size = 164 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-10 target size = 164 MiB path = /dev/mapper/test_vg3-lv5_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:27,598 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:27,601 INFO program/MainThread: stdout[71]: LVM 2024-03-01 20:50:27,601 INFO program/MainThread: stderr[71]: 2024-03-01 20:50:27,601 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 20:50:27,605 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 20:50:27,609 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:27,609 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 247 2024-03-01 20:50:27,612 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:27,612 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 248 2024-03-01 20:50:27,615 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,615 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 249 2024-03-01 20:50:27,619 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,619 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 250 2024-03-01 20:50:27,619 INFO blivet/MainThread: type detected on 'test_vg3-lv5_snapset1' is 'xfs' 2024-03-01 20:50:27,622 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:27,622 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 251 2024-03-01 20:50:27,625 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:27,625 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:27,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:27,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:27,638 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 254 2024-03-01 20:50:27,641 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:50:27,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 255 2024-03-01 20:50:27,644 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:50:27,648 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:50:27,648 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:50:27,651 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:50:27,652 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:50:27,652 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 257 2024-03-01 20:50:27,655 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 20:50:27,658 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:50:27,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 20:50:27,661 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:50:27,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:50:27,665 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:50:27,668 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:50:27,668 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:50:27,669 DEBUG blivet/MainThread: Adding test_vg3-lv6/408 MiB to test_vg3 2024-03-01 20:50:27,669 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 253) to device tree 2024-03-01 20:50:27,672 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:50:27,672 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:50:27,675 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:50:27,675 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:50:27,679 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWKBrlv117fWaAAwey81WHsQcLUGdDWEe6 ' '/dev/disk/by-uuid/1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '17', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWKBrlv117fWaAAwey81WHsQcLUGdDWEe6', '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': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'ID_FS_UUID_ENC': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', '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': '587274948'} ; 2024-03-01 20:50:27,679 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:50:27,679 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:27,682 INFO program/MainThread: stdout[72]: LVM 2024-03-01 20:50:27,682 INFO program/MainThread: stderr[72]: 2024-03-01 20:50:27,682 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 20:50:27,683 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:27,685 INFO program/MainThread: stdout[73]: LVM 2024-03-01 20:50:27,685 INFO program/MainThread: stderr[73]: 2024-03-01 20:50:27,685 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 20:50:27,685 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:27,688 INFO program/MainThread: stdout[74]: LVM 2024-03-01 20:50:27,688 INFO program/MainThread: stderr[74]: 2024-03-01 20:50:27,688 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 20:50:27,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) 2024-03-01 20:50:27,700 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:27,701 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 20:50:27,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:27,702 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 20:50:27,697 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46edbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.01 GiB free extents = 771 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:27,703 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:27,706 INFO program/MainThread: stdout[75]: LVM 2024-03-01 20:50:27,706 INFO program/MainThread: stderr[75]: 2024-03-01 20:50:27,706 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 20:50:27,710 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:50:27,713 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:27,713 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 260 2024-03-01 20:50:27,717 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:27,717 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 261 2024-03-01 20:50:27,720 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,720 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 262 2024-03-01 20:50:27,724 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,724 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 263 2024-03-01 20:50:27,724 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 20:50:27,727 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:27,727 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 264 2024-03-01 20:50:27,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:50:27,730 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:27,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:27,737 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv6_snapset1' 2024-03-01 20:50:27,737 INFO program/MainThread: Running [76] lvm lvs --noheadings -o origin test_vg3/lv6_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdi,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdj,/dev/sdh,/dev/sde,/dev/sdd ... 2024-03-01 20:50:27,773 INFO program/MainThread: stdout[76]: lv6 2024-03-01 20:50:27,773 INFO program/MainThread: stderr[76]: 2024-03-01 20:50:27,773 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 20:50:27,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:50:27,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:50:27,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:27,793 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 267 2024-03-01 20:50:27,797 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 20:50:27,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 268 2024-03-01 20:50:27,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:27,803 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:50:27,803 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 20:50:27,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-13 ; 2024-03-01 20:50:27,807 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:27,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 270 2024-03-01 20:50:27,811 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 4 ; 2024-03-01 20:50:27,814 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 20:50:27,814 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 20:50:27,817 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:27,820 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:50:27,821 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 20:50:27,824 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-13 ; 2024-03-01 20:50:27,824 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:27,825 DEBUG blivet/MainThread: Adding test_vg3-lv6_snapset1/164 MiB to test_vg3 2024-03-01 20:50:27,825 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv6_snapset1 (id 266) to device tree 2024-03-01 20:50:27,828 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:50:27,828 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 20:50:27,831 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-13 ; 2024-03-01 20:50:27,831 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:27,835 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv6_snapset1 ' '/dev/disk/by-uuid/1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWWd4PeYA62sHlXfNzLzcSH0UuJ5c0kemX ' '/dev/test_vg3/lv6_snapset1', 'DEVNAME': '/dev/dm-13', 'DEVPATH': '/devices/virtual/block/dm-13', 'DEVTYPE': 'disk', 'DISKSEQ': '30', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6_snapset1', 'DM_NAME': 'test_vg3-lv6_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWWd4PeYA62sHlXfNzLzcSH0UuJ5c0kemX', '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': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'ID_FS_UUID_ENC': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'MAJOR': '253', 'MINOR': '13', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-13', 'SYS_PATH': '/sys/devices/virtual/block/dm-13', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597346927'} ; 2024-03-01 20:50:27,835 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 20:50:27,835 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:27,838 INFO program/MainThread: stdout[77]: LVM 2024-03-01 20:50:27,839 INFO program/MainThread: stderr[77]: 2024-03-01 20:50:27,839 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 20:50:27,839 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:27,841 INFO program/MainThread: stdout[78]: LVM 2024-03-01 20:50:27,842 INFO program/MainThread: stderr[78]: 2024-03-01 20:50:27,842 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 20:50:27,842 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:27,844 INFO program/MainThread: stdout[79]: LVM 2024-03-01 20:50:27,845 INFO program/MainThread: stderr[79]: 2024-03-01 20:50:27,845 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 20:50:27,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) 2024-03-01 20:50:27,856 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:27,857 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:27,858 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:27,859 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:27,853 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b470cc70) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX size = 164 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-13 target size = 164 MiB path = /dev/mapper/test_vg3-lv6_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:27,859 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:27,863 INFO program/MainThread: stdout[80]: LVM 2024-03-01 20:50:27,863 INFO program/MainThread: stderr[80]: 2024-03-01 20:50:27,863 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 20:50:27,867 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 20:50:27,870 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:27,870 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 273 2024-03-01 20:50:27,874 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:27,874 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 274 2024-03-01 20:50:27,877 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,877 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 275 2024-03-01 20:50:27,881 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,881 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 276 2024-03-01 20:50:27,881 INFO blivet/MainThread: type detected on 'test_vg3-lv6_snapset1' is 'xfs' 2024-03-01 20:50:27,884 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:27,884 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 277 2024-03-01 20:50:27,887 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:27,887 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:27,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:27,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:27,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 280 2024-03-01 20:50:27,903 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 20:50:27,903 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 20:50:27,906 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:50:27,910 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:50:27,910 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:50:27,913 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:50:27,914 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:50:27,914 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 283 2024-03-01 20:50:27,917 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 5 ; 2024-03-01 20:50:27,920 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 20:50:27,920 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 20:50:27,923 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:50:27,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:50:27,927 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:50:27,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:50:27,930 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:50:27,931 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:50:27,931 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 279) to device tree 2024-03-01 20:50:27,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:50:27,934 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:50:27,937 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:50:27,937 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:50:27,940 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iW2pMU760wTwBkG1i6oqzxH5l9mpk6yU4o ' '/dev/disk/by-uuid/6e443139-9c45-4527-9282-46594b53db43 ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '16', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iW2pMU760wTwBkG1i6oqzxH5l9mpk6yU4o', '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': '6e443139-9c45-4527-9282-46594b53db43', 'ID_FS_UUID_ENC': '6e443139-9c45-4527-9282-46594b53db43', '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': '586192214'} ; 2024-03-01 20:50:27,941 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:50:27,941 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:27,944 INFO program/MainThread: stdout[81]: LVM 2024-03-01 20:50:27,944 INFO program/MainThread: stderr[81]: 2024-03-01 20:50:27,944 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 20:50:27,944 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:27,947 INFO program/MainThread: stdout[82]: LVM 2024-03-01 20:50:27,947 INFO program/MainThread: stderr[82]: 2024-03-01 20:50:27,947 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 20:50:27,947 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:27,950 INFO program/MainThread: stdout[83]: LVM 2024-03-01 20:50:27,950 INFO program/MainThread: stderr[83]: 2024-03-01 20:50:27,950 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 20:50:27,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:27,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) 2024-03-01 20:50:27,962 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:27,963 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 20:50:27,963 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:27,965 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 20:50:27,959 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46a8eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o 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 (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.45 GiB free extents = 628 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:27,965 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:27,969 INFO program/MainThread: stdout[84]: LVM 2024-03-01 20:50:27,969 INFO program/MainThread: stderr[84]: 2024-03-01 20:50:27,969 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 20:50:27,973 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:50:27,976 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:27,976 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 286 2024-03-01 20:50:27,980 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:27,980 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 287 2024-03-01 20:50:27,983 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,983 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 288 2024-03-01 20:50:27,986 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:27,986 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 289 2024-03-01 20:50:27,987 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 20:50:27,990 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:27,990 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 290 2024-03-01 20:50:27,993 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:50:27,993 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:27,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,000 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv7_snapset1' 2024-03-01 20:50:28,000 INFO program/MainThread: Running [85] lvm lvs --noheadings -o origin test_vg3/lv7_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdi,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdj,/dev/sdh,/dev/sde,/dev/sdd ... 2024-03-01 20:50:28,037 INFO program/MainThread: stdout[85]: lv7 2024-03-01 20:50:28,037 INFO program/MainThread: stderr[85]: 2024-03-01 20:50:28,037 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 20:50:28,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:50:28,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:50:28,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:28,057 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 293 2024-03-01 20:50:28,060 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 20:50:28,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 20:50:28,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:28,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:50:28,067 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 20:50:28,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-16 ; 2024-03-01 20:50:28,072 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:28,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 296 2024-03-01 20:50:28,075 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 6 ; 2024-03-01 20:50:28,078 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 20:50:28,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 297 2024-03-01 20:50:28,081 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:28,084 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:50:28,085 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 20:50:28,088 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-16 ; 2024-03-01 20:50:28,088 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:28,088 DEBUG blivet/MainThread: Adding test_vg3-lv7_snapset1/164 MiB to test_vg3 2024-03-01 20:50:28,089 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv7_snapset1 (id 292) to device tree 2024-03-01 20:50:28,091 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:50:28,092 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 20:50:28,095 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-16 ; 2024-03-01 20:50:28,095 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:28,099 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSzsKvD3n3XM5eagknARvkqeOluL0TchH ' '/dev/disk/by-uuid/6e443139-9c45-4527-9282-46594b53db43 ' '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/mapper/test_vg3-lv7_snapset1 /dev/test_vg3/lv7_snapset1', 'DEVNAME': '/dev/dm-16', 'DEVPATH': '/devices/virtual/block/dm-16', 'DEVTYPE': 'disk', 'DISKSEQ': '34', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7_snapset1', 'DM_NAME': 'test_vg3-lv7_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSzsKvD3n3XM5eagknARvkqeOluL0TchH', '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': '6e443139-9c45-4527-9282-46594b53db43', 'ID_FS_UUID_ENC': '6e443139-9c45-4527-9282-46594b53db43', 'MAJOR': '253', 'MINOR': '16', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-16', 'SYS_PATH': '/sys/devices/virtual/block/dm-16', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597604846'} ; 2024-03-01 20:50:28,099 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 20:50:28,099 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:28,103 INFO program/MainThread: stdout[86]: LVM 2024-03-01 20:50:28,103 INFO program/MainThread: stderr[86]: 2024-03-01 20:50:28,103 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 20:50:28,103 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:28,105 INFO program/MainThread: stdout[87]: LVM 2024-03-01 20:50:28,106 INFO program/MainThread: stderr[87]: 2024-03-01 20:50:28,106 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 20:50:28,106 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:28,108 INFO program/MainThread: stdout[88]: LVM 2024-03-01 20:50:28,108 INFO program/MainThread: stderr[88]: 2024-03-01 20:50:28,108 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 20:50:28,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) 2024-03-01 20:50:28,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,122 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:28,122 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,123 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:28,117 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46b01f0) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH size = 164 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-16 target size = 164 MiB path = /dev/mapper/test_vg3-lv7_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:28,124 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:28,128 INFO program/MainThread: stdout[89]: LVM 2024-03-01 20:50:28,128 INFO program/MainThread: stderr[89]: 2024-03-01 20:50:28,128 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 20:50:28,132 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 20:50:28,136 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:28,136 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 299 2024-03-01 20:50:28,139 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:28,139 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 300 2024-03-01 20:50:28,142 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:28,142 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 301 2024-03-01 20:50:28,146 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:28,146 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 302 2024-03-01 20:50:28,146 INFO blivet/MainThread: type detected on 'test_vg3-lv7_snapset1' is 'xfs' 2024-03-01 20:50:28,149 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:28,149 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 303 2024-03-01 20:50:28,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:28,153 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:28,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:28,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 306 2024-03-01 20:50:28,169 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 20:50:28,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 307 2024-03-01 20:50:28,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:50:28,175 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:50:28,175 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:50:28,178 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:50:28,179 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:50:28,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 309 2024-03-01 20:50:28,182 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 7 ; 2024-03-01 20:50:28,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 20:50:28,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 310 2024-03-01 20:50:28,189 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:50:28,192 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:50:28,192 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:50:28,195 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:50:28,196 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:50:28,196 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:50:28,196 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 305) to device tree 2024-03-01 20:50:28,199 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:50:28,199 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:50:28,202 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:50:28,203 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:50:28,206 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-name-test_vg3-lv8 ' '/dev/disk/by-uuid/e9dd1edc-545f-442e-892e-8e2770c1559d ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSC7ac9bCQQsHWS3XYOkYTvvcEf7Cld53 ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '15', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSC7ac9bCQQsHWS3XYOkYTvvcEf7Cld53', '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': 'e9dd1edc-545f-442e-892e-8e2770c1559d', 'ID_FS_UUID_ENC': 'e9dd1edc-545f-442e-892e-8e2770c1559d', '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': '585793962'} ; 2024-03-01 20:50:28,206 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:50:28,206 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:28,209 INFO program/MainThread: stdout[90]: LVM 2024-03-01 20:50:28,210 INFO program/MainThread: stderr[90]: 2024-03-01 20:50:28,210 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 20:50:28,210 INFO program/MainThread: Running [91] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:28,212 INFO program/MainThread: stdout[91]: LVM 2024-03-01 20:50:28,212 INFO program/MainThread: stderr[91]: 2024-03-01 20:50:28,212 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 20:50:28,212 INFO program/MainThread: Running [92] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:28,215 INFO program/MainThread: stdout[92]: LVM 2024-03-01 20:50:28,215 INFO program/MainThread: stderr[92]: 2024-03-01 20:50:28,215 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 20:50:28,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) 2024-03-01 20:50:28,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,230 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 20:50:28,230 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,232 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 20:50:28,224 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46b0820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 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 (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.89 GiB free extents = 485 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:28,233 INFO program/MainThread: Running [93] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:28,236 INFO program/MainThread: stdout[93]: LVM 2024-03-01 20:50:28,236 INFO program/MainThread: stderr[93]: 2024-03-01 20:50:28,236 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 20:50:28,240 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:50:28,244 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:28,244 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 312 2024-03-01 20:50:28,247 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:28,247 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 313 2024-03-01 20:50:28,250 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:28,250 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 314 2024-03-01 20:50:28,254 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:28,254 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 315 2024-03-01 20:50:28,254 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 20:50:28,257 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:28,257 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 316 2024-03-01 20:50:28,260 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:50:28,260 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:28,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,267 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv8_snapset1' 2024-03-01 20:50:28,267 INFO program/MainThread: Running [94] lvm lvs --noheadings -o origin test_vg3/lv8_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdc,/dev/sdi,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdj,/dev/sdh,/dev/sde,/dev/sdd ... 2024-03-01 20:50:28,306 INFO program/MainThread: stdout[94]: lv8 2024-03-01 20:50:28,306 INFO program/MainThread: stderr[94]: 2024-03-01 20:50:28,306 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 20:50:28,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:50:28,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:50:28,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:28,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 319 2024-03-01 20:50:28,330 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 20:50:28,330 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 320 2024-03-01 20:50:28,333 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:28,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:50:28,337 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 20:50:28,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-19 ; 2024-03-01 20:50:28,340 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:28,341 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 322 2024-03-01 20:50:28,344 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 8 ; 2024-03-01 20:50:28,347 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 20:50:28,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 323 2024-03-01 20:50:28,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:28,353 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:50:28,354 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 20:50:28,357 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-19 ; 2024-03-01 20:50:28,357 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:28,358 DEBUG blivet/MainThread: Adding test_vg3-lv8_snapset1/164 MiB to test_vg3 2024-03-01 20:50:28,358 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv8_snapset1 (id 318) to device tree 2024-03-01 20:50:28,361 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:50:28,361 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 20:50:28,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-19 ; 2024-03-01 20:50:28,365 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:28,368 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8_snapset1 ' '/dev/disk/by-uuid/e9dd1edc-545f-442e-892e-8e2770c1559d ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWk1RJJL45V6CcVpgfOcQ0Xjg9UFfCeZyX ' '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1 ' '/dev/test_vg3/lv8_snapset1', 'DEVNAME': '/dev/dm-19', 'DEVPATH': '/devices/virtual/block/dm-19', 'DEVTYPE': 'disk', 'DISKSEQ': '38', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8_snapset1', 'DM_NAME': 'test_vg3-lv8_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWk1RJJL45V6CcVpgfOcQ0Xjg9UFfCeZyX', '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': 'e9dd1edc-545f-442e-892e-8e2770c1559d', 'ID_FS_UUID_ENC': 'e9dd1edc-545f-442e-892e-8e2770c1559d', 'MAJOR': '253', 'MINOR': '19', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-19', 'SYS_PATH': '/sys/devices/virtual/block/dm-19', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597868718'} ; 2024-03-01 20:50:28,368 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 20:50:28,369 INFO program/MainThread: Running [95] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:28,372 INFO program/MainThread: stdout[95]: LVM 2024-03-01 20:50:28,372 INFO program/MainThread: stderr[95]: 2024-03-01 20:50:28,372 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 20:50:28,372 INFO program/MainThread: Running [96] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:28,375 INFO program/MainThread: stdout[96]: LVM 2024-03-01 20:50:28,375 INFO program/MainThread: stderr[96]: 2024-03-01 20:50:28,375 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 20:50:28,375 INFO program/MainThread: Running [97] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:28,378 INFO program/MainThread: stdout[97]: LVM 2024-03-01 20:50:28,378 INFO program/MainThread: stderr[97]: 2024-03-01 20:50:28,378 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 20:50:28,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) 2024-03-01 20:50:28,391 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,392 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:28,393 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,394 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:28,387 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46ae940) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX size = 164 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-19 target size = 164 MiB path = /dev/mapper/test_vg3-lv8_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:28,396 INFO program/MainThread: Running [98] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:28,399 INFO program/MainThread: stdout[98]: LVM 2024-03-01 20:50:28,399 INFO program/MainThread: stderr[98]: 2024-03-01 20:50:28,399 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 20:50:28,403 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 20:50:28,407 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:28,407 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 325 2024-03-01 20:50:28,410 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:28,410 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 326 2024-03-01 20:50:28,413 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:28,413 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 327 2024-03-01 20:50:28,417 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:28,417 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 328 2024-03-01 20:50:28,417 INFO blivet/MainThread: type detected on 'test_vg3-lv8_snapset1' is 'xfs' 2024-03-01 20:50:28,420 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:28,421 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 329 2024-03-01 20:50:28,424 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:28,424 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:28,424 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:28,427 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': '9467320'} ; 2024-03-01 20:50:28,427 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:50:28,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,440 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:50:28,440 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:50:28,440 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:50:28,440 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:50:28,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 333 2024-03-01 20:50:28,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 334 2024-03-01 20:50:28,443 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:50:28,446 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:50:28,446 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:50:28,449 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:50:28,450 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:50:28,450 INFO blivet/MainThread: added disk xvda (id 332) to device tree 2024-03-01 20:50:28,450 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3b4713250) -- name = xvda status = True id = 332 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:50:28,453 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:50:28,456 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:28,456 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 336 2024-03-01 20:50:28,459 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:28,459 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 337 2024-03-01 20:50:28,463 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:28,463 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 338 2024-03-01 20:50:28,466 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:28,466 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 339 2024-03-01 20:50:28,469 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:50:28,471 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:50:28,474 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:50:28,480 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 0x7fd3b46b99c0> 2024-03-01 20:50:28,521 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 340 2024-03-01 20:50:28,525 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:50:28,525 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:50:28,528 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': '9469968'} ; 2024-03-01 20:50:28,529 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:50:28,529 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:50:28,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,540 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:50:28,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,546 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:28,556 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:28,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (332) with existing msdos disklabel 2024-03-01 20:50:28,590 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 343 2024-03-01 20:50:28,593 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:50:28,593 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 344 2024-03-01 20:50:28,596 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:50:28,599 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:50:28,599 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:50:28,602 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:50:28,603 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:50:28,603 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:50:28,606 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:50:28,609 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:50:28,612 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:50:28,614 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:50:28,617 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:50:28,618 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:50:28,618 INFO blivet/MainThread: added partition xvda1 (id 342) to device tree 2024-03-01 20:50:28,619 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:50:28,618 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd3b46a8af0) -- name = xvda1 status = True id = 342 children = [] parents = ['existing 250 GiB disk xvda (332) 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 0x7fd3b46c5720> disk = existing 250 GiB disk xvda (332) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:50:28,622 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:50:28,625 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:28,625 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 346 2024-03-01 20:50:28,628 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:28,628 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 347 2024-03-01 20:50:28,631 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:28,631 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 348 2024-03-01 20:50:28,634 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:28,634 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 349 2024-03-01 20:50:28,635 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:50:28,637 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:28,638 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 350 2024-03-01 20:50:28,640 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:50:28,640 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:28,643 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/e9dd1edc-545f-442e-892e-8e2770c1559d ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSC7ac9bCQQsHWS3XYOkYTvvcEf7Cld53 ' '/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': '15', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSC7ac9bCQQsHWS3XYOkYTvvcEf7Cld53', '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': 'e9dd1edc-545f-442e-892e-8e2770c1559d', 'ID_FS_UUID_ENC': 'e9dd1edc-545f-442e-892e-8e2770c1559d', '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': '585793962'} ; 2024-03-01 20:50:28,643 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:50:28,644 INFO program/MainThread: Running [99] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:28,647 INFO program/MainThread: stdout[99]: LVM 2024-03-01 20:50:28,647 INFO program/MainThread: stderr[99]: 2024-03-01 20:50:28,647 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 20:50:28,647 INFO program/MainThread: Running [100] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:28,650 INFO program/MainThread: stdout[100]: LVM 2024-03-01 20:50:28,650 INFO program/MainThread: stderr[100]: 2024-03-01 20:50:28,650 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 20:50:28,650 INFO program/MainThread: Running [101] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:28,653 INFO program/MainThread: stdout[101]: LVM 2024-03-01 20:50:28,653 INFO program/MainThread: stderr[101]: 2024-03-01 20:50:28,653 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 20:50:28,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:50:28,665 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,666 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:28,667 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,668 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:28,661 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46b0820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:28,670 INFO program/MainThread: Running [102] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:28,673 INFO program/MainThread: stdout[102]: LVM 2024-03-01 20:50:28,673 INFO program/MainThread: stderr[102]: 2024-03-01 20:50:28,673 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 20:50:28,677 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:50:28,677 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 20:50:28,680 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/6e443139-9c45-4527-9282-46594b53db43 ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iW2pMU760wTwBkG1i6oqzxH5l9mpk6yU4o', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '16', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iW2pMU760wTwBkG1i6oqzxH5l9mpk6yU4o', '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': '6e443139-9c45-4527-9282-46594b53db43', 'ID_FS_UUID_ENC': '6e443139-9c45-4527-9282-46594b53db43', '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': '586192214'} ; 2024-03-01 20:50:28,680 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:50:28,681 INFO program/MainThread: Running [103] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:28,684 INFO program/MainThread: stdout[103]: LVM 2024-03-01 20:50:28,684 INFO program/MainThread: stderr[103]: 2024-03-01 20:50:28,684 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 20:50:28,684 INFO program/MainThread: Running [104] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:28,687 INFO program/MainThread: stdout[104]: LVM 2024-03-01 20:50:28,687 INFO program/MainThread: stderr[104]: 2024-03-01 20:50:28,687 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 20:50:28,687 INFO program/MainThread: Running [105] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:28,689 INFO program/MainThread: stdout[105]: LVM 2024-03-01 20:50:28,689 INFO program/MainThread: stderr[105]: 2024-03-01 20:50:28,690 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 20:50:28,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:50:28,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,703 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:28,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,705 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:28,698 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46a8eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:28,706 INFO program/MainThread: Running [106] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:28,709 INFO program/MainThread: stdout[106]: LVM 2024-03-01 20:50:28,710 INFO program/MainThread: stderr[106]: 2024-03-01 20:50:28,710 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 20:50:28,714 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:50:28,714 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 20:50:28,717 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/b50c616f-e501-45c1-81b6-91c70c4dedfa ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWOrPLj1qT1YKKyp9RV58MPDvSQyvf0nn3 ' '/dev/test_vg3/lv5_snapset1 /dev/mapper/test_vg3-lv5_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv5_snapset1', 'DEVNAME': '/dev/dm-10', 'DEVPATH': '/devices/virtual/block/dm-10', 'DEVTYPE': 'disk', 'DISKSEQ': '26', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5_snapset1', 'DM_NAME': 'test_vg3-lv5_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWOrPLj1qT1YKKyp9RV58MPDvSQyvf0nn3', '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': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', 'ID_FS_UUID_ENC': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', 'MAJOR': '253', 'MINOR': '10', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-10', 'SYS_PATH': '/sys/devices/virtual/block/dm-10', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597072787'} ; 2024-03-01 20:50:28,717 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 20:50:28,717 INFO program/MainThread: Running [107] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:28,720 INFO program/MainThread: stdout[107]: LVM 2024-03-01 20:50:28,720 INFO program/MainThread: stderr[107]: 2024-03-01 20:50:28,720 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 20:50:28,720 INFO program/MainThread: Running [108] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:28,723 INFO program/MainThread: stdout[108]: LVM 2024-03-01 20:50:28,723 INFO program/MainThread: stderr[108]: 2024-03-01 20:50:28,723 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 20:50:28,723 INFO program/MainThread: Running [109] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:28,726 INFO program/MainThread: stdout[109]: LVM 2024-03-01 20:50:28,726 INFO program/MainThread: stderr[109]: 2024-03-01 20:50:28,726 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 20:50:28,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs filesystem 2024-03-01 20:50:28,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,740 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:28,740 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,742 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:28,734 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b4714d60) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 size = 164 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-10 target size = 164 MiB path = /dev/mapper/test_vg3-lv5_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:28,743 INFO program/MainThread: Running [110] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:28,746 INFO program/MainThread: stdout[110]: LVM 2024-03-01 20:50:28,746 INFO program/MainThread: stderr[110]: 2024-03-01 20:50:28,746 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 20:50:28,750 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 20:50:28,750 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5_snapset1, bailing 2024-03-01 20:50:28,753 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6-real', 'DEVNAME': '/dev/dm-11', 'DEVPATH': '/devices/virtual/block/dm-11', 'DEVTYPE': 'disk', 'DISKSEQ': '28', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWKBrlv117fWaAAwey81WHsQcLUGdDWEe6-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '11', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-11', 'SYS_PATH': '/sys/devices/virtual/block/dm-11', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597332704'} ; 2024-03-01 20:50:28,753 INFO blivet/MainThread: scanning test_vg3-lv6-real (/sys/devices/virtual/block/dm-11)... 2024-03-01 20:50:28,754 INFO program/MainThread: Running [111] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:50:28,757 INFO program/MainThread: stdout[111]: LVM 2024-03-01 20:50:28,757 INFO program/MainThread: stderr[111]: 2024-03-01 20:50:28,757 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 20:50:28,757 INFO program/MainThread: Running [112] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:50:28,759 INFO program/MainThread: stdout[112]: LVM 2024-03-01 20:50:28,760 INFO program/MainThread: stderr[112]: 2024-03-01 20:50:28,760 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 20:50:28,760 INFO program/MainThread: Running [113] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:50:28,762 INFO program/MainThread: stdout[113]: LVM 2024-03-01 20:50:28,762 INFO program/MainThread: stderr[113]: 2024-03-01 20:50:28,762 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 20:50:28,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,772 INFO program/MainThread: Running [114] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:50:28,775 INFO program/MainThread: stdout[114]: LVM 2024-03-01 20:50:28,775 INFO program/MainThread: stderr[114]: 2024-03-01 20:50:28,775 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 20:50:28,775 INFO program/MainThread: Running [115] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:50:28,778 INFO program/MainThread: stdout[115]: LVM 2024-03-01 20:50:28,778 INFO program/MainThread: stderr[115]: 2024-03-01 20:50:28,778 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 20:50:28,778 INFO program/MainThread: Running [116] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:50:28,780 INFO program/MainThread: stdout[116]: LVM 2024-03-01 20:50:28,781 INFO program/MainThread: stderr[116]: 2024-03-01 20:50:28,781 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 20:50:28,784 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6-real ; 2024-03-01 20:50:28,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:28,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:28,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:50:28,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:28,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,811 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6-real 2024-03-01 20:50:28,813 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6_snapset1-cow', 'DEVNAME': '/dev/dm-12', 'DEVPATH': '/devices/virtual/block/dm-12', 'DEVTYPE': 'disk', 'DISKSEQ': '29', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv6_snapset1', 'DM_NAME': 'test_vg3-lv6_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWWd4PeYA62sHlXfNzLzcSH0UuJ5c0kemX-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '12', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-12', 'SYS_PATH': '/sys/devices/virtual/block/dm-12', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597334711'} ; 2024-03-01 20:50:28,813 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1-cow (/sys/devices/virtual/block/dm-12)... 2024-03-01 20:50:28,814 INFO program/MainThread: Running [117] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:50:28,817 INFO program/MainThread: stdout[117]: LVM 2024-03-01 20:50:28,817 INFO program/MainThread: stderr[117]: 2024-03-01 20:50:28,817 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 20:50:28,817 INFO program/MainThread: Running [118] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:50:28,820 INFO program/MainThread: stdout[118]: LVM 2024-03-01 20:50:28,820 INFO program/MainThread: stderr[118]: 2024-03-01 20:50:28,820 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 20:50:28,820 INFO program/MainThread: Running [119] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:50:28,823 INFO program/MainThread: stdout[119]: LVM 2024-03-01 20:50:28,823 INFO program/MainThread: stderr[119]: 2024-03-01 20:50:28,823 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 20:50:28,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,832 INFO program/MainThread: Running [120] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:50:28,835 INFO program/MainThread: stdout[120]: LVM 2024-03-01 20:50:28,836 INFO program/MainThread: stderr[120]: 2024-03-01 20:50:28,836 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 20:50:28,836 INFO program/MainThread: Running [121] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:50:28,838 INFO program/MainThread: stdout[121]: LVM 2024-03-01 20:50:28,838 INFO program/MainThread: stderr[121]: 2024-03-01 20:50:28,838 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 20:50:28,839 INFO program/MainThread: Running [122] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:50:28,841 INFO program/MainThread: stdout[122]: LVM 2024-03-01 20:50:28,841 INFO program/MainThread: stderr[122]: 2024-03-01 20:50:28,841 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 20:50:28,845 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6_snapset1-cow ; 2024-03-01 20:50:28,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:28,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:28,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:50:28,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:50:28,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:28,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,877 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6_snapset1-cow 2024-03-01 20:50:28,880 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWWd4PeYA62sHlXfNzLzcSH0UuJ5c0kemX ' '/dev/test_vg3/lv6_snapset1 ' '/dev/disk/by-uuid/1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf ' '/dev/mapper/test_vg3-lv6_snapset1', 'DEVNAME': '/dev/dm-13', 'DEVPATH': '/devices/virtual/block/dm-13', 'DEVTYPE': 'disk', 'DISKSEQ': '30', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6_snapset1', 'DM_NAME': 'test_vg3-lv6_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWWd4PeYA62sHlXfNzLzcSH0UuJ5c0kemX', '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': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'ID_FS_UUID_ENC': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'MAJOR': '253', 'MINOR': '13', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-13', 'SYS_PATH': '/sys/devices/virtual/block/dm-13', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597346927'} ; 2024-03-01 20:50:28,880 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 20:50:28,880 INFO program/MainThread: Running [123] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:28,883 INFO program/MainThread: stdout[123]: LVM 2024-03-01 20:50:28,883 INFO program/MainThread: stderr[123]: 2024-03-01 20:50:28,884 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 20:50:28,884 INFO program/MainThread: Running [124] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:28,886 INFO program/MainThread: stdout[124]: LVM 2024-03-01 20:50:28,886 INFO program/MainThread: stderr[124]: 2024-03-01 20:50:28,887 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 20:50:28,887 INFO program/MainThread: Running [125] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:28,889 INFO program/MainThread: stdout[125]: LVM 2024-03-01 20:50:28,889 INFO program/MainThread: stderr[125]: 2024-03-01 20:50:28,889 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 20:50:28,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs filesystem 2024-03-01 20:50:28,902 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,903 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:28,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:28,905 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:28,898 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b470cc70) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX size = 164 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-13 target size = 164 MiB path = /dev/mapper/test_vg3-lv6_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:28,906 INFO program/MainThread: Running [126] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:28,910 INFO program/MainThread: stdout[126]: LVM 2024-03-01 20:50:28,910 INFO program/MainThread: stderr[126]: 2024-03-01 20:50:28,910 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 20:50:28,914 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 20:50:28,914 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6_snapset1, bailing 2024-03-01 20:50:28,917 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7-real', 'DEVNAME': '/dev/dm-14', 'DEVPATH': '/devices/virtual/block/dm-14', 'DEVTYPE': 'disk', 'DISKSEQ': '32', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iW2pMU760wTwBkG1i6oqzxH5l9mpk6yU4o-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '14', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-14', 'SYS_PATH': '/sys/devices/virtual/block/dm-14', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597586165'} ; 2024-03-01 20:50:28,917 INFO blivet/MainThread: scanning test_vg3-lv7-real (/sys/devices/virtual/block/dm-14)... 2024-03-01 20:50:28,917 INFO program/MainThread: Running [127] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:50:28,920 INFO program/MainThread: stdout[127]: LVM 2024-03-01 20:50:28,921 INFO program/MainThread: stderr[127]: 2024-03-01 20:50:28,921 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 20:50:28,921 INFO program/MainThread: Running [128] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:50:28,923 INFO program/MainThread: stdout[128]: LVM 2024-03-01 20:50:28,923 INFO program/MainThread: stderr[128]: 2024-03-01 20:50:28,923 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 20:50:28,923 INFO program/MainThread: Running [129] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:50:28,926 INFO program/MainThread: stdout[129]: LVM 2024-03-01 20:50:28,927 INFO program/MainThread: stderr[129]: 2024-03-01 20:50:28,927 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 20:50:28,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,936 INFO program/MainThread: Running [130] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:50:28,939 INFO program/MainThread: stdout[130]: LVM 2024-03-01 20:50:28,939 INFO program/MainThread: stderr[130]: 2024-03-01 20:50:28,939 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 20:50:28,940 INFO program/MainThread: Running [131] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:50:28,942 INFO program/MainThread: stdout[131]: LVM 2024-03-01 20:50:28,942 INFO program/MainThread: stderr[131]: 2024-03-01 20:50:28,942 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 20:50:28,943 INFO program/MainThread: Running [132] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:50:28,945 INFO program/MainThread: stdout[132]: LVM 2024-03-01 20:50:28,945 INFO program/MainThread: stderr[132]: 2024-03-01 20:50:28,945 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 20:50:28,949 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7-real ; 2024-03-01 20:50:28,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:28,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:28,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:50:28,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:28,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,974 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7-real 2024-03-01 20:50:28,977 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7_snapset1-cow', 'DEVNAME': '/dev/dm-15', 'DEVPATH': '/devices/virtual/block/dm-15', 'DEVTYPE': 'disk', 'DISKSEQ': '33', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv7_snapset1', 'DM_NAME': 'test_vg3-lv7_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSzsKvD3n3XM5eagknARvkqeOluL0TchH-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '15', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-15', 'SYS_PATH': '/sys/devices/virtual/block/dm-15', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597587821'} ; 2024-03-01 20:50:28,977 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1-cow (/sys/devices/virtual/block/dm-15)... 2024-03-01 20:50:28,978 INFO program/MainThread: Running [133] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:50:28,981 INFO program/MainThread: stdout[133]: LVM 2024-03-01 20:50:28,981 INFO program/MainThread: stderr[133]: 2024-03-01 20:50:28,981 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 20:50:28,981 INFO program/MainThread: Running [134] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:50:28,984 INFO program/MainThread: stdout[134]: LVM 2024-03-01 20:50:28,984 INFO program/MainThread: stderr[134]: 2024-03-01 20:50:28,984 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 20:50:28,984 INFO program/MainThread: Running [135] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:50:28,986 INFO program/MainThread: stdout[135]: LVM 2024-03-01 20:50:28,987 INFO program/MainThread: stderr[135]: 2024-03-01 20:50:28,987 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 20:50:28,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:28,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:28,996 INFO program/MainThread: Running [136] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:50:28,999 INFO program/MainThread: stdout[136]: LVM 2024-03-01 20:50:28,999 INFO program/MainThread: stderr[136]: 2024-03-01 20:50:28,999 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 20:50:28,999 INFO program/MainThread: Running [137] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:50:29,002 INFO program/MainThread: stdout[137]: LVM 2024-03-01 20:50:29,002 INFO program/MainThread: stderr[137]: 2024-03-01 20:50:29,002 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 20:50:29,002 INFO program/MainThread: Running [138] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:50:29,005 INFO program/MainThread: stdout[138]: LVM 2024-03-01 20:50:29,005 INFO program/MainThread: stderr[138]: 2024-03-01 20:50:29,005 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 20:50:29,008 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7_snapset1-cow ; 2024-03-01 20:50:29,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:29,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:29,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:50:29,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:50:29,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:29,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,041 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7_snapset1-cow 2024-03-01 20:50:29,044 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv7_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/mapper/test_vg3-lv7_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSzsKvD3n3XM5eagknARvkqeOluL0TchH ' '/dev/disk/by-uuid/6e443139-9c45-4527-9282-46594b53db43', 'DEVNAME': '/dev/dm-16', 'DEVPATH': '/devices/virtual/block/dm-16', 'DEVTYPE': 'disk', 'DISKSEQ': '34', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7_snapset1', 'DM_NAME': 'test_vg3-lv7_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSzsKvD3n3XM5eagknARvkqeOluL0TchH', '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': '6e443139-9c45-4527-9282-46594b53db43', 'ID_FS_UUID_ENC': '6e443139-9c45-4527-9282-46594b53db43', 'MAJOR': '253', 'MINOR': '16', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-16', 'SYS_PATH': '/sys/devices/virtual/block/dm-16', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597604846'} ; 2024-03-01 20:50:29,044 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 20:50:29,045 INFO program/MainThread: Running [139] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:29,048 INFO program/MainThread: stdout[139]: LVM 2024-03-01 20:50:29,048 INFO program/MainThread: stderr[139]: 2024-03-01 20:50:29,048 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 20:50:29,048 INFO program/MainThread: Running [140] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:29,051 INFO program/MainThread: stdout[140]: LVM 2024-03-01 20:50:29,051 INFO program/MainThread: stderr[140]: 2024-03-01 20:50:29,051 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 20:50:29,051 INFO program/MainThread: Running [141] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:29,054 INFO program/MainThread: stdout[141]: LVM 2024-03-01 20:50:29,054 INFO program/MainThread: stderr[141]: 2024-03-01 20:50:29,054 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 20:50:29,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs filesystem 2024-03-01 20:50:29,066 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:29,067 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:29,068 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:29,069 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:29,062 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46b01f0) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH size = 164 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-16 target size = 164 MiB path = /dev/mapper/test_vg3-lv7_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:29,070 INFO program/MainThread: Running [142] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:29,074 INFO program/MainThread: stdout[142]: LVM 2024-03-01 20:50:29,074 INFO program/MainThread: stderr[142]: 2024-03-01 20:50:29,074 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 20:50:29,078 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 20:50:29,078 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7_snapset1, bailing 2024-03-01 20:50:29,081 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8-real', 'DEVNAME': '/dev/dm-17', 'DEVPATH': '/devices/virtual/block/dm-17', 'DEVTYPE': 'disk', 'DISKSEQ': '36', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSC7ac9bCQQsHWS3XYOkYTvvcEf7Cld53-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '17', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-17', 'SYS_PATH': '/sys/devices/virtual/block/dm-17', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597852873'} ; 2024-03-01 20:50:29,081 INFO blivet/MainThread: scanning test_vg3-lv8-real (/sys/devices/virtual/block/dm-17)... 2024-03-01 20:50:29,081 INFO program/MainThread: Running [143] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:50:29,084 INFO program/MainThread: stdout[143]: LVM 2024-03-01 20:50:29,084 INFO program/MainThread: stderr[143]: 2024-03-01 20:50:29,084 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 20:50:29,084 INFO program/MainThread: Running [144] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:50:29,087 INFO program/MainThread: stdout[144]: LVM 2024-03-01 20:50:29,087 INFO program/MainThread: stderr[144]: 2024-03-01 20:50:29,087 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 20:50:29,087 INFO program/MainThread: Running [145] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:50:29,090 INFO program/MainThread: stdout[145]: LVM 2024-03-01 20:50:29,090 INFO program/MainThread: stderr[145]: 2024-03-01 20:50:29,090 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 20:50:29,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,099 INFO program/MainThread: Running [146] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:50:29,102 INFO program/MainThread: stdout[146]: LVM 2024-03-01 20:50:29,103 INFO program/MainThread: stderr[146]: 2024-03-01 20:50:29,103 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 20:50:29,103 INFO program/MainThread: Running [147] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:50:29,105 INFO program/MainThread: stdout[147]: LVM 2024-03-01 20:50:29,105 INFO program/MainThread: stderr[147]: 2024-03-01 20:50:29,105 INFO program/MainThread: ...done [147] (exit code: 0) 2024-03-01 20:50:29,105 INFO program/MainThread: Running [148] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:50:29,108 INFO program/MainThread: stdout[148]: LVM 2024-03-01 20:50:29,108 INFO program/MainThread: stderr[148]: 2024-03-01 20:50:29,108 INFO program/MainThread: ...done [148] (exit code: 0) 2024-03-01 20:50:29,112 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8-real ; 2024-03-01 20:50:29,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:29,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:29,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:50:29,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:29,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,138 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8-real 2024-03-01 20:50:29,141 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8_snapset1-cow', 'DEVNAME': '/dev/dm-18', 'DEVPATH': '/devices/virtual/block/dm-18', 'DEVTYPE': 'disk', 'DISKSEQ': '37', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv8_snapset1', 'DM_NAME': 'test_vg3-lv8_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWk1RJJL45V6CcVpgfOcQ0Xjg9UFfCeZyX-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '18', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-18', 'SYS_PATH': '/sys/devices/virtual/block/dm-18', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597854729'} ; 2024-03-01 20:50:29,141 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1-cow (/sys/devices/virtual/block/dm-18)... 2024-03-01 20:50:29,141 INFO program/MainThread: Running [149] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:50:29,144 INFO program/MainThread: stdout[149]: LVM 2024-03-01 20:50:29,144 INFO program/MainThread: stderr[149]: 2024-03-01 20:50:29,144 INFO program/MainThread: ...done [149] (exit code: 0) 2024-03-01 20:50:29,145 INFO program/MainThread: Running [150] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:50:29,147 INFO program/MainThread: stdout[150]: LVM 2024-03-01 20:50:29,147 INFO program/MainThread: stderr[150]: 2024-03-01 20:50:29,147 INFO program/MainThread: ...done [150] (exit code: 0) 2024-03-01 20:50:29,148 INFO program/MainThread: Running [151] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:50:29,150 INFO program/MainThread: stdout[151]: LVM 2024-03-01 20:50:29,150 INFO program/MainThread: stderr[151]: 2024-03-01 20:50:29,150 INFO program/MainThread: ...done [151] (exit code: 0) 2024-03-01 20:50:29,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,160 INFO program/MainThread: Running [152] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:50:29,163 INFO program/MainThread: stdout[152]: LVM 2024-03-01 20:50:29,163 INFO program/MainThread: stderr[152]: 2024-03-01 20:50:29,163 INFO program/MainThread: ...done [152] (exit code: 0) 2024-03-01 20:50:29,163 INFO program/MainThread: Running [153] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:50:29,166 INFO program/MainThread: stdout[153]: LVM 2024-03-01 20:50:29,166 INFO program/MainThread: stderr[153]: 2024-03-01 20:50:29,166 INFO program/MainThread: ...done [153] (exit code: 0) 2024-03-01 20:50:29,166 INFO program/MainThread: Running [154] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:50:29,168 INFO program/MainThread: stdout[154]: LVM 2024-03-01 20:50:29,168 INFO program/MainThread: stderr[154]: 2024-03-01 20:50:29,168 INFO program/MainThread: ...done [154] (exit code: 0) 2024-03-01 20:50:29,172 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8_snapset1-cow ; 2024-03-01 20:50:29,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:29,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:29,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:50:29,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:50:29,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:29,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,205 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8_snapset1-cow 2024-03-01 20:50:29,207 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/e9dd1edc-545f-442e-892e-8e2770c1559d ' '/dev/test_vg3/lv8_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWk1RJJL45V6CcVpgfOcQ0Xjg9UFfCeZyX ' '/dev/mapper/test_vg3-lv8_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1', 'DEVNAME': '/dev/dm-19', 'DEVPATH': '/devices/virtual/block/dm-19', 'DEVTYPE': 'disk', 'DISKSEQ': '38', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8_snapset1', 'DM_NAME': 'test_vg3-lv8_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWk1RJJL45V6CcVpgfOcQ0Xjg9UFfCeZyX', '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': 'e9dd1edc-545f-442e-892e-8e2770c1559d', 'ID_FS_UUID_ENC': 'e9dd1edc-545f-442e-892e-8e2770c1559d', 'MAJOR': '253', 'MINOR': '19', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-19', 'SYS_PATH': '/sys/devices/virtual/block/dm-19', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597868718'} ; 2024-03-01 20:50:29,207 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 20:50:29,208 INFO program/MainThread: Running [155] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:29,211 INFO program/MainThread: stdout[155]: LVM 2024-03-01 20:50:29,211 INFO program/MainThread: stderr[155]: 2024-03-01 20:50:29,211 INFO program/MainThread: ...done [155] (exit code: 0) 2024-03-01 20:50:29,211 INFO program/MainThread: Running [156] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:29,214 INFO program/MainThread: stdout[156]: LVM 2024-03-01 20:50:29,214 INFO program/MainThread: stderr[156]: 2024-03-01 20:50:29,214 INFO program/MainThread: ...done [156] (exit code: 0) 2024-03-01 20:50:29,214 INFO program/MainThread: Running [157] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:29,217 INFO program/MainThread: stdout[157]: LVM 2024-03-01 20:50:29,217 INFO program/MainThread: stderr[157]: 2024-03-01 20:50:29,217 INFO program/MainThread: ...done [157] (exit code: 0) 2024-03-01 20:50:29,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs filesystem 2024-03-01 20:50:29,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:29,231 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:29,231 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:29,232 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:29,226 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46ae940) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX size = 164 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-19 target size = 164 MiB path = /dev/mapper/test_vg3-lv8_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:29,234 INFO program/MainThread: Running [158] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:29,237 INFO program/MainThread: stdout[158]: LVM 2024-03-01 20:50:29,237 INFO program/MainThread: stderr[158]: 2024-03-01 20:50:29,237 INFO program/MainThread: ...done [158] (exit code: 0) 2024-03-01 20:50:29,241 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 20:50:29,241 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8_snapset1, bailing 2024-03-01 20:50:29,244 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWKBrlv117fWaAAwey81WHsQcLUGdDWEe6 ' '/dev/disk/by-uuid/1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '17', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWKBrlv117fWaAAwey81WHsQcLUGdDWEe6', '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': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'ID_FS_UUID_ENC': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', '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': '587274948'} ; 2024-03-01 20:50:29,244 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:50:29,244 INFO program/MainThread: Running [159] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:29,247 INFO program/MainThread: stdout[159]: LVM 2024-03-01 20:50:29,247 INFO program/MainThread: stderr[159]: 2024-03-01 20:50:29,247 INFO program/MainThread: ...done [159] (exit code: 0) 2024-03-01 20:50:29,248 INFO program/MainThread: Running [160] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:29,250 INFO program/MainThread: stdout[160]: LVM 2024-03-01 20:50:29,250 INFO program/MainThread: stderr[160]: 2024-03-01 20:50:29,250 INFO program/MainThread: ...done [160] (exit code: 0) 2024-03-01 20:50:29,250 INFO program/MainThread: Running [161] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:29,253 INFO program/MainThread: stdout[161]: LVM 2024-03-01 20:50:29,253 INFO program/MainThread: stderr[161]: 2024-03-01 20:50:29,253 INFO program/MainThread: ...done [161] (exit code: 0) 2024-03-01 20:50:29,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:50:29,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:29,266 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:29,267 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:29,268 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:29,261 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46edbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:29,269 INFO program/MainThread: Running [162] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:29,273 INFO program/MainThread: stdout[162]: LVM 2024-03-01 20:50:29,273 INFO program/MainThread: stderr[162]: 2024-03-01 20:50:29,273 INFO program/MainThread: ...done [162] (exit code: 0) 2024-03-01 20:50:29,277 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:50:29,277 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 20:50:29,279 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3-real', 'DEVNAME': '/dev/dm-20', 'DEVPATH': '/devices/virtual/block/dm-20', 'DEVTYPE': 'disk', 'DISKSEQ': '40', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzsceEZz0TpG9hAzUzbmf6GU1gvtyiQr2G-real', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '20', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-20', 'SYS_PATH': '/sys/devices/virtual/block/dm-20', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598143866'} ; 2024-03-01 20:50:29,280 INFO blivet/MainThread: scanning test_vg2-lv3-real (/sys/devices/virtual/block/dm-20)... 2024-03-01 20:50:29,280 INFO program/MainThread: Running [163] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:50:29,283 INFO program/MainThread: stdout[163]: LVM 2024-03-01 20:50:29,283 INFO program/MainThread: stderr[163]: 2024-03-01 20:50:29,283 INFO program/MainThread: ...done [163] (exit code: 0) 2024-03-01 20:50:29,283 INFO program/MainThread: Running [164] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:50:29,286 INFO program/MainThread: stdout[164]: LVM 2024-03-01 20:50:29,286 INFO program/MainThread: stderr[164]: 2024-03-01 20:50:29,286 INFO program/MainThread: ...done [164] (exit code: 0) 2024-03-01 20:50:29,286 INFO program/MainThread: Running [165] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:50:29,289 INFO program/MainThread: stdout[165]: LVM 2024-03-01 20:50:29,289 INFO program/MainThread: stderr[165]: 2024-03-01 20:50:29,289 INFO program/MainThread: ...done [165] (exit code: 0) 2024-03-01 20:50:29,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,298 INFO program/MainThread: Running [166] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:50:29,301 INFO program/MainThread: stdout[166]: LVM 2024-03-01 20:50:29,301 INFO program/MainThread: stderr[166]: 2024-03-01 20:50:29,301 INFO program/MainThread: ...done [166] (exit code: 0) 2024-03-01 20:50:29,302 INFO program/MainThread: Running [167] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:50:29,304 INFO program/MainThread: stdout[167]: LVM 2024-03-01 20:50:29,304 INFO program/MainThread: stderr[167]: 2024-03-01 20:50:29,304 INFO program/MainThread: ...done [167] (exit code: 0) 2024-03-01 20:50:29,304 INFO program/MainThread: Running [168] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:50:29,307 INFO program/MainThread: stdout[168]: LVM 2024-03-01 20:50:29,307 INFO program/MainThread: stderr[168]: 2024-03-01 20:50:29,307 INFO program/MainThread: ...done [168] (exit code: 0) 2024-03-01 20:50:29,311 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3-real ; 2024-03-01 20:50:29,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:29,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:29,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:50:29,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:29,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,336 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3-real 2024-03-01 20:50:29,339 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3_snapset1-cow', 'DEVNAME': '/dev/dm-21', 'DEVPATH': '/devices/virtual/block/dm-21', 'DEVTYPE': 'disk', 'DISKSEQ': '41', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv3_snapset1', 'DM_NAME': 'test_vg2-lv3_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzRA2ZsU1BISiMfoujE7FoHCD5PRMRdIAL-cow', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '21', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-21', 'SYS_PATH': '/sys/devices/virtual/block/dm-21', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598145708'} ; 2024-03-01 20:50:29,339 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1-cow (/sys/devices/virtual/block/dm-21)... 2024-03-01 20:50:29,339 INFO program/MainThread: Running [169] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:50:29,342 INFO program/MainThread: stdout[169]: LVM 2024-03-01 20:50:29,343 INFO program/MainThread: stderr[169]: 2024-03-01 20:50:29,343 INFO program/MainThread: ...done [169] (exit code: 0) 2024-03-01 20:50:29,343 INFO program/MainThread: Running [170] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:50:29,345 INFO program/MainThread: stdout[170]: LVM 2024-03-01 20:50:29,346 INFO program/MainThread: stderr[170]: 2024-03-01 20:50:29,346 INFO program/MainThread: ...done [170] (exit code: 0) 2024-03-01 20:50:29,346 INFO program/MainThread: Running [171] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:50:29,348 INFO program/MainThread: stdout[171]: LVM 2024-03-01 20:50:29,348 INFO program/MainThread: stderr[171]: 2024-03-01 20:50:29,348 INFO program/MainThread: ...done [171] (exit code: 0) 2024-03-01 20:50:29,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,358 INFO program/MainThread: Running [172] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:50:29,361 INFO program/MainThread: stdout[172]: LVM 2024-03-01 20:50:29,361 INFO program/MainThread: stderr[172]: 2024-03-01 20:50:29,361 INFO program/MainThread: ...done [172] (exit code: 0) 2024-03-01 20:50:29,362 INFO program/MainThread: Running [173] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:50:29,364 INFO program/MainThread: stdout[173]: LVM 2024-03-01 20:50:29,364 INFO program/MainThread: stderr[173]: 2024-03-01 20:50:29,364 INFO program/MainThread: ...done [173] (exit code: 0) 2024-03-01 20:50:29,364 INFO program/MainThread: Running [174] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:50:29,367 INFO program/MainThread: stdout[174]: LVM 2024-03-01 20:50:29,367 INFO program/MainThread: stderr[174]: 2024-03-01 20:50:29,367 INFO program/MainThread: ...done [174] (exit code: 0) 2024-03-01 20:50:29,371 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3_snapset1-cow ; 2024-03-01 20:50:29,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:29,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:29,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:50:29,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:29,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,395 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3_snapset1-cow 2024-03-01 20:50:29,398 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1 ' '/dev/mapper/test_vg2-lv3_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzRA2ZsU1BISiMfoujE7FoHCD5PRMRdIAL ' '/dev/test_vg2/lv3_snapset1 ' '/dev/disk/by-uuid/d4761847-4268-46b1-af7c-e2118e3cc1ba', 'DEVNAME': '/dev/dm-22', 'DEVPATH': '/devices/virtual/block/dm-22', 'DEVTYPE': 'disk', 'DISKSEQ': '42', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3_snapset1', 'DM_NAME': 'test_vg2-lv3_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzRA2ZsU1BISiMfoujE7FoHCD5PRMRdIAL', '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': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', 'ID_FS_UUID_ENC': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', 'MAJOR': '253', 'MINOR': '22', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-22', 'SYS_PATH': '/sys/devices/virtual/block/dm-22', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598166136'} ; 2024-03-01 20:50:29,398 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 20:50:29,399 INFO program/MainThread: Running [175] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:29,402 INFO program/MainThread: stdout[175]: LVM 2024-03-01 20:50:29,402 INFO program/MainThread: stderr[175]: 2024-03-01 20:50:29,402 INFO program/MainThread: ...done [175] (exit code: 0) 2024-03-01 20:50:29,402 INFO program/MainThread: Running [176] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:29,405 INFO program/MainThread: stdout[176]: LVM 2024-03-01 20:50:29,405 INFO program/MainThread: stderr[176]: 2024-03-01 20:50:29,405 INFO program/MainThread: ...done [176] (exit code: 0) 2024-03-01 20:50:29,405 INFO program/MainThread: Running [177] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:29,408 INFO program/MainThread: stdout[177]: LVM 2024-03-01 20:50:29,408 INFO program/MainThread: stderr[177]: 2024-03-01 20:50:29,408 INFO program/MainThread: ...done [177] (exit code: 0) 2024-03-01 20:50:29,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs filesystem 2024-03-01 20:50:29,419 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:29,420 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:29,420 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:29,421 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:29,416 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b47b9ac0) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL size = 124 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-22 target size = 124 MiB path = /dev/mapper/test_vg2-lv3_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b46feee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:29,422 INFO program/MainThread: Running [178] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:29,425 INFO program/MainThread: stdout[178]: LVM 2024-03-01 20:50:29,425 INFO program/MainThread: stderr[178]: 2024-03-01 20:50:29,425 INFO program/MainThread: ...done [178] (exit code: 0) 2024-03-01 20:50:29,429 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 20:50:29,429 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3_snapset1, bailing 2024-03-01 20:50:29,432 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4-real', 'DEVNAME': '/dev/dm-23', 'DEVPATH': '/devices/virtual/block/dm-23', 'DEVTYPE': 'disk', 'DISKSEQ': '44', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYz3FQAayPSg81OWWUrZaWOPvNBCvuV3WTJ-real', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '23', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-23', 'SYS_PATH': '/sys/devices/virtual/block/dm-23', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598392341'} ; 2024-03-01 20:50:29,432 INFO blivet/MainThread: scanning test_vg2-lv4-real (/sys/devices/virtual/block/dm-23)... 2024-03-01 20:50:29,433 INFO program/MainThread: Running [179] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:50:29,436 INFO program/MainThread: stdout[179]: LVM 2024-03-01 20:50:29,436 INFO program/MainThread: stderr[179]: 2024-03-01 20:50:29,436 INFO program/MainThread: ...done [179] (exit code: 0) 2024-03-01 20:50:29,436 INFO program/MainThread: Running [180] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:50:29,439 INFO program/MainThread: stdout[180]: LVM 2024-03-01 20:50:29,439 INFO program/MainThread: stderr[180]: 2024-03-01 20:50:29,439 INFO program/MainThread: ...done [180] (exit code: 0) 2024-03-01 20:50:29,439 INFO program/MainThread: Running [181] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:50:29,441 INFO program/MainThread: stdout[181]: LVM 2024-03-01 20:50:29,442 INFO program/MainThread: stderr[181]: 2024-03-01 20:50:29,442 INFO program/MainThread: ...done [181] (exit code: 0) 2024-03-01 20:50:29,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,451 INFO program/MainThread: Running [182] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:50:29,454 INFO program/MainThread: stdout[182]: LVM 2024-03-01 20:50:29,454 INFO program/MainThread: stderr[182]: 2024-03-01 20:50:29,454 INFO program/MainThread: ...done [182] (exit code: 0) 2024-03-01 20:50:29,454 INFO program/MainThread: Running [183] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:50:29,457 INFO program/MainThread: stdout[183]: LVM 2024-03-01 20:50:29,457 INFO program/MainThread: stderr[183]: 2024-03-01 20:50:29,457 INFO program/MainThread: ...done [183] (exit code: 0) 2024-03-01 20:50:29,457 INFO program/MainThread: Running [184] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:50:29,460 INFO program/MainThread: stdout[184]: LVM 2024-03-01 20:50:29,460 INFO program/MainThread: stderr[184]: 2024-03-01 20:50:29,460 INFO program/MainThread: ...done [184] (exit code: 0) 2024-03-01 20:50:29,464 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4-real ; 2024-03-01 20:50:29,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:29,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:29,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:50:29,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:29,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,488 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4-real 2024-03-01 20:50:29,491 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4_snapset1-cow', 'DEVNAME': '/dev/dm-24', 'DEVPATH': '/devices/virtual/block/dm-24', 'DEVTYPE': 'disk', 'DISKSEQ': '45', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv4_snapset1', 'DM_NAME': 'test_vg2-lv4_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzNUls9Gcs6LEKX4WJKXY75deWw2yaZs0y-cow', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '24', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-24', 'SYS_PATH': '/sys/devices/virtual/block/dm-24', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598393753'} ; 2024-03-01 20:50:29,491 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1-cow (/sys/devices/virtual/block/dm-24)... 2024-03-01 20:50:29,491 INFO program/MainThread: Running [185] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:50:29,495 INFO program/MainThread: stdout[185]: LVM 2024-03-01 20:50:29,495 INFO program/MainThread: stderr[185]: 2024-03-01 20:50:29,495 INFO program/MainThread: ...done [185] (exit code: 0) 2024-03-01 20:50:29,495 INFO program/MainThread: Running [186] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:50:29,497 INFO program/MainThread: stdout[186]: LVM 2024-03-01 20:50:29,498 INFO program/MainThread: stderr[186]: 2024-03-01 20:50:29,498 INFO program/MainThread: ...done [186] (exit code: 0) 2024-03-01 20:50:29,498 INFO program/MainThread: Running [187] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:50:29,500 INFO program/MainThread: stdout[187]: LVM 2024-03-01 20:50:29,500 INFO program/MainThread: stderr[187]: 2024-03-01 20:50:29,500 INFO program/MainThread: ...done [187] (exit code: 0) 2024-03-01 20:50:29,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,510 INFO program/MainThread: Running [188] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:50:29,513 INFO program/MainThread: stdout[188]: LVM 2024-03-01 20:50:29,513 INFO program/MainThread: stderr[188]: 2024-03-01 20:50:29,513 INFO program/MainThread: ...done [188] (exit code: 0) 2024-03-01 20:50:29,513 INFO program/MainThread: Running [189] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:50:29,515 INFO program/MainThread: stdout[189]: LVM 2024-03-01 20:50:29,516 INFO program/MainThread: stderr[189]: 2024-03-01 20:50:29,516 INFO program/MainThread: ...done [189] (exit code: 0) 2024-03-01 20:50:29,516 INFO program/MainThread: Running [190] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:50:29,518 INFO program/MainThread: stdout[190]: LVM 2024-03-01 20:50:29,518 INFO program/MainThread: stderr[190]: 2024-03-01 20:50:29,518 INFO program/MainThread: ...done [190] (exit code: 0) 2024-03-01 20:50:29,522 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4_snapset1-cow ; 2024-03-01 20:50:29,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:29,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:29,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:50:29,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:29,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,547 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4_snapset1-cow 2024-03-01 20:50:29,550 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzNUls9Gcs6LEKX4WJKXY75deWw2yaZs0y ' '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1 ' '/dev/mapper/test_vg2-lv4_snapset1 ' '/dev/disk/by-uuid/820ba051-c6b9-4658-9aa3-6573cd5f6185 ' '/dev/test_vg2/lv4_snapset1', 'DEVNAME': '/dev/dm-25', 'DEVPATH': '/devices/virtual/block/dm-25', 'DEVTYPE': 'disk', 'DISKSEQ': '46', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4_snapset1', 'DM_NAME': 'test_vg2-lv4_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzNUls9Gcs6LEKX4WJKXY75deWw2yaZs0y', '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': '820ba051-c6b9-4658-9aa3-6573cd5f6185', 'ID_FS_UUID_ENC': '820ba051-c6b9-4658-9aa3-6573cd5f6185', 'MAJOR': '253', 'MINOR': '25', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-25', 'SYS_PATH': '/sys/devices/virtual/block/dm-25', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598416032'} ; 2024-03-01 20:50:29,550 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 20:50:29,551 INFO program/MainThread: Running [191] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:29,554 INFO program/MainThread: stdout[191]: LVM 2024-03-01 20:50:29,554 INFO program/MainThread: stderr[191]: 2024-03-01 20:50:29,554 INFO program/MainThread: ...done [191] (exit code: 0) 2024-03-01 20:50:29,554 INFO program/MainThread: Running [192] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:29,557 INFO program/MainThread: stdout[192]: LVM 2024-03-01 20:50:29,557 INFO program/MainThread: stderr[192]: 2024-03-01 20:50:29,557 INFO program/MainThread: ...done [192] (exit code: 0) 2024-03-01 20:50:29,557 INFO program/MainThread: Running [193] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:29,559 INFO program/MainThread: stdout[193]: LVM 2024-03-01 20:50:29,560 INFO program/MainThread: stderr[193]: 2024-03-01 20:50:29,560 INFO program/MainThread: ...done [193] (exit code: 0) 2024-03-01 20:50:29,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs filesystem 2024-03-01 20:50:29,570 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:29,571 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:29,572 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:29,573 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:29,568 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b4710c70) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y size = 124 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-25 target size = 124 MiB path = /dev/mapper/test_vg2-lv4_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b46feee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:29,573 INFO program/MainThread: Running [194] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:29,577 INFO program/MainThread: stdout[194]: LVM 2024-03-01 20:50:29,577 INFO program/MainThread: stderr[194]: 2024-03-01 20:50:29,577 INFO program/MainThread: ...done [194] (exit code: 0) 2024-03-01 20:50:29,581 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 20:50:29,581 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4_snapset1, bailing 2024-03-01 20:50:29,584 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-26', 'DEVPATH': '/devices/virtual/block/dm-26', 'DEVTYPE': 'disk', 'DISKSEQ': '48', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5weqw03JAPfdeEFELNZ3uTqgnDoaWWtVnm-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '26', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-26', 'SYS_PATH': '/sys/devices/virtual/block/dm-26', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598639940'} ; 2024-03-01 20:50:29,584 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-26)... 2024-03-01 20:50:29,584 INFO program/MainThread: Running [195] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:50:29,587 INFO program/MainThread: stdout[195]: LVM 2024-03-01 20:50:29,587 INFO program/MainThread: stderr[195]: 2024-03-01 20:50:29,588 INFO program/MainThread: ...done [195] (exit code: 0) 2024-03-01 20:50:29,588 INFO program/MainThread: Running [196] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:50:29,590 INFO program/MainThread: stdout[196]: LVM 2024-03-01 20:50:29,590 INFO program/MainThread: stderr[196]: 2024-03-01 20:50:29,590 INFO program/MainThread: ...done [196] (exit code: 0) 2024-03-01 20:50:29,591 INFO program/MainThread: Running [197] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:50:29,593 INFO program/MainThread: stdout[197]: LVM 2024-03-01 20:50:29,593 INFO program/MainThread: stderr[197]: 2024-03-01 20:50:29,593 INFO program/MainThread: ...done [197] (exit code: 0) 2024-03-01 20:50:29,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,603 INFO program/MainThread: Running [198] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:50:29,605 INFO program/MainThread: stdout[198]: LVM 2024-03-01 20:50:29,605 INFO program/MainThread: stderr[198]: 2024-03-01 20:50:29,605 INFO program/MainThread: ...done [198] (exit code: 0) 2024-03-01 20:50:29,606 INFO program/MainThread: Running [199] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:50:29,608 INFO program/MainThread: stdout[199]: LVM 2024-03-01 20:50:29,608 INFO program/MainThread: stderr[199]: 2024-03-01 20:50:29,608 INFO program/MainThread: ...done [199] (exit code: 0) 2024-03-01 20:50:29,608 INFO program/MainThread: Running [200] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:50:29,611 INFO program/MainThread: stdout[200]: LVM 2024-03-01 20:50:29,611 INFO program/MainThread: stderr[200]: 2024-03-01 20:50:29,611 INFO program/MainThread: ...done [200] (exit code: 0) 2024-03-01 20:50:29,615 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 20:50:29,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:29,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:29,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:50:29,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:29,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,639 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 20:50:29,642 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-27', 'DEVPATH': '/devices/virtual/block/dm-27', 'DEVTYPE': 'disk', 'DISKSEQ': '49', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5w04GgAe9fGzlciwz92ROIYQeUUHR9OETd-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '27', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-27', 'SYS_PATH': '/sys/devices/virtual/block/dm-27', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598642316'} ; 2024-03-01 20:50:29,642 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-27)... 2024-03-01 20:50:29,642 INFO program/MainThread: Running [201] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:50:29,645 INFO program/MainThread: stdout[201]: LVM 2024-03-01 20:50:29,646 INFO program/MainThread: stderr[201]: 2024-03-01 20:50:29,646 INFO program/MainThread: ...done [201] (exit code: 0) 2024-03-01 20:50:29,646 INFO program/MainThread: Running [202] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:50:29,648 INFO program/MainThread: stdout[202]: LVM 2024-03-01 20:50:29,648 INFO program/MainThread: stderr[202]: 2024-03-01 20:50:29,649 INFO program/MainThread: ...done [202] (exit code: 0) 2024-03-01 20:50:29,649 INFO program/MainThread: Running [203] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:50:29,651 INFO program/MainThread: stdout[203]: LVM 2024-03-01 20:50:29,651 INFO program/MainThread: stderr[203]: 2024-03-01 20:50:29,651 INFO program/MainThread: ...done [203] (exit code: 0) 2024-03-01 20:50:29,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,661 INFO program/MainThread: Running [204] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:50:29,664 INFO program/MainThread: stdout[204]: LVM 2024-03-01 20:50:29,664 INFO program/MainThread: stderr[204]: 2024-03-01 20:50:29,664 INFO program/MainThread: ...done [204] (exit code: 0) 2024-03-01 20:50:29,664 INFO program/MainThread: Running [205] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:50:29,667 INFO program/MainThread: stdout[205]: LVM 2024-03-01 20:50:29,667 INFO program/MainThread: stderr[205]: 2024-03-01 20:50:29,667 INFO program/MainThread: ...done [205] (exit code: 0) 2024-03-01 20:50:29,667 INFO program/MainThread: Running [206] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:50:29,670 INFO program/MainThread: stdout[206]: LVM 2024-03-01 20:50:29,670 INFO program/MainThread: stderr[206]: 2024-03-01 20:50:29,670 INFO program/MainThread: ...done [206] (exit code: 0) 2024-03-01 20:50:29,674 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 20:50:29,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:29,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:29,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:50:29,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:29,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,698 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 20:50:29,701 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 ' '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5w04GgAe9fGzlciwz92ROIYQeUUHR9OETd', 'DEVNAME': '/dev/dm-28', 'DEVPATH': '/devices/virtual/block/dm-28', 'DEVTYPE': 'disk', 'DISKSEQ': '50', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5w04GgAe9fGzlciwz92ROIYQeUUHR9OETd', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'ID_FS_UUID_ENC': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'MAJOR': '253', 'MINOR': '28', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-28', 'SYS_PATH': '/sys/devices/virtual/block/dm-28', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598657740'} ; 2024-03-01 20:50:29,701 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 20:50:29,701 INFO program/MainThread: Running [207] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:29,704 INFO program/MainThread: stdout[207]: LVM 2024-03-01 20:50:29,704 INFO program/MainThread: stderr[207]: 2024-03-01 20:50:29,705 INFO program/MainThread: ...done [207] (exit code: 0) 2024-03-01 20:50:29,705 INFO program/MainThread: Running [208] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:29,707 INFO program/MainThread: stdout[208]: LVM 2024-03-01 20:50:29,707 INFO program/MainThread: stderr[208]: 2024-03-01 20:50:29,707 INFO program/MainThread: ...done [208] (exit code: 0) 2024-03-01 20:50:29,708 INFO program/MainThread: Running [209] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:29,710 INFO program/MainThread: stdout[209]: LVM 2024-03-01 20:50:29,710 INFO program/MainThread: stderr[209]: 2024-03-01 20:50:29,710 INFO program/MainThread: ...done [209] (exit code: 0) 2024-03-01 20:50:29,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 20:50:29,721 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:29,722 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:29,722 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:29,723 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:29,718 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b473e400) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd size = 124 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-28 target size = 124 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:29,724 INFO program/MainThread: Running [210] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:29,727 INFO program/MainThread: stdout[210]: LVM 2024-03-01 20:50:29,727 INFO program/MainThread: stderr[210]: 2024-03-01 20:50:29,728 INFO program/MainThread: ...done [210] (exit code: 0) 2024-03-01 20:50:29,731 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 20:50:29,731 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 20:50:29,734 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2-real', 'DEVNAME': '/dev/dm-29', 'DEVPATH': '/devices/virtual/block/dm-29', 'DEVTYPE': 'disk', 'DISKSEQ': '52', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wICvWaYF3cI9MJ4eHCCQocjxC95ucFfUA-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '29', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-29', 'SYS_PATH': '/sys/devices/virtual/block/dm-29', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598872450'} ; 2024-03-01 20:50:29,734 INFO blivet/MainThread: scanning test_vg1-lv2-real (/sys/devices/virtual/block/dm-29)... 2024-03-01 20:50:29,735 INFO program/MainThread: Running [211] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:50:29,738 INFO program/MainThread: stdout[211]: LVM 2024-03-01 20:50:29,738 INFO program/MainThread: stderr[211]: 2024-03-01 20:50:29,738 INFO program/MainThread: ...done [211] (exit code: 0) 2024-03-01 20:50:29,738 INFO program/MainThread: Running [212] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:50:29,741 INFO program/MainThread: stdout[212]: LVM 2024-03-01 20:50:29,741 INFO program/MainThread: stderr[212]: 2024-03-01 20:50:29,741 INFO program/MainThread: ...done [212] (exit code: 0) 2024-03-01 20:50:29,741 INFO program/MainThread: Running [213] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:50:29,743 INFO program/MainThread: stdout[213]: LVM 2024-03-01 20:50:29,744 INFO program/MainThread: stderr[213]: 2024-03-01 20:50:29,744 INFO program/MainThread: ...done [213] (exit code: 0) 2024-03-01 20:50:29,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,753 INFO program/MainThread: Running [214] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:50:29,756 INFO program/MainThread: stdout[214]: LVM 2024-03-01 20:50:29,756 INFO program/MainThread: stderr[214]: 2024-03-01 20:50:29,756 INFO program/MainThread: ...done [214] (exit code: 0) 2024-03-01 20:50:29,757 INFO program/MainThread: Running [215] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:50:29,759 INFO program/MainThread: stdout[215]: LVM 2024-03-01 20:50:29,759 INFO program/MainThread: stderr[215]: 2024-03-01 20:50:29,759 INFO program/MainThread: ...done [215] (exit code: 0) 2024-03-01 20:50:29,759 INFO program/MainThread: Running [216] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:50:29,762 INFO program/MainThread: stdout[216]: LVM 2024-03-01 20:50:29,762 INFO program/MainThread: stderr[216]: 2024-03-01 20:50:29,762 INFO program/MainThread: ...done [216] (exit code: 0) 2024-03-01 20:50:29,766 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2-real ; 2024-03-01 20:50:29,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:29,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:29,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:50:29,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:29,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,790 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2-real 2024-03-01 20:50:29,793 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWN6f47zXB1KUbChib5LKcfpTqfrJaQc86 ' '/dev/disk/by-uuid/b50c616f-e501-45c1-81b6-91c70c4dedfa', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '18', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWN6f47zXB1KUbChib5LKcfpTqfrJaQc86', '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': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', 'ID_FS_UUID_ENC': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', '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': '588351262'} ; 2024-03-01 20:50:29,793 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:50:29,793 INFO program/MainThread: Running [217] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:29,796 INFO program/MainThread: stdout[217]: LVM 2024-03-01 20:50:29,796 INFO program/MainThread: stderr[217]: 2024-03-01 20:50:29,797 INFO program/MainThread: ...done [217] (exit code: 0) 2024-03-01 20:50:29,797 INFO program/MainThread: Running [218] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:29,799 INFO program/MainThread: stdout[218]: LVM 2024-03-01 20:50:29,799 INFO program/MainThread: stderr[218]: 2024-03-01 20:50:29,799 INFO program/MainThread: ...done [218] (exit code: 0) 2024-03-01 20:50:29,799 INFO program/MainThread: Running [219] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:29,802 INFO program/MainThread: stdout[219]: LVM 2024-03-01 20:50:29,802 INFO program/MainThread: stderr[219]: 2024-03-01 20:50:29,802 INFO program/MainThread: ...done [219] (exit code: 0) 2024-03-01 20:50:29,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:50:29,814 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:29,815 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:29,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:29,817 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:29,810 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b4707ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:29,818 INFO program/MainThread: Running [220] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:29,822 INFO program/MainThread: stdout[220]: LVM 2024-03-01 20:50:29,822 INFO program/MainThread: stderr[220]: 2024-03-01 20:50:29,822 INFO program/MainThread: ...done [220] (exit code: 0) 2024-03-01 20:50:29,826 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:50:29,826 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 20:50:29,829 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2_snapset1-cow', 'DEVNAME': '/dev/dm-30', 'DEVPATH': '/devices/virtual/block/dm-30', 'DEVTYPE': 'disk', 'DISKSEQ': '53', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv2_snapset1', 'DM_NAME': 'test_vg1-lv2_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wrNw4a5zZGrm4eAbal83zbNXry8sCzNIp-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '30', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-30', 'SYS_PATH': '/sys/devices/virtual/block/dm-30', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598874403'} ; 2024-03-01 20:50:29,829 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1-cow (/sys/devices/virtual/block/dm-30)... 2024-03-01 20:50:29,829 INFO program/MainThread: Running [221] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:50:29,832 INFO program/MainThread: stdout[221]: LVM 2024-03-01 20:50:29,833 INFO program/MainThread: stderr[221]: 2024-03-01 20:50:29,833 INFO program/MainThread: ...done [221] (exit code: 0) 2024-03-01 20:50:29,833 INFO program/MainThread: Running [222] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:50:29,835 INFO program/MainThread: stdout[222]: LVM 2024-03-01 20:50:29,835 INFO program/MainThread: stderr[222]: 2024-03-01 20:50:29,835 INFO program/MainThread: ...done [222] (exit code: 0) 2024-03-01 20:50:29,835 INFO program/MainThread: Running [223] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:50:29,838 INFO program/MainThread: stdout[223]: LVM 2024-03-01 20:50:29,838 INFO program/MainThread: stderr[223]: 2024-03-01 20:50:29,838 INFO program/MainThread: ...done [223] (exit code: 0) 2024-03-01 20:50:29,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,848 INFO program/MainThread: Running [224] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:50:29,851 INFO program/MainThread: stdout[224]: LVM 2024-03-01 20:50:29,851 INFO program/MainThread: stderr[224]: 2024-03-01 20:50:29,851 INFO program/MainThread: ...done [224] (exit code: 0) 2024-03-01 20:50:29,851 INFO program/MainThread: Running [225] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:50:29,854 INFO program/MainThread: stdout[225]: LVM 2024-03-01 20:50:29,854 INFO program/MainThread: stderr[225]: 2024-03-01 20:50:29,854 INFO program/MainThread: ...done [225] (exit code: 0) 2024-03-01 20:50:29,854 INFO program/MainThread: Running [226] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:50:29,856 INFO program/MainThread: stdout[226]: LVM 2024-03-01 20:50:29,856 INFO program/MainThread: stderr[226]: 2024-03-01 20:50:29,857 INFO program/MainThread: ...done [226] (exit code: 0) 2024-03-01 20:50:29,860 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2_snapset1-cow ; 2024-03-01 20:50:29,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:29,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:29,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:50:29,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:29,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:29,884 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2_snapset1-cow 2024-03-01 20:50:29,887 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2_snapset1 ' '/dev/disk/by-uuid/52cef91a-258d-44ed-ad64-3c76c46a75da ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wrNw4a5zZGrm4eAbal83zbNXry8sCzNIp ' '/dev/test_vg1/lv2_snapset1', 'DEVNAME': '/dev/dm-31', 'DEVPATH': '/devices/virtual/block/dm-31', 'DEVTYPE': 'disk', 'DISKSEQ': '54', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2_snapset1', 'DM_NAME': 'test_vg1-lv2_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wrNw4a5zZGrm4eAbal83zbNXry8sCzNIp', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '52cef91a-258d-44ed-ad64-3c76c46a75da', 'ID_FS_UUID_ENC': '52cef91a-258d-44ed-ad64-3c76c46a75da', 'MAJOR': '253', 'MINOR': '31', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-31', 'SYS_PATH': '/sys/devices/virtual/block/dm-31', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598881733'} ; 2024-03-01 20:50:29,887 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 20:50:29,887 INFO program/MainThread: Running [227] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:29,891 INFO program/MainThread: stdout[227]: LVM 2024-03-01 20:50:29,891 INFO program/MainThread: stderr[227]: 2024-03-01 20:50:29,891 INFO program/MainThread: ...done [227] (exit code: 0) 2024-03-01 20:50:29,891 INFO program/MainThread: Running [228] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:29,893 INFO program/MainThread: stdout[228]: LVM 2024-03-01 20:50:29,893 INFO program/MainThread: stderr[228]: 2024-03-01 20:50:29,894 INFO program/MainThread: ...done [228] (exit code: 0) 2024-03-01 20:50:29,894 INFO program/MainThread: Running [229] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:29,896 INFO program/MainThread: stdout[229]: LVM 2024-03-01 20:50:29,896 INFO program/MainThread: stderr[229]: 2024-03-01 20:50:29,896 INFO program/MainThread: ...done [229] (exit code: 0) 2024-03-01 20:50:29,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs filesystem 2024-03-01 20:50:29,907 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:29,908 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:29,908 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:29,909 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:29,904 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46f0fa0) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp size = 124 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-31 target size = 124 MiB path = /dev/mapper/test_vg1-lv2_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:29,910 INFO program/MainThread: Running [230] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:29,913 INFO program/MainThread: stdout[230]: LVM 2024-03-01 20:50:29,913 INFO program/MainThread: stderr[230]: 2024-03-01 20:50:29,913 INFO program/MainThread: ...done [230] (exit code: 0) 2024-03-01 20:50:29,917 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 20:50:29,917 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2_snapset1, bailing 2024-03-01 20:50:29,920 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYz3FQAayPSg81OWWUrZaWOPvNBCvuV3WTJ ' '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/820ba051-c6b9-4658-9aa3-6573cd5f6185', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '19', '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-2U6p823DjfBL8esnWWJcK4UpEwgV3bYz3FQAayPSg81OWWUrZaWOPvNBCvuV3WTJ', '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': '820ba051-c6b9-4658-9aa3-6573cd5f6185', 'ID_FS_UUID_ENC': '820ba051-c6b9-4658-9aa3-6573cd5f6185', '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': '590104059'} ; 2024-03-01 20:50:29,920 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:50:29,920 INFO program/MainThread: Running [231] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:29,923 INFO program/MainThread: stdout[231]: LVM 2024-03-01 20:50:29,924 INFO program/MainThread: stderr[231]: 2024-03-01 20:50:29,924 INFO program/MainThread: ...done [231] (exit code: 0) 2024-03-01 20:50:29,924 INFO program/MainThread: Running [232] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:29,926 INFO program/MainThread: stdout[232]: LVM 2024-03-01 20:50:29,926 INFO program/MainThread: stderr[232]: 2024-03-01 20:50:29,927 INFO program/MainThread: ...done [232] (exit code: 0) 2024-03-01 20:50:29,927 INFO program/MainThread: Running [233] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:29,929 INFO program/MainThread: stdout[233]: LVM 2024-03-01 20:50:29,929 INFO program/MainThread: stderr[233]: 2024-03-01 20:50:29,929 INFO program/MainThread: ...done [233] (exit code: 0) 2024-03-01 20:50:29,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:50:29,940 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:29,941 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:29,942 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:29,943 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:29,938 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b46f0790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b46feee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:29,943 INFO program/MainThread: Running [234] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:29,947 INFO program/MainThread: stdout[234]: LVM 2024-03-01 20:50:29,947 INFO program/MainThread: stderr[234]: 2024-03-01 20:50:29,947 INFO program/MainThread: ...done [234] (exit code: 0) 2024-03-01 20:50:29,950 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:50:29,951 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 20:50:29,953 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzsceEZz0TpG9hAzUzbmf6GU1gvtyiQr2G ' '/dev/disk/by-uuid/d4761847-4268-46b1-af7c-e2118e3cc1ba ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzsceEZz0TpG9hAzUzbmf6GU1gvtyiQr2G', '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': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', 'ID_FS_UUID_ENC': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', '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': '590530750'} ; 2024-03-01 20:50:29,954 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:50:29,954 INFO program/MainThread: Running [235] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:29,957 INFO program/MainThread: stdout[235]: LVM 2024-03-01 20:50:29,957 INFO program/MainThread: stderr[235]: 2024-03-01 20:50:29,957 INFO program/MainThread: ...done [235] (exit code: 0) 2024-03-01 20:50:29,957 INFO program/MainThread: Running [236] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:29,959 INFO program/MainThread: stdout[236]: LVM 2024-03-01 20:50:29,960 INFO program/MainThread: stderr[236]: 2024-03-01 20:50:29,960 INFO program/MainThread: ...done [236] (exit code: 0) 2024-03-01 20:50:29,960 INFO program/MainThread: Running [237] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:29,962 INFO program/MainThread: stdout[237]: LVM 2024-03-01 20:50:29,962 INFO program/MainThread: stderr[237]: 2024-03-01 20:50:29,962 INFO program/MainThread: ...done [237] (exit code: 0) 2024-03-01 20:50:29,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:29,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:50:29,973 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:29,974 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:29,974 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:29,975 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:29,970 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b50034f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b46feee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:29,976 INFO program/MainThread: Running [238] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:29,979 INFO program/MainThread: stdout[238]: LVM 2024-03-01 20:50:29,979 INFO program/MainThread: stderr[238]: 2024-03-01 20:50:29,979 INFO program/MainThread: ...done [238] (exit code: 0) 2024-03-01 20:50:29,983 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:50:29,983 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 20:50:29,986 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/52cef91a-258d-44ed-ad64-3c76c46a75da ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wICvWaYF3cI9MJ4eHCCQocjxC95ucFfUA ' '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '21', '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-9I97BO64i7kytxALAtL6lJKFUMSdUn5wICvWaYF3cI9MJ4eHCCQocjxC95ucFfUA', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '52cef91a-258d-44ed-ad64-3c76c46a75da', 'ID_FS_UUID_ENC': '52cef91a-258d-44ed-ad64-3c76c46a75da', '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': '592284956'} ; 2024-03-01 20:50:29,986 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:50:29,987 INFO program/MainThread: Running [239] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:29,990 INFO program/MainThread: stdout[239]: LVM 2024-03-01 20:50:29,990 INFO program/MainThread: stderr[239]: 2024-03-01 20:50:29,990 INFO program/MainThread: ...done [239] (exit code: 0) 2024-03-01 20:50:29,990 INFO program/MainThread: Running [240] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:29,993 INFO program/MainThread: stdout[240]: LVM 2024-03-01 20:50:29,993 INFO program/MainThread: stderr[240]: 2024-03-01 20:50:29,993 INFO program/MainThread: ...done [240] (exit code: 0) 2024-03-01 20:50:29,993 INFO program/MainThread: Running [241] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:29,996 INFO program/MainThread: stdout[241]: LVM 2024-03-01 20:50:29,996 INFO program/MainThread: stderr[241]: 2024-03-01 20:50:29,996 INFO program/MainThread: ...done [241] (exit code: 0) 2024-03-01 20:50:30,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:50:30,007 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:30,008 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:30,008 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:30,009 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:30,004 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b50fdb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:30,010 INFO program/MainThread: Running [242] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:30,013 INFO program/MainThread: stdout[242]: LVM 2024-03-01 20:50:30,013 INFO program/MainThread: stderr[242]: 2024-03-01 20:50:30,013 INFO program/MainThread: ...done [242] (exit code: 0) 2024-03-01 20:50:30,017 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:50:30,017 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 20:50:30,020 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/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5weqw03JAPfdeEFELNZ3uTqgnDoaWWtVnm ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '22', '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-9I97BO64i7kytxALAtL6lJKFUMSdUn5weqw03JAPfdeEFELNZ3uTqgnDoaWWtVnm', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'ID_FS_UUID_ENC': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', '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': '592709212'} ; 2024-03-01 20:50:30,020 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:50:30,020 INFO program/MainThread: Running [243] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:30,023 INFO program/MainThread: stdout[243]: LVM 2024-03-01 20:50:30,023 INFO program/MainThread: stderr[243]: 2024-03-01 20:50:30,023 INFO program/MainThread: ...done [243] (exit code: 0) 2024-03-01 20:50:30,023 INFO program/MainThread: Running [244] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:30,026 INFO program/MainThread: stdout[244]: LVM 2024-03-01 20:50:30,026 INFO program/MainThread: stderr[244]: 2024-03-01 20:50:30,026 INFO program/MainThread: ...done [244] (exit code: 0) 2024-03-01 20:50:30,026 INFO program/MainThread: Running [245] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:30,029 INFO program/MainThread: stdout[245]: LVM 2024-03-01 20:50:30,029 INFO program/MainThread: stderr[245]: 2024-03-01 20:50:30,029 INFO program/MainThread: ...done [245] (exit code: 0) 2024-03-01 20:50:30,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:50:30,040 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:30,041 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:30,041 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:30,042 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:30,037 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3b473ed90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd3b5003280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:30,043 INFO program/MainThread: Running [246] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:30,046 INFO program/MainThread: stdout[246]: LVM 2024-03-01 20:50:30,046 INFO program/MainThread: stderr[246]: 2024-03-01 20:50:30,046 INFO program/MainThread: ...done [246] (exit code: 0) 2024-03-01 20:50:30,050 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:50:30,050 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:50:30,053 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5-real', 'DEVNAME': '/dev/dm-8', 'DEVPATH': '/devices/virtual/block/dm-8', 'DEVTYPE': 'disk', 'DISKSEQ': '24', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWN6f47zXB1KUbChib5LKcfpTqfrJaQc86-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '8', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-8', 'SYS_PATH': '/sys/devices/virtual/block/dm-8', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597043680'} ; 2024-03-01 20:50:30,053 INFO blivet/MainThread: scanning test_vg3-lv5-real (/sys/devices/virtual/block/dm-8)... 2024-03-01 20:50:30,053 INFO program/MainThread: Running [247] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:50:30,056 INFO program/MainThread: stdout[247]: LVM 2024-03-01 20:50:30,057 INFO program/MainThread: stderr[247]: 2024-03-01 20:50:30,057 INFO program/MainThread: ...done [247] (exit code: 0) 2024-03-01 20:50:30,057 INFO program/MainThread: Running [248] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:50:30,059 INFO program/MainThread: stdout[248]: LVM 2024-03-01 20:50:30,059 INFO program/MainThread: stderr[248]: 2024-03-01 20:50:30,059 INFO program/MainThread: ...done [248] (exit code: 0) 2024-03-01 20:50:30,059 INFO program/MainThread: Running [249] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:50:30,062 INFO program/MainThread: stdout[249]: LVM 2024-03-01 20:50:30,062 INFO program/MainThread: stderr[249]: 2024-03-01 20:50:30,062 INFO program/MainThread: ...done [249] (exit code: 0) 2024-03-01 20:50:30,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:30,071 INFO program/MainThread: Running [250] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:50:30,074 INFO program/MainThread: stdout[250]: LVM 2024-03-01 20:50:30,075 INFO program/MainThread: stderr[250]: 2024-03-01 20:50:30,075 INFO program/MainThread: ...done [250] (exit code: 0) 2024-03-01 20:50:30,075 INFO program/MainThread: Running [251] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:50:30,077 INFO program/MainThread: stdout[251]: LVM 2024-03-01 20:50:30,077 INFO program/MainThread: stderr[251]: 2024-03-01 20:50:30,077 INFO program/MainThread: ...done [251] (exit code: 0) 2024-03-01 20:50:30,078 INFO program/MainThread: Running [252] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:50:30,080 INFO program/MainThread: stdout[252]: LVM 2024-03-01 20:50:30,080 INFO program/MainThread: stderr[252]: 2024-03-01 20:50:30,080 INFO program/MainThread: ...done [252] (exit code: 0) 2024-03-01 20:50:30,084 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5-real ; 2024-03-01 20:50:30,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:30,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:30,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:50:30,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:30,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:30,110 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5-real 2024-03-01 20:50:30,113 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5_snapset1-cow', 'DEVNAME': '/dev/dm-9', 'DEVPATH': '/devices/virtual/block/dm-9', 'DEVTYPE': 'disk', 'DISKSEQ': '25', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv5_snapset1', 'DM_NAME': 'test_vg3-lv5_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWOrPLj1qT1YKKyp9RV58MPDvSQyvf0nn3-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '9', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-9', 'SYS_PATH': '/sys/devices/virtual/block/dm-9', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597045207'} ; 2024-03-01 20:50:30,113 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1-cow (/sys/devices/virtual/block/dm-9)... 2024-03-01 20:50:30,113 INFO program/MainThread: Running [253] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:50:30,116 INFO program/MainThread: stdout[253]: LVM 2024-03-01 20:50:30,117 INFO program/MainThread: stderr[253]: 2024-03-01 20:50:30,117 INFO program/MainThread: ...done [253] (exit code: 0) 2024-03-01 20:50:30,117 INFO program/MainThread: Running [254] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:50:30,119 INFO program/MainThread: stdout[254]: LVM 2024-03-01 20:50:30,119 INFO program/MainThread: stderr[254]: 2024-03-01 20:50:30,119 INFO program/MainThread: ...done [254] (exit code: 0) 2024-03-01 20:50:30,120 INFO program/MainThread: Running [255] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:50:30,122 INFO program/MainThread: stdout[255]: LVM 2024-03-01 20:50:30,122 INFO program/MainThread: stderr[255]: 2024-03-01 20:50:30,122 INFO program/MainThread: ...done [255] (exit code: 0) 2024-03-01 20:50:30,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:30,132 INFO program/MainThread: Running [256] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:50:30,135 INFO program/MainThread: stdout[256]: LVM 2024-03-01 20:50:30,135 INFO program/MainThread: stderr[256]: 2024-03-01 20:50:30,135 INFO program/MainThread: ...done [256] (exit code: 0) 2024-03-01 20:50:30,135 INFO program/MainThread: Running [257] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:50:30,138 INFO program/MainThread: stdout[257]: LVM 2024-03-01 20:50:30,138 INFO program/MainThread: stderr[257]: 2024-03-01 20:50:30,138 INFO program/MainThread: ...done [257] (exit code: 0) 2024-03-01 20:50:30,138 INFO program/MainThread: Running [258] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:50:30,140 INFO program/MainThread: stdout[258]: LVM 2024-03-01 20:50:30,141 INFO program/MainThread: stderr[258]: 2024-03-01 20:50:30,141 INFO program/MainThread: ...done [258] (exit code: 0) 2024-03-01 20:50:30,144 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5_snapset1-cow ; 2024-03-01 20:50:30,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:30,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:30,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:50:30,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:50:30,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:30,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:30,177 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5_snapset1-cow 2024-03-01 20:50:30,177 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:30,186 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:30,215 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 20:50:30,215 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 20:50:30,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:30,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:50:30,228 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:50:30,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:30,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:50:30,240 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:50:30,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:30,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:50:30,252 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:50:30,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:30,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:50:30,264 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:50:30,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:30,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:50:30,275 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:50:30,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:30,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:50:30,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:50:30,287 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:50:33,560 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_xc3pjr51/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:50:33,596 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:50:33,597 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:50:33,599 INFO program/MainThread: stdout[2]: 2024-03-01 20:50:33,600 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 20:50:33,600 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:50:33,600 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:50:33,604 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:33,605 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:50:33,608 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:50:33,609 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:50:33,611 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:50:33,612 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:50:33,614 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:50:33,615 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:50:33,633 INFO program/MainThread: stdout: 2024-03-01 20:50:33,634 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:50:33,634 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO 2024-03-01 20:50:33,634 INFO program/MainThread: |-test_vg1-lv1-real 322961408 root disk brw-rw---- 2024-03-01 20:50:33,634 INFO program/MainThread: | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs 97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 2024-03-01 20:50:33,634 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 2024-03-01 20:50:33,634 INFO program/MainThread: |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:50:33,634 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 2024-03-01 20:50:33,634 INFO program/MainThread: |-test_vg1-lv2-real 322961408 root disk brw-rw---- 2024-03-01 20:50:33,634 INFO program/MainThread: | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs 52cef91a-258d-44ed-ad64-3c76c46a75da 2024-03-01 20:50:33,634 INFO program/MainThread: | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 52cef91a-258d-44ed-ad64-3c76c46a75da 2024-03-01 20:50:33,634 INFO program/MainThread: `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:50:33,634 INFO program/MainThread: `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 52cef91a-258d-44ed-ad64-3c76c46a75da 2024-03-01 20:50:33,634 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy 2024-03-01 20:50:33,634 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ 2024-03-01 20:50:33,634 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX 2024-03-01 20:50:33,634 INFO program/MainThread: |-test_vg2-lv3-real 322961408 root disk brw-rw---- 2024-03-01 20:50:33,634 INFO program/MainThread: | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs d4761847-4268-46b1-af7c-e2118e3cc1ba 2024-03-01 20:50:33,634 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs d4761847-4268-46b1-af7c-e2118e3cc1ba 2024-03-01 20:50:33,634 INFO program/MainThread: |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:50:33,634 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs d4761847-4268-46b1-af7c-e2118e3cc1ba 2024-03-01 20:50:33,634 INFO program/MainThread: |-test_vg2-lv4-real 322961408 root disk brw-rw---- 2024-03-01 20:50:33,634 INFO program/MainThread: | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 820ba051-c6b9-4658-9aa3-6573cd5f6185 2024-03-01 20:50:33,634 INFO program/MainThread: | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 820ba051-c6b9-4658-9aa3-6573cd5f6185 2024-03-01 20:50:33,634 INFO program/MainThread: `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 20:50:33,634 INFO program/MainThread: `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 820ba051-c6b9-4658-9aa3-6573cd5f6185 2024-03-01 20:50:33,634 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l 2024-03-01 20:50:33,634 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ 2024-03-01 20:50:33,635 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt 2024-03-01 20:50:33,635 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:33,635 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa 2024-03-01 20:50:33,635 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:33,635 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf 2024-03-01 20:50:33,635 INFO program/MainThread: |-test_vg3-lv7-real 427819008 root disk brw-rw---- 2024-03-01 20:50:33,635 INFO program/MainThread: | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 2024-03-01 20:50:33,635 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 2024-03-01 20:50:33,635 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:33,635 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 2024-03-01 20:50:33,635 INFO program/MainThread: `-test_vg3-lv8-real 427819008 root disk brw-rw---- 2024-03-01 20:50:33,635 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d 2024-03-01 20:50:33,635 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d 2024-03-01 20:50:33,635 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k 2024-03-01 20:50:33,635 INFO program/MainThread: |-test_vg3-lv5-real 427819008 root disk brw-rw---- 2024-03-01 20:50:33,635 INFO program/MainThread: | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa 2024-03-01 20:50:33,635 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa 2024-03-01 20:50:33,635 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:33,635 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa 2024-03-01 20:50:33,635 INFO program/MainThread: |-test_vg3-lv6-real 427819008 root disk brw-rw---- 2024-03-01 20:50:33,635 INFO program/MainThread: | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf 2024-03-01 20:50:33,635 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf 2024-03-01 20:50:33,635 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:33,635 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d 2024-03-01 20:50:33,635 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn 2024-03-01 20:50:33,635 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:33,635 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf 2024-03-01 20:50:33,635 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:33,635 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 2024-03-01 20:50:33,635 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 20:50:33,635 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d 2024-03-01 20:50:33,635 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL 2024-03-01 20:50:33,635 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:50:33,636 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:50:33,636 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:50:33,636 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 20:50:33,636 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:33,636 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO |-test_vg1-lv1-real 322961408 root disk brw-rw---- | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs 97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 |-test_vg1-lv2-real 322961408 root disk brw-rw---- | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs 52cef91a-258d-44ed-ad64-3c76c46a75da | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 52cef91a-258d-44ed-ad64-3c76c46a75da `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs 52cef91a-258d-44ed-ad64-3c76c46a75da sdb 1073741824 root disk brw-rw---- LVM2_member nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy sdc 1073741824 root disk brw-rw---- LVM2_member WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ sdd 1073741824 root disk brw-rw---- LVM2_member Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX |-test_vg2-lv3-real 322961408 root disk brw-rw---- | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs d4761847-4268-46b1-af7c-e2118e3cc1ba | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs d4761847-4268-46b1-af7c-e2118e3cc1ba |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs d4761847-4268-46b1-af7c-e2118e3cc1ba |-test_vg2-lv4-real 322961408 root disk brw-rw---- | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 820ba051-c6b9-4658-9aa3-6573cd5f6185 | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 820ba051-c6b9-4658-9aa3-6573cd5f6185 `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 820ba051-c6b9-4658-9aa3-6573cd5f6185 sde 1073741824 root disk brw-rw---- LVM2_member bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l sdf 1073741824 root disk brw-rw---- LVM2_member FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ sdg 1073741824 root disk brw-rw---- LVM2_member RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf |-test_vg3-lv7-real 427819008 root disk brw-rw---- | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 `-test_vg3-lv8-real 427819008 root disk brw-rw---- |-test_vg3-lv8 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d sdh 1073741824 root disk brw-rw---- LVM2_member cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k |-test_vg3-lv5-real 427819008 root disk brw-rw---- | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs b50c616f-e501-45c1-81b6-91c70c4dedfa |-test_vg3-lv6-real 427819008 root disk brw-rw---- | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d sdi 1073741824 root disk brw-rw---- LVM2_member t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 6e443139-9c45-4527-9282-46594b53db43 `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs e9dd1edc-545f-442e-892e-8e2770c1559d sdj 1073741824 root disk brw-rw---- LVM2_member GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL 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 20:50:33,636 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:50:33,636 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:50:33,636 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:50:33,637 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:50:33,637 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:50:33,637 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:50:33,637 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:33,650 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:33,677 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-lv5_snapset1', 'test_vg3-lv6-real', 'test_vg3-lv6_snapset1-cow', 'test_vg3-lv6_snapset1', 'test_vg3-lv7-real', 'test_vg3-lv7_snapset1-cow', 'test_vg3-lv7_snapset1', 'test_vg3-lv8-real', 'test_vg3-lv8_snapset1-cow', 'test_vg3-lv8_snapset1', 'test_vg3-lv6', 'test_vg2-lv3-real', 'test_vg2-lv3_snapset1-cow', 'test_vg2-lv3_snapset1', 'test_vg2-lv4-real', 'test_vg2-lv4_snapset1-cow', 'test_vg2-lv4_snapset1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1', 'test_vg1-lv2-real', 'test_vg3-lv5', 'test_vg1-lv2_snapset1-cow', 'test_vg1-lv2_snapset1', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1', 'test_vg3-lv5-real', 'test_vg3-lv5_snapset1-cow'] 2024-03-01 20:50:33,681 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-36001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-id/wwn-0x6001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/lvm-pv-uuid-GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO', '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': 'GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO', 'ID_FS_UUID_ENC': 'GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO', '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': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'ID_SERIAL': '36001405a7f9beb1aed14e829ac2e3d8e', 'ID_SERIAL_SHORT': '6001405a7f9beb1aed14e829ac2e3d8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a7f9beb1a', 'ID_WWN_VENDOR_EXTENSION': '0xed14e829ac2e3d8e', 'ID_WWN_WITH_EXTENSION': '0x6001405a7f9beb1aed14e829ac2e3d8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a7f9beb1aed14e829ac2e3d8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329054376'} ; 2024-03-01 20:50:33,681 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:50:33,682 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 20:50:33,720 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:33,720 INFO program/MainThread: stderr[3]: 2024-03-01 20:50:33,720 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:50:33,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:33,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:33,732 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:50:33,734 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 20:50:33,739 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:50:33,739 INFO blivet/MainThread: sda is a disk 2024-03-01 20:50:33,739 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:50:33,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:50:33,743 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:50:33,746 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:50:33,747 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:50:33,750 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:50:33,750 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:50:33,751 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:50:33,751 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1da95b8e0) -- 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 = 6001405a7f9beb1aed14e829ac2e3d8e 2024-03-01 20:50:33,754 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:50:33,758 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:33,758 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:50:33,761 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:33,761 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:50:33,764 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:33,764 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:50:33,768 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:33,768 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:50:33,771 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:50:33,771 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:50:33,771 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 20:50:33,809 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:33,810 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy. WARNING: Couldn't find device with uuid WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ. WARNING: VG test_vg1 is missing PV nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ (last written to /dev/sdc). 2024-03-01 20:50:33,810 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:50:33,810 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:50:33,815 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO ; label: None ; device: /dev/sda ; serial: 36001405a7f9beb1aed14e829ac2e3d8e ; exists: True ; vg_name: test_vg1 ; vg_uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 20:50:33,815 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:50:33,818 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:50:33,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; incomplete: True ; hidden: False ; 2024-03-01 20:50:33,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:33,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:33,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:33,830 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 20:50:33,867 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:33,867 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy. WARNING: Couldn't find device with uuid WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ. WARNING: VG test_vg1 is missing PV nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ (last written to /dev/sdc). 2024-03-01 20:50:33,867 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:50:33,867 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:50:33,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:50:33,873 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:50:33,876 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:50:33,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:50:33,880 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:50:33,880 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 20:50:33,918 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:33,918 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy. WARNING: Couldn't find device with uuid WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ. WARNING: VG test_vg1 is missing PV nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ (last written to /dev/sdc). 2024-03-01 20:50:33,918 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:50:33,922 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:50:33,923 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:50:33,926 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:50:33,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; incomplete: True ; hidden: False ; 2024-03-01 20:50:33,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:50:33,931 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:50:33,931 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:33,935 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/lvm-pv-uuid-nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/wwn-0x6001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/scsi-36001405e3f5478318344b9fb2d6f5904', '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': 'nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy', 'ID_FS_UUID_ENC': 'nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy', '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': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'ID_SERIAL': '36001405e3f5478318344b9fb2d6f5904', 'ID_SERIAL_SHORT': '6001405e3f5478318344b9fb2d6f5904', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e3f547831', 'ID_WWN_VENDOR_EXTENSION': '0x8344b9fb2d6f5904', 'ID_WWN_WITH_EXTENSION': '0x6001405e3f5478318344b9fb2d6f5904', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e3f5478318344b9fb2d6f5904', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329069200'} ; 2024-03-01 20:50:33,935 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:50:33,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:50:33,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:33,946 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:50:33,947 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:50:33,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:50:33,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:50:33,950 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:50:33,953 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:50:33,953 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:50:33,956 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:50:33,956 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:50:33,957 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:50:33,957 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1d9838910) -- 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 = 6001405e3f5478318344b9fb2d6f5904 2024-03-01 20:50:33,960 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:50:33,963 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:33,963 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:50:33,966 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:33,966 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:50:33,969 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:33,969 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:50:33,973 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:33,973 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:50:33,975 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:50:33,975 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:50:33,976 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 20:50:34,015 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:34,015 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ. WARNING: VG test_vg1 is missing PV WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ (last written to /dev/sdc). 2024-03-01 20:50:34,015 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:50:34,015 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:50:34,019 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy ; label: None ; device: /dev/sdb ; serial: 36001405e3f5478318344b9fb2d6f5904 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:50:34,019 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:50:34,022 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:50:34,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; incomplete: True ; hidden: False ; 2024-03-01 20:50:34,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:50:34,031 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:50:34,034 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:50:34,037 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:50:34,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; incomplete: True ; hidden: False ; 2024-03-01 20:50:34,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:34,043 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 20:50:34,080 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:34,080 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ. WARNING: VG test_vg1 is missing PV WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ (last written to /dev/sdc). 2024-03-01 20:50:34,080 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:50:34,080 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:50:34,080 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:34,085 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/scsi-360014053a937184703743888a48633b2 ' '/dev/disk/by-id/wwn-0x60014053a937184703743888a48633b2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577 ' '/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': '3a937184-7037-4388-8a48-633b2f1b6577', 'ID_SERIAL': '360014053a937184703743888a48633b2', 'ID_SERIAL_SHORT': '60014053a937184703743888a48633b2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053a9371847', 'ID_WWN_VENDOR_EXTENSION': '0x03743888a48633b2', 'ID_WWN_WITH_EXTENSION': '0x60014053a937184703743888a48633b2', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053a937184703743888a48633b2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329560963'} ; 2024-03-01 20:50:34,085 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:50:34,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:34,096 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:50:34,096 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:50:34,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:50:34,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:50:34,100 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:50:34,103 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:50:34,103 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:50:34,106 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:50:34,106 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:50:34,106 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:50:34,107 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1d9794c40) -- 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 = 60014053a937184703743888a48633b2 2024-03-01 20:50:34,110 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:50:34,110 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:50:34,113 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405514143362e9140c0ad6eec2cb', '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': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'ID_SERIAL': '36001405514143362e9140c0ad6eec2cb', 'ID_SERIAL_SHORT': '6001405514143362e9140c0ad6eec2cb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405514143362', 'ID_WWN_VENDOR_EXTENSION': '0xe9140c0ad6eec2cb', 'ID_WWN_WITH_EXTENSION': '0x6001405514143362e9140c0ad6eec2cb', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405514143362e9140c0ad6eec2cb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329682371'} ; 2024-03-01 20:50:34,113 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:50:34,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:34,124 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:50:34,125 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:50:34,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:50:34,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:50:34,128 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:50:34,131 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:50:34,131 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:50:34,134 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:50:34,134 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:50:34,135 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:50:34,135 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1d9794f70) -- 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 = 6001405514143362e9140c0ad6eec2cb 2024-03-01 20:50:34,138 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:50:34,138 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:50:34,141 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/wwn-0x6001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/lvm-pv-uuid-WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_fc44a76b-311c-4284-84eb-09cf70127aee ' '/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': 'WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ', 'ID_FS_UUID_ENC': 'WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ', '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': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'ID_SERIAL': '36001405fc44a76b311c428484eb09cf7', 'ID_SERIAL_SHORT': '6001405fc44a76b311c428484eb09cf7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fc44a76b3', 'ID_WWN_VENDOR_EXTENSION': '0x11c428484eb09cf7', 'ID_WWN_WITH_EXTENSION': '0x6001405fc44a76b311c428484eb09cf7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fc44a76b311c428484eb09cf7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329112301'} ; 2024-03-01 20:50:34,141 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:50:34,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:34,152 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:50:34,153 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:50:34,153 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:50:34,153 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:50:34,156 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:50:34,158 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:50:34,159 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:50:34,162 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:50:34,162 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:50:34,163 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:50:34,163 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1d9791070) -- 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 = 6001405fc44a76b311c428484eb09cf7 2024-03-01 20:50:34,166 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:50:34,169 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:34,169 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:50:34,172 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:34,172 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:50:34,175 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:34,175 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:50:34,178 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:34,178 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:50:34,181 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:50:34,181 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:50:34,181 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/sdc,/dev/sdb ... 2024-03-01 20:50:34,217 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:34,217 INFO program/MainThread: stderr[9]: 2024-03-01 20:50:34,217 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:50:34,217 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:50:34,221 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ ; label: None ; device: /dev/sdc ; serial: 36001405fc44a76b311c428484eb09cf7 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:50:34,221 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:50:34,224 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:50:34,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; incomplete: True ; hidden: False ; 2024-03-01 20:50:34,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:34,233 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:50:34,236 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:50:34,239 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:50:34,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w ; incomplete: True ; hidden: False ; 2024-03-01 20:50:34,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:34,245 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/sdc,/dev/sdb ... 2024-03-01 20:50:34,279 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:34,280 INFO program/MainThread: stderr[10]: 2024-03-01 20:50:34,280 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:50:34,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:34,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:34,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:50:34,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:50:34,296 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:50:34,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:50:34,303 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:50:34,303 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:50:34,307 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:50:34,307 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:50:34,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:50:34,310 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:50:34,313 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:50:34,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:50:34,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:50:34,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:50:34,320 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:50:34,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:50:34,323 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:50:34,324 DEBUG blivet/MainThread: Adding test_vg1-lv1/308 MiB to test_vg1 2024-03-01 20:50:34,324 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:50:34,327 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:50:34,327 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:50:34,330 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:50:34,330 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 20:50:34,334 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/mapper/test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5weqw03JAPfdeEFELNZ3uTqgnDoaWWtVnm ' '/dev/disk/by-uuid/97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '22', '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-9I97BO64i7kytxALAtL6lJKFUMSdUn5weqw03JAPfdeEFELNZ3uTqgnDoaWWtVnm', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'ID_FS_UUID_ENC': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', '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': '592709212'} ; 2024-03-01 20:50:34,334 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:50:34,334 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:34,337 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:50:34,337 INFO program/MainThread: stderr[11]: 2024-03-01 20:50:34,337 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:50:34,337 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:34,340 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:50:34,340 INFO program/MainThread: stderr[12]: 2024-03-01 20:50:34,340 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:50:34,340 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:34,342 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:50:34,343 INFO program/MainThread: stderr[13]: 2024-03-01 20:50:34,343 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:50:34,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:50:34,353 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:34,354 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 20:50:34,354 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:34,355 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 20:50:34,351 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 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 = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 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 sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:34,355 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:34,358 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:50:34,358 INFO program/MainThread: stderr[14]: 2024-03-01 20:50:34,358 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:50:34,362 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:50:34,366 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:34,366 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:50:34,369 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:34,369 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:50:34,372 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:34,372 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:50:34,375 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:34,375 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:50:34,377 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:50:34,377 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:50:34,380 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:34,381 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:50:34,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:50:34,384 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:34,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:34,390 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 20:50:34,390 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:34,425 INFO program/MainThread: stdout[15]: lv1 2024-03-01 20:50:34,425 INFO program/MainThread: stderr[15]: 2024-03-01 20:50:34,425 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:50:34,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:50:34,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:50:34,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:34,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:50:34,447 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 20:50:34,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:50:34,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:34,454 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:50:34,454 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 20:50:34,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-28 ; 2024-03-01 20:50:34,458 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:34,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 20:50:34,461 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 20:50:34,464 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 20:50:34,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:50:34,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:34,470 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:50:34,471 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 20:50:34,474 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-28 ; 2024-03-01 20:50:34,474 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:34,475 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/124 MiB to test_vg1 2024-03-01 20:50:34,475 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 20:50:34,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:50:34,478 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 20:50:34,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-28 ; 2024-03-01 20:50:34,481 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:34,485 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5w04GgAe9fGzlciwz92ROIYQeUUHR9OETd ' '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/mapper/test_vg1-lv1_snapset1', 'DEVNAME': '/dev/dm-28', 'DEVPATH': '/devices/virtual/block/dm-28', 'DEVTYPE': 'disk', 'DISKSEQ': '50', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5w04GgAe9fGzlciwz92ROIYQeUUHR9OETd', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'ID_FS_UUID_ENC': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'MAJOR': '253', 'MINOR': '28', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-28', 'SYS_PATH': '/sys/devices/virtual/block/dm-28', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598657740'} ; 2024-03-01 20:50:34,485 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 20:50:34,485 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:34,489 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:50:34,489 INFO program/MainThread: stderr[16]: 2024-03-01 20:50:34,489 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:50:34,489 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:34,491 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:50:34,492 INFO program/MainThread: stderr[17]: 2024-03-01 20:50:34,492 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:50:34,492 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:34,494 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:50:34,494 INFO program/MainThread: stderr[18]: 2024-03-01 20:50:34,494 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:50:34,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 20:50:34,504 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:34,505 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:34,505 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:34,506 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:34,502 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d979d400) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd size = 124 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-28 target size = 124 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (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 = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:34,506 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:34,509 INFO program/MainThread: stdout[19]: LVM 2024-03-01 20:50:34,510 INFO program/MainThread: stderr[19]: 2024-03-01 20:50:34,510 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:50:34,514 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 20:50:34,517 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:34,517 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 20:50:34,520 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:34,520 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 20:50:34,524 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:34,524 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 20:50:34,527 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:34,527 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:50:34,527 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 20:50:34,530 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:34,530 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 20:50:34,534 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:34,534 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:34,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:34,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:34,546 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 72 2024-03-01 20:50:34,549 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:50:34,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:50:34,552 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:50:34,555 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:50:34,556 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:50:34,559 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:50:34,560 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:50:34,560 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:50:34,563 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 3 ; 2024-03-01 20:50:34,566 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:50:34,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:50:34,569 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:50:34,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:50:34,573 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:50:34,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:50:34,576 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:50:34,577 DEBUG blivet/MainThread: Adding test_vg1-lv2/308 MiB to test_vg1 2024-03-01 20:50:34,577 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 71) to device tree 2024-03-01 20:50:34,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:50:34,580 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:50:34,583 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:50:34,583 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 20:50:34,587 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wICvWaYF3cI9MJ4eHCCQocjxC95ucFfUA ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/52cef91a-258d-44ed-ad64-3c76c46a75da', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '21', '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-9I97BO64i7kytxALAtL6lJKFUMSdUn5wICvWaYF3cI9MJ4eHCCQocjxC95ucFfUA', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '52cef91a-258d-44ed-ad64-3c76c46a75da', 'ID_FS_UUID_ENC': '52cef91a-258d-44ed-ad64-3c76c46a75da', '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': '592284956'} ; 2024-03-01 20:50:34,587 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:50:34,587 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:34,590 INFO program/MainThread: stdout[20]: LVM 2024-03-01 20:50:34,590 INFO program/MainThread: stderr[20]: 2024-03-01 20:50:34,590 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:50:34,591 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:34,593 INFO program/MainThread: stdout[21]: LVM 2024-03-01 20:50:34,593 INFO program/MainThread: stderr[21]: 2024-03-01 20:50:34,593 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:50:34,593 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:34,596 INFO program/MainThread: stdout[22]: LVM 2024-03-01 20:50:34,596 INFO program/MainThread: stderr[22]: 2024-03-01 20:50:34,596 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:50:34,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) 2024-03-01 20:50:34,606 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:34,607 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 20:50:34,607 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:34,608 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 20:50:34,604 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.25 GiB free extents = 577 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:34,609 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:34,612 INFO program/MainThread: stdout[23]: LVM 2024-03-01 20:50:34,612 INFO program/MainThread: stderr[23]: 2024-03-01 20:50:34,612 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:50:34,616 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:50:34,620 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:34,620 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 78 2024-03-01 20:50:34,623 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:34,623 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 79 2024-03-01 20:50:34,626 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:34,626 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 80 2024-03-01 20:50:34,630 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:34,630 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 81 2024-03-01 20:50:34,630 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 20:50:34,633 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:34,633 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 20:50:34,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:50:34,636 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:34,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:34,643 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv2_snapset1' 2024-03-01 20:50:34,643 INFO program/MainThread: Running [24] lvm lvs --noheadings -o origin test_vg1/lv2_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:34,676 INFO program/MainThread: stdout[24]: lv2 2024-03-01 20:50:34,677 INFO program/MainThread: stderr[24]: 2024-03-01 20:50:34,677 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:50:34,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:50:34,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:50:34,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:34,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:50:34,699 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 20:50:34,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:50:34,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:34,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:50:34,706 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 20:50:34,709 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-31 ; 2024-03-01 20:50:34,710 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:34,710 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:50:34,713 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 4 ; 2024-03-01 20:50:34,716 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 20:50:34,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:50:34,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:34,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:50:34,723 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 20:50:34,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-31 ; 2024-03-01 20:50:34,727 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:34,727 DEBUG blivet/MainThread: Adding test_vg1-lv2_snapset1/124 MiB to test_vg1 2024-03-01 20:50:34,727 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv2_snapset1 (id 84) to device tree 2024-03-01 20:50:34,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:50:34,731 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 20:50:34,734 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-31 ; 2024-03-01 20:50:34,734 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:34,738 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2_snapset1 /dev/test_vg1/lv2_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wrNw4a5zZGrm4eAbal83zbNXry8sCzNIp ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/disk/by-uuid/52cef91a-258d-44ed-ad64-3c76c46a75da', 'DEVNAME': '/dev/dm-31', 'DEVPATH': '/devices/virtual/block/dm-31', 'DEVTYPE': 'disk', 'DISKSEQ': '54', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2_snapset1', 'DM_NAME': 'test_vg1-lv2_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wrNw4a5zZGrm4eAbal83zbNXry8sCzNIp', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '52cef91a-258d-44ed-ad64-3c76c46a75da', 'ID_FS_UUID_ENC': '52cef91a-258d-44ed-ad64-3c76c46a75da', 'MAJOR': '253', 'MINOR': '31', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-31', 'SYS_PATH': '/sys/devices/virtual/block/dm-31', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598881733'} ; 2024-03-01 20:50:34,738 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 20:50:34,738 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:34,741 INFO program/MainThread: stdout[25]: LVM 2024-03-01 20:50:34,741 INFO program/MainThread: stderr[25]: 2024-03-01 20:50:34,741 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:50:34,741 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:34,744 INFO program/MainThread: stdout[26]: LVM 2024-03-01 20:50:34,744 INFO program/MainThread: stderr[26]: 2024-03-01 20:50:34,744 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:50:34,744 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:34,746 INFO program/MainThread: stdout[27]: LVM 2024-03-01 20:50:34,747 INFO program/MainThread: stderr[27]: 2024-03-01 20:50:34,747 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:50:34,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) 2024-03-01 20:50:34,757 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:34,758 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:34,758 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:34,759 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:34,754 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d974efa0) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp size = 124 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-31 target size = 124 MiB path = /dev/mapper/test_vg1-lv2_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:34,760 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:34,763 INFO program/MainThread: stdout[28]: LVM 2024-03-01 20:50:34,763 INFO program/MainThread: stderr[28]: 2024-03-01 20:50:34,763 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:50:34,767 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 20:50:34,770 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:34,771 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 91 2024-03-01 20:50:34,774 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:34,774 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 92 2024-03-01 20:50:34,777 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:34,778 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 20:50:34,781 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:34,781 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 94 2024-03-01 20:50:34,781 INFO blivet/MainThread: type detected on 'test_vg1-lv2_snapset1' is 'xfs' 2024-03-01 20:50:34,784 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:34,784 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 95 2024-03-01 20:50:34,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:34,787 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:34,788 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:34,791 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/lvm-pv-uuid-Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/wwn-0x6001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', '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': 'Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX', 'ID_FS_UUID_ENC': 'Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX', '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': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'ID_SERIAL': '36001405bc5bc26d0b3a49ddae3c723e5', 'ID_SERIAL_SHORT': '6001405bc5bc26d0b3a49ddae3c723e5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bc5bc26d0', 'ID_WWN_VENDOR_EXTENSION': '0xb3a49ddae3c723e5', 'ID_WWN_WITH_EXTENSION': '0x6001405bc5bc26d0b3a49ddae3c723e5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bc5bc26d0b3a49ddae3c723e5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329180484'} ; 2024-03-01 20:50:34,791 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:50:34,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:34,803 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:50:34,803 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:50:34,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 20:50:34,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 100 2024-03-01 20:50:34,806 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:50:34,809 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:50:34,810 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:50:34,813 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:50:34,813 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:50:34,813 INFO blivet/MainThread: added disk sdd (id 98) to device tree 2024-03-01 20:50:34,813 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1d9751fd0) -- name = sdd status = True id = 98 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 = 6001405bc5bc26d0b3a49ddae3c723e5 2024-03-01 20:50:34,817 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:50:34,820 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:34,820 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 102 2024-03-01 20:50:34,823 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:34,823 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 103 2024-03-01 20:50:34,826 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:34,826 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 104 2024-03-01 20:50:34,829 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:34,829 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 105 2024-03-01 20:50:34,832 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 20:50:34,832 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:50:34,832 INFO program/MainThread: Running [29] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,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/sdc,/dev/sdb,/dev/sdd ... 2024-03-01 20:50:34,867 INFO program/MainThread: stdout[29]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:34,868 INFO program/MainThread: stderr[29]: WARNING: Couldn't find device with uuid bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l. WARNING: Couldn't find device with uuid FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ. WARNING: VG test_vg2 is missing PV bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l (last written to /dev/sde). WARNING: VG test_vg2 is missing PV FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ (last written to /dev/sdf). 2024-03-01 20:50:34,868 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:50:34,868 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 20:50:34,872 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX ; label: None ; device: /dev/sdd ; serial: 36001405bc5bc26d0b3a49ddae3c723e5 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 20:50:34,872 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 106 2024-03-01 20:50:34,875 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:50:34,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; incomplete: True ; hidden: False ; 2024-03-01 20:50:34,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:34,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:34,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:34,889 INFO program/MainThread: Running [30] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb,/dev/sdd ... 2024-03-01 20:50:34,929 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:34,929 INFO program/MainThread: stderr[30]: WARNING: Couldn't find device with uuid bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l. WARNING: Couldn't find device with uuid FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ. WARNING: VG test_vg2 is missing PV bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l (last written to /dev/sde). WARNING: VG test_vg2 is missing PV FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ (last written to /dev/sdf). 2024-03-01 20:50:34,929 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:50:34,929 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:50:34,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 20:50:34,934 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:50:34,937 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:50:34,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 20:50:34,940 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:50:34,941 INFO program/MainThread: Running [31] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sdc,/dev/sdb,/dev/sdd ... 2024-03-01 20:50:34,986 INFO program/MainThread: stdout[31]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:34,987 INFO program/MainThread: stderr[31]: WARNING: Couldn't find device with uuid bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l. WARNING: Couldn't find device with uuid FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ. WARNING: VG test_vg2 is missing PV bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l (last written to /dev/sde). WARNING: VG test_vg2 is missing PV FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ (last written to /dev/sdf). 2024-03-01 20:50:34,987 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:50:34,991 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 20:50:34,992 INFO blivet/MainThread: added lvmvg test_vg2 (id 107) to device tree 2024-03-01 20:50:34,994 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 20:50:34,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; incomplete: True ; hidden: False ; 2024-03-01 20:50:35,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 20:50:35,000 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:50:35,000 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:35,004 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/lvm-pv-uuid-bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/scsi-36001405813e88eb27644092bc26041da ' '/dev/disk/by-id/wwn-0x6001405813e88eb27644092bc26041da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', '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': 'bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l', 'ID_FS_UUID_ENC': 'bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l', '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': '813e88eb-2764-4092-bc26-041da4b5abdc', 'ID_SERIAL': '36001405813e88eb27644092bc26041da', 'ID_SERIAL_SHORT': '6001405813e88eb27644092bc26041da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405813e88eb2', 'ID_WWN_VENDOR_EXTENSION': '0x7644092bc26041da', 'ID_WWN_WITH_EXTENSION': '0x6001405813e88eb27644092bc26041da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405813e88eb27644092bc26041da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329192311'} ; 2024-03-01 20:50:35,004 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:50:35,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:35,016 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:50:35,017 INFO blivet/MainThread: sde is a disk 2024-03-01 20:50:35,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 113 2024-03-01 20:50:35,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 114 2024-03-01 20:50:35,020 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:50:35,023 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:50:35,023 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:50:35,026 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:50:35,026 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:50:35,027 INFO blivet/MainThread: added disk sde (id 112) to device tree 2024-03-01 20:50:35,027 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1d9751340) -- name = sde status = True id = 112 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 = 6001405813e88eb27644092bc26041da 2024-03-01 20:50:35,030 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:50:35,033 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:35,033 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 116 2024-03-01 20:50:35,036 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:35,036 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 117 2024-03-01 20:50:35,039 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,039 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 118 2024-03-01 20:50:35,043 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,043 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 119 2024-03-01 20:50:35,045 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 20:50:35,046 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:50:35,046 INFO program/MainThread: Running [32] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,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/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:35,081 INFO program/MainThread: stdout[32]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:35,082 INFO program/MainThread: stderr[32]: WARNING: Couldn't find device with uuid FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ. WARNING: VG test_vg2 is missing PV FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ (last written to /dev/sdf). 2024-03-01 20:50:35,082 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:50:35,082 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 20:50:35,086 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l ; label: None ; device: /dev/sde ; serial: 36001405813e88eb27644092bc26041da ; exists: True ; vg_name: test_vg2 ; vg_uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:50:35,086 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 120 2024-03-01 20:50:35,089 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:50:35,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; incomplete: True ; hidden: False ; 2024-03-01 20:50:35,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 20:50:35,098 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:50:35,101 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:50:35,103 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 20:50:35,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; incomplete: True ; hidden: False ; 2024-03-01 20:50:35,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:35,109 INFO program/MainThread: Running [33] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:35,145 INFO program/MainThread: stdout[33]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:35,146 INFO program/MainThread: stderr[33]: WARNING: Couldn't find device with uuid FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ. WARNING: VG test_vg2 is missing PV FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ (last written to /dev/sdf). 2024-03-01 20:50:35,146 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:50:35,146 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:50:35,146 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:35,151 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/lvm-pv-uuid-FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-3600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_99702f84-b453-4930-9807-b612c1a0d577', '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': 'FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ', 'ID_FS_UUID_ENC': 'FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ', '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': '99702f84-b453-4930-9807-b612c1a0d577', 'ID_SERIAL': '3600140599702f84b45349309807b612c', 'ID_SERIAL_SHORT': '600140599702f84b45349309807b612c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140599702f84b', 'ID_WWN_VENDOR_EXTENSION': '0x45349309807b612c', 'ID_WWN_WITH_EXTENSION': '0x600140599702f84b45349309807b612c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140599702f84b45349309807b612c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329256238'} ; 2024-03-01 20:50:35,151 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:50:35,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:35,163 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:50:35,163 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:50:35,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:50:35,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 20:50:35,167 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:50:35,170 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:50:35,170 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:50:35,173 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:50:35,173 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:50:35,173 INFO blivet/MainThread: added disk sdf (id 122) to device tree 2024-03-01 20:50:35,174 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1d975c700) -- name = sdf status = True id = 122 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 = 600140599702f84b45349309807b612c 2024-03-01 20:50:35,177 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:50:35,180 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:35,180 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 126 2024-03-01 20:50:35,183 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:35,183 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 127 2024-03-01 20:50:35,186 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,186 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 20:50:35,189 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,189 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 129 2024-03-01 20:50:35,192 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 20:50:35,192 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:50:35,192 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/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:35,235 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 2024-03-01 20:50:35,235 INFO program/MainThread: stderr[34]: 2024-03-01 20:50:35,235 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:50:35,235 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 20:50:35,239 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ ; label: None ; device: /dev/sdf ; serial: 3600140599702f84b45349309807b612c ; exists: True ; vg_name: test_vg2 ; vg_uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:50:35,239 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 130 2024-03-01 20:50:35,243 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:50:35,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; incomplete: True ; hidden: False ; 2024-03-01 20:50:35,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:35,251 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:50:35,254 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:50:35,257 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 20:50:35,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz ; incomplete: True ; hidden: False ; 2024-03-01 20:50:35,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:35,263 INFO program/MainThread: Running [35] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:35,306 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:35,306 INFO program/MainThread: stderr[35]: 2024-03-01 20:50:35,306 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:50:35,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:35,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:35,319 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 132 2024-03-01 20:50:35,322 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:50:35,323 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 20:50:35,326 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:50:35,329 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:50:35,330 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:50:35,333 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:50:35,333 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:50:35,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 20:50:35,337 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:50:35,340 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:50:35,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 20:50:35,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:50:35,346 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:50:35,346 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:50:35,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:50:35,350 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:50:35,350 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:50:35,350 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 131) to device tree 2024-03-01 20:50:35,353 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:50:35,353 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:50:35,356 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:50:35,357 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:50:35,360 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/d4761847-4268-46b1-af7c-e2118e3cc1ba ' '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzsceEZz0TpG9hAzUzbmf6GU1gvtyiQr2G ' '/dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzsceEZz0TpG9hAzUzbmf6GU1gvtyiQr2G', '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': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', 'ID_FS_UUID_ENC': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', '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': '590530750'} ; 2024-03-01 20:50:35,361 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:50:35,361 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:35,364 INFO program/MainThread: stdout[36]: LVM 2024-03-01 20:50:35,364 INFO program/MainThread: stderr[36]: 2024-03-01 20:50:35,364 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:50:35,364 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:35,367 INFO program/MainThread: stdout[37]: LVM 2024-03-01 20:50:35,367 INFO program/MainThread: stderr[37]: 2024-03-01 20:50:35,367 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:50:35,367 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:35,369 INFO program/MainThread: stdout[38]: LVM 2024-03-01 20:50:35,369 INFO program/MainThread: stderr[38]: 2024-03-01 20:50:35,369 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:50:35,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) 2024-03-01 20:50:35,379 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:35,380 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:50:35,380 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:35,381 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:50:35,377 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G 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 (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131)'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 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 (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:35,381 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:35,384 INFO program/MainThread: stdout[39]: LVM 2024-03-01 20:50:35,384 INFO program/MainThread: stderr[39]: 2024-03-01 20:50:35,385 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:50:35,388 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:50:35,392 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:35,392 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 138 2024-03-01 20:50:35,395 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:35,395 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 139 2024-03-01 20:50:35,399 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,399 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 140 2024-03-01 20:50:35,402 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,402 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 141 2024-03-01 20:50:35,402 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 20:50:35,405 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:35,405 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 142 2024-03-01 20:50:35,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:50:35,409 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:35,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:35,415 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv3_snapset1' 2024-03-01 20:50:35,415 INFO program/MainThread: Running [40] lvm lvs --noheadings -o origin test_vg2/lv3_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:35,452 INFO program/MainThread: stdout[40]: lv3 2024-03-01 20:50:35,452 INFO program/MainThread: stderr[40]: 2024-03-01 20:50:35,452 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:50:35,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:50:35,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:50:35,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:35,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 20:50:35,474 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 20:50:35,474 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 146 2024-03-01 20:50:35,477 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:35,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:50:35,481 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 20:50:35,484 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-22 ; 2024-03-01 20:50:35,485 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:35,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 20:50:35,488 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 2 ; 2024-03-01 20:50:35,491 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 20:50:35,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 149 2024-03-01 20:50:35,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:35,498 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:50:35,498 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 20:50:35,501 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-22 ; 2024-03-01 20:50:35,502 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:35,502 DEBUG blivet/MainThread: Adding test_vg2-lv3_snapset1/124 MiB to test_vg2 2024-03-01 20:50:35,502 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv3_snapset1 (id 144) to device tree 2024-03-01 20:50:35,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:50:35,505 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 20:50:35,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-22 ; 2024-03-01 20:50:35,509 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:35,512 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1 ' '/dev/test_vg2/lv3_snapset1 /dev/mapper/test_vg2-lv3_snapset1 ' '/dev/disk/by-uuid/d4761847-4268-46b1-af7c-e2118e3cc1ba ' '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzRA2ZsU1BISiMfoujE7FoHCD5PRMRdIAL', 'DEVNAME': '/dev/dm-22', 'DEVPATH': '/devices/virtual/block/dm-22', 'DEVTYPE': 'disk', 'DISKSEQ': '42', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3_snapset1', 'DM_NAME': 'test_vg2-lv3_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzRA2ZsU1BISiMfoujE7FoHCD5PRMRdIAL', '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': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', 'ID_FS_UUID_ENC': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', 'MAJOR': '253', 'MINOR': '22', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-22', 'SYS_PATH': '/sys/devices/virtual/block/dm-22', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598166136'} ; 2024-03-01 20:50:35,512 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 20:50:35,513 INFO program/MainThread: Running [41] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:35,516 INFO program/MainThread: stdout[41]: LVM 2024-03-01 20:50:35,516 INFO program/MainThread: stderr[41]: 2024-03-01 20:50:35,516 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:50:35,516 INFO program/MainThread: Running [42] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:35,519 INFO program/MainThread: stdout[42]: LVM 2024-03-01 20:50:35,519 INFO program/MainThread: stderr[42]: 2024-03-01 20:50:35,519 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:50:35,519 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:35,521 INFO program/MainThread: stdout[43]: LVM 2024-03-01 20:50:35,522 INFO program/MainThread: stderr[43]: 2024-03-01 20:50:35,522 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:50:35,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) 2024-03-01 20:50:35,532 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:35,533 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:35,534 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:35,534 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:35,530 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d9817ac0) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL size = 124 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-22 target size = 124 MiB path = /dev/mapper/test_vg2-lv3_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144)'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:35,535 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:35,538 INFO program/MainThread: stdout[44]: LVM 2024-03-01 20:50:35,538 INFO program/MainThread: stderr[44]: 2024-03-01 20:50:35,538 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:50:35,542 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 20:50:35,546 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:35,546 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 151 2024-03-01 20:50:35,549 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:35,549 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 152 2024-03-01 20:50:35,552 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,552 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 20:50:35,556 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,556 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 154 2024-03-01 20:50:35,556 INFO blivet/MainThread: type detected on 'test_vg2-lv3_snapset1' is 'xfs' 2024-03-01 20:50:35,559 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:35,559 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 155 2024-03-01 20:50:35,562 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:35,562 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:35,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:35,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:35,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 20:50:35,578 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:50:35,578 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 20:50:35,581 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:50:35,585 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:50:35,585 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:50:35,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:50:35,589 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:50:35,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 161 2024-03-01 20:50:35,592 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 3 ; 2024-03-01 20:50:35,595 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:50:35,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 162 2024-03-01 20:50:35,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:50:35,602 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:50:35,602 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:50:35,605 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:50:35,606 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:50:35,606 DEBUG blivet/MainThread: Adding test_vg2-lv4/308 MiB to test_vg2 2024-03-01 20:50:35,606 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 157) to device tree 2024-03-01 20:50:35,609 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:50:35,609 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:50:35,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:50:35,613 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 20:50:35,616 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/820ba051-c6b9-4658-9aa3-6573cd5f6185 ' '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYz3FQAayPSg81OWWUrZaWOPvNBCvuV3WTJ ' '/dev/mapper/test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '19', '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-2U6p823DjfBL8esnWWJcK4UpEwgV3bYz3FQAayPSg81OWWUrZaWOPvNBCvuV3WTJ', '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': '820ba051-c6b9-4658-9aa3-6573cd5f6185', 'ID_FS_UUID_ENC': '820ba051-c6b9-4658-9aa3-6573cd5f6185', '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': '590104059'} ; 2024-03-01 20:50:35,616 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:50:35,616 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:35,620 INFO program/MainThread: stdout[45]: LVM 2024-03-01 20:50:35,620 INFO program/MainThread: stderr[45]: 2024-03-01 20:50:35,620 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:50:35,620 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:35,622 INFO program/MainThread: stdout[46]: LVM 2024-03-01 20:50:35,622 INFO program/MainThread: stderr[46]: 2024-03-01 20:50:35,622 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:50:35,623 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:35,625 INFO program/MainThread: stdout[47]: LVM 2024-03-01 20:50:35,625 INFO program/MainThread: stderr[47]: 2024-03-01 20:50:35,625 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:50:35,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) 2024-03-01 20:50:35,636 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:35,636 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 20:50:35,637 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:35,638 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 20:50:35,633 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157)'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.25 GiB free extents = 577 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:35,638 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:35,641 INFO program/MainThread: stdout[48]: LVM 2024-03-01 20:50:35,642 INFO program/MainThread: stderr[48]: 2024-03-01 20:50:35,642 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:50:35,646 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:50:35,649 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:35,649 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 164 2024-03-01 20:50:35,652 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:35,653 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 165 2024-03-01 20:50:35,656 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,656 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 166 2024-03-01 20:50:35,659 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,660 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 167 2024-03-01 20:50:35,660 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 20:50:35,663 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:35,663 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 168 2024-03-01 20:50:35,666 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:50:35,666 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:35,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:35,672 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv4_snapset1' 2024-03-01 20:50:35,673 INFO program/MainThread: Running [49] lvm lvs --noheadings -o origin test_vg2/lv4_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:35,708 INFO program/MainThread: stdout[49]: lv4 2024-03-01 20:50:35,708 INFO program/MainThread: stderr[49]: 2024-03-01 20:50:35,708 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:50:35,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:50:35,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:50:35,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:35,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 171 2024-03-01 20:50:35,731 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 20:50:35,732 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 172 2024-03-01 20:50:35,735 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:35,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:50:35,738 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 20:50:35,741 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-25 ; 2024-03-01 20:50:35,742 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:35,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 174 2024-03-01 20:50:35,745 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 4 ; 2024-03-01 20:50:35,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 20:50:35,749 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 20:50:35,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:35,755 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:50:35,755 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 20:50:35,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-25 ; 2024-03-01 20:50:35,769 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:35,769 DEBUG blivet/MainThread: Adding test_vg2-lv4_snapset1/124 MiB to test_vg2 2024-03-01 20:50:35,769 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv4_snapset1 (id 170) to device tree 2024-03-01 20:50:35,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:50:35,772 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 20:50:35,775 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-25 ; 2024-03-01 20:50:35,776 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 20:50:35,779 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4_snapset1 /dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-uuid/820ba051-c6b9-4658-9aa3-6573cd5f6185 ' '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzNUls9Gcs6LEKX4WJKXY75deWw2yaZs0y', 'DEVNAME': '/dev/dm-25', 'DEVPATH': '/devices/virtual/block/dm-25', 'DEVTYPE': 'disk', 'DISKSEQ': '46', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4_snapset1', 'DM_NAME': 'test_vg2-lv4_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzNUls9Gcs6LEKX4WJKXY75deWw2yaZs0y', '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': '820ba051-c6b9-4658-9aa3-6573cd5f6185', 'ID_FS_UUID_ENC': '820ba051-c6b9-4658-9aa3-6573cd5f6185', 'MAJOR': '253', 'MINOR': '25', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-25', 'SYS_PATH': '/sys/devices/virtual/block/dm-25', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598416032'} ; 2024-03-01 20:50:35,779 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 20:50:35,780 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:35,783 INFO program/MainThread: stdout[50]: LVM 2024-03-01 20:50:35,783 INFO program/MainThread: stderr[50]: 2024-03-01 20:50:35,783 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:50:35,783 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:35,785 INFO program/MainThread: stdout[51]: LVM 2024-03-01 20:50:35,786 INFO program/MainThread: stderr[51]: 2024-03-01 20:50:35,786 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:50:35,786 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:35,788 INFO program/MainThread: stdout[52]: LVM 2024-03-01 20:50:35,788 INFO program/MainThread: stderr[52]: 2024-03-01 20:50:35,788 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:50:35,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) 2024-03-01 20:50:35,799 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:35,800 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:35,801 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:35,801 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:35,797 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d976ec70) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y size = 124 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-25 target size = 124 MiB path = /dev/mapper/test_vg2-lv4_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170)'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170)'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:35,802 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:35,805 INFO program/MainThread: stdout[53]: LVM 2024-03-01 20:50:35,806 INFO program/MainThread: stderr[53]: 2024-03-01 20:50:35,806 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:50:35,810 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 20:50:35,813 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:35,813 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 177 2024-03-01 20:50:35,817 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:35,817 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 178 2024-03-01 20:50:35,820 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,820 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 179 2024-03-01 20:50:35,824 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,824 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 180 2024-03-01 20:50:35,824 INFO blivet/MainThread: type detected on 'test_vg2-lv4_snapset1' is 'xfs' 2024-03-01 20:50:35,827 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:35,827 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 181 2024-03-01 20:50:35,830 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:35,830 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:35,831 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:35,834 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/scsi-36001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/wwn-0x6001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/lvm-pv-uuid-RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt', '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': 'RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt', 'ID_FS_UUID_ENC': 'RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt', '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': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'ID_SERIAL': '36001405709e0fc7fea54636b52afe854', 'ID_SERIAL_SHORT': '6001405709e0fc7fea54636b52afe854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405709e0fc7f', 'ID_WWN_VENDOR_EXTENSION': '0xea54636b52afe854', 'ID_WWN_WITH_EXTENSION': '0x6001405709e0fc7fea54636b52afe854', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405709e0fc7fea54636b52afe854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329335805'} ; 2024-03-01 20:50:35,834 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:50:35,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:35,847 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:50:35,847 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:50:35,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 185 2024-03-01 20:50:35,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 20:50:35,850 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:50:35,853 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:50:35,853 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:50:35,856 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:50:35,857 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:50:35,857 INFO blivet/MainThread: added disk sdg (id 184) to device tree 2024-03-01 20:50:35,857 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1d97a2a30) -- name = sdg status = True id = 184 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 = 6001405709e0fc7fea54636b52afe854 2024-03-01 20:50:35,860 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:50:35,863 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:35,863 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 188 2024-03-01 20:50:35,866 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:35,866 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 189 2024-03-01 20:50:35,869 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,869 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 190 2024-03-01 20:50:35,872 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:35,873 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 191 2024-03-01 20:50:35,875 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 20:50:35,875 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:50:35,875 INFO program/MainThread: Running [54] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,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/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:35,918 INFO program/MainThread: stdout[54]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:50:35,919 INFO program/MainThread: stderr[54]: WARNING: Couldn't find device with uuid cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k. WARNING: Couldn't find device with uuid t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn. WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (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. WARNING: Couldn't find all devices for LV test_vg3/lv5_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:50:35,919 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 20:50:35,919 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 20:50:35,923 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt ; label: None ; device: /dev/sdg ; serial: 36001405709e0fc7fea54636b52afe854 ; exists: True ; vg_name: test_vg3 ; vg_uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; pe_start: 8 MiB ; 2024-03-01 20:50:35,924 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 192 2024-03-01 20:50:35,927 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:50:35,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:35,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:35,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:35,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:35,938 INFO program/MainThread: Running [55] 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/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:35,978 INFO program/MainThread: stdout[55]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:50:35,978 INFO program/MainThread: stderr[55]: WARNING: Couldn't find device with uuid cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k. WARNING: Couldn't find device with uuid t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn. WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (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. WARNING: Couldn't find all devices for LV test_vg3/lv5_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:50:35,978 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 20:50:35,978 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:50:35,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 194 2024-03-01 20:50:35,983 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:50:35,986 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:50:35,986 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 20:50:35,989 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:50:35,990 INFO program/MainThread: Running [56] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:36,033 INFO program/MainThread: stdout[56]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:36,033 INFO program/MainThread: stderr[56]: WARNING: Couldn't find device with uuid cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k. WARNING: Couldn't find device with uuid t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn. WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (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. WARNING: Couldn't find all devices for LV test_vg3/lv5_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:50:36,033 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 20:50:36,038 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 20:50:36,038 INFO blivet/MainThread: added lvmvg test_vg3 (id 193) to device tree 2024-03-01 20:50:36,041 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 20:50:36,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:36,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 20:50:36,047 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:50:36,047 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:36,050 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-id/lvm-pv-uuid-cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k', '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': 'cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k', 'ID_FS_UUID_ENC': 'cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k', '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': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'ID_SERIAL': '36001405c5456a1d8a644e1bbb010962a', 'ID_SERIAL_SHORT': '6001405c5456a1d8a644e1bbb010962a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5456a1d8', 'ID_WWN_VENDOR_EXTENSION': '0xa644e1bbb010962a', 'ID_WWN_WITH_EXTENSION': '0x6001405c5456a1d8a644e1bbb010962a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5456a1d8a644e1bbb010962a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329390273'} ; 2024-03-01 20:50:36,050 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:50:36,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:36,063 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:50:36,063 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:50:36,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 20:50:36,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 200 2024-03-01 20:50:36,066 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:50:36,069 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:50:36,070 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:50:36,072 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:50:36,073 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:50:36,073 INFO blivet/MainThread: added disk sdh (id 198) to device tree 2024-03-01 20:50:36,073 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1da061370) -- name = sdh status = True id = 198 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 = 6001405c5456a1d8a644e1bbb010962a 2024-03-01 20:50:36,076 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:50:36,079 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:36,079 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 202 2024-03-01 20:50:36,082 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:36,083 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 203 2024-03-01 20:50:36,086 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:36,086 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 204 2024-03-01 20:50:36,089 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:36,089 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 205 2024-03-01 20:50:36,092 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 20:50:36,092 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:50:36,092 INFO program/MainThread: Running [57] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,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/sdh,/dev/sdg,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:36,134 INFO program/MainThread: stdout[57]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:50:36,134 INFO program/MainThread: stderr[57]: WARNING: Couldn't find device with uuid t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn. WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:50:36,134 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 20:50:36,134 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 20:50:36,138 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k ; label: None ; device: /dev/sdh ; serial: 36001405c5456a1d8a644e1bbb010962a ; exists: True ; vg_name: test_vg3 ; vg_uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; pe_start: 8 MiB ; 2024-03-01 20:50:36,138 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 206 2024-03-01 20:50:36,141 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:50:36,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:36,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 20:50:36,150 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:50:36,153 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:50:36,155 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 20:50:36,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:36,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:36,161 INFO program/MainThread: Running [58] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sdh,/dev/sdg,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:36,201 INFO program/MainThread: stdout[58]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:36,201 INFO program/MainThread: stderr[58]: WARNING: Couldn't find device with uuid t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn. WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv7_snapset1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv8_snapset1 while checking used and assumed devices. 2024-03-01 20:50:36,201 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 20:50:36,201 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:50:36,202 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:36,206 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/wwn-0x6001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/lvm-pv-uuid-t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-36001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_efb34f66-b4b2-48f6-8218-cf71a076d9ce', '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': 't9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn', 'ID_FS_UUID_ENC': 't9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn', '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': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'ID_SERIAL': '36001405efb34f66b4b248f68218cf71a', 'ID_SERIAL_SHORT': '6001405efb34f66b4b248f68218cf71a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efb34f66b', 'ID_WWN_VENDOR_EXTENSION': '0x4b248f68218cf71a', 'ID_WWN_WITH_EXTENSION': '0x6001405efb34f66b4b248f68218cf71a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efb34f66b4b248f68218cf71a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329457240'} ; 2024-03-01 20:50:36,206 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:50:36,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:36,219 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:50:36,219 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:50:36,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 209 2024-03-01 20:50:36,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 210 2024-03-01 20:50:36,223 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:50:36,226 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:50:36,226 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:50:36,229 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:50:36,229 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:50:36,230 INFO blivet/MainThread: added disk sdi (id 208) to device tree 2024-03-01 20:50:36,230 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1d9751610) -- name = sdi status = True id = 208 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 = 6001405efb34f66b4b248f68218cf71a 2024-03-01 20:50:36,233 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:50:36,236 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:36,236 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 212 2024-03-01 20:50:36,239 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:36,239 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 213 2024-03-01 20:50:36,242 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:36,242 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 214 2024-03-01 20:50:36,245 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:36,245 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 215 2024-03-01 20:50:36,248 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 20:50:36,248 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:50:36,248 INFO program/MainThread: Running [59] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,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/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:36,283 INFO program/MainThread: stdout[59]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:50:36,284 INFO program/MainThread: stderr[59]: WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (last written to /dev/sdj). 2024-03-01 20:50:36,284 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 20:50:36,284 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 20:50:36,288 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn ; label: None ; device: /dev/sdi ; serial: 36001405efb34f66b4b248f68218cf71a ; exists: True ; vg_name: test_vg3 ; vg_uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; pe_start: 8 MiB ; free: 760 MiB ; 2024-03-01 20:50:36,288 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 216 2024-03-01 20:50:36,292 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:50:36,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:36,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:36,300 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:50:36,303 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:50:36,306 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 20:50:36,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:36,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:36,312 INFO program/MainThread: Running [60] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:36,354 INFO program/MainThread: stdout[60]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:36,354 INFO program/MainThread: stderr[60]: WARNING: Couldn't find device with uuid GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL. WARNING: VG test_vg3 is missing PV GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL (last written to /dev/sdj). 2024-03-01 20:50:36,354 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 20:50:36,354 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:50:36,355 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:36,359 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/scsi-36001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/lvm-pv-uuid-GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL', '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': 'GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL', 'ID_FS_UUID_ENC': 'GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL', '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': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'ID_SERIAL': '36001405e7625e6ece674e998a0b2c2a3', 'ID_SERIAL_SHORT': '6001405e7625e6ece674e998a0b2c2a3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e7625e6ec', 'ID_WWN_VENDOR_EXTENSION': '0xe674e998a0b2c2a3', 'ID_WWN_WITH_EXTENSION': '0x6001405e7625e6ece674e998a0b2c2a3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e7625e6ece674e998a0b2c2a3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329530947'} ; 2024-03-01 20:50:36,359 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:50:36,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:36,372 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:50:36,372 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:50:36,372 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 20:50:36,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 220 2024-03-01 20:50:36,375 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:50:36,378 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:50:36,378 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:50:36,382 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:50:36,382 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:50:36,382 INFO blivet/MainThread: added disk sdj (id 218) to device tree 2024-03-01 20:50:36,382 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1d975b760) -- name = sdj status = True id = 218 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 = 6001405e7625e6ece674e998a0b2c2a3 2024-03-01 20:50:36,385 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:50:36,388 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:36,389 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 222 2024-03-01 20:50:36,392 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:36,392 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 223 2024-03-01 20:50:36,395 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:36,395 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 20:50:36,398 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:36,398 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 225 2024-03-01 20:50:36,401 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 20:50:36,401 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:50:36,401 INFO program/MainThread: Running [61] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,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/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:36,443 INFO program/MainThread: stdout[61]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GyKvpz-jybz-9yev-aMjw-jHxr-94aJ-Bd31TO LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=nRenPM-jDdI-adVI-EB4Y-1H2Q-1ZbK-Cbr3wy LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=WweiNl-uyLd-13LP-EbDM-6su2-1yCD-dZn7LQ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=Sf9Wjy-zsoN-Qcan-Xew9-ZpcH-SHVA-q282HX LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=bJ34jo-FnOE-doUQ-EOSk-lnZ6-OXGG-V9LS3l LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=FeQARA-JUxS-Uv70-ReiY-uBST-X1hT-oXREBJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2290089984 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=546 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=RhnLdC-oUyR-8HUs-QpKz-ZioQ-0v72-Ck3Zzt LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=cq72vQ-Xck6-l63c-uXQj-mY3s-cdwK-hnEE6k LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=t9idz4-6wni-xHX4-BXwj-Olel-0OsZ-mWdVRn LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdj LVM2_PV_UUID=GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1862270976 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=444 LVM2_PV_COUNT=4 2024-03-01 20:50:36,443 INFO program/MainThread: stderr[61]: 2024-03-01 20:50:36,443 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 20:50:36,443 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 20:50:36,447 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: GTnPRB-hX1I-1ePO-hAlj-wqyK-zpfp-T4c7oL ; label: None ; device: /dev/sdj ; serial: 36001405e7625e6ece674e998a0b2c2a3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:50:36,447 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 226 2024-03-01 20:50:36,450 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:50:36,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:36,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:36,459 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:50:36,462 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:50:36,465 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 20:50:36,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW ; incomplete: True ; hidden: False ; 2024-03-01 20:50:36,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:36,471 INFO program/MainThread: Running [62] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,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/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:36,512 INFO program/MainThread: stdout[62]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2_snapset1 LVM2_LV_UUID=rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv2 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3_snapset1 LVM2_LV_UUID=RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv3 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4_snapset1 LVM2_LV_UUID=NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y LVM2_LV_SIZE=130023424 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv4 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5_snapset1 LVM2_LV_UUID=OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv5 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6_snapset1 LVM2_LV_UUID=Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv6 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7_snapset1 LVM2_LV_UUID=SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv7 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8_snapset1 LVM2_LV_UUID=k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX LVM2_LV_SIZE=171966464 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv8 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:50:36,512 INFO program/MainThread: stderr[62]: 2024-03-01 20:50:36,512 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 20:50:36,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:36,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:36,526 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 228 2024-03-01 20:50:36,529 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:50:36,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 20:50:36,532 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:50:36,535 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:50:36,536 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:50:36,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:50:36,540 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:50:36,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 231 2024-03-01 20:50:36,543 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:50:36,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:50:36,546 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 232 2024-03-01 20:50:36,549 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:50:36,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:50:36,553 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:50:36,556 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:50:36,556 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:50:36,557 DEBUG blivet/MainThread: Adding test_vg3-lv5/408 MiB to test_vg3 2024-03-01 20:50:36,557 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 227) to device tree 2024-03-01 20:50:36,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:50:36,560 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:50:36,563 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:50:36,563 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 20:50:36,567 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWN6f47zXB1KUbChib5LKcfpTqfrJaQc86 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/b50c616f-e501-45c1-81b6-91c70c4dedfa', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '18', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWN6f47zXB1KUbChib5LKcfpTqfrJaQc86', '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': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', 'ID_FS_UUID_ENC': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', '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': '588351262'} ; 2024-03-01 20:50:36,567 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:50:36,567 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:36,570 INFO program/MainThread: stdout[63]: LVM 2024-03-01 20:50:36,570 INFO program/MainThread: stderr[63]: 2024-03-01 20:50:36,571 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 20:50:36,571 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:36,573 INFO program/MainThread: stdout[64]: LVM 2024-03-01 20:50:36,573 INFO program/MainThread: stderr[64]: 2024-03-01 20:50:36,573 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 20:50:36,573 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:36,576 INFO program/MainThread: stdout[65]: LVM 2024-03-01 20:50:36,576 INFO program/MainThread: stderr[65]: 2024-03-01 20:50:36,576 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 20:50:36,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) 2024-03-01 20:50:36,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:36,588 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:50:36,588 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:36,589 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:50:36,585 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:36,589 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:36,592 INFO program/MainThread: stdout[66]: LVM 2024-03-01 20:50:36,592 INFO program/MainThread: stderr[66]: 2024-03-01 20:50:36,592 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 20:50:36,596 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:50:36,600 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:36,600 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 234 2024-03-01 20:50:36,603 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:36,603 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 235 2024-03-01 20:50:36,606 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:36,606 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 236 2024-03-01 20:50:36,610 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:36,610 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 237 2024-03-01 20:50:36,610 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 20:50:36,613 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:36,613 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 238 2024-03-01 20:50:36,616 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:50:36,616 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:36,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:36,623 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv5_snapset1' 2024-03-01 20:50:36,624 INFO program/MainThread: Running [67] lvm lvs --noheadings -o origin test_vg3/lv5_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:36,667 INFO program/MainThread: stdout[67]: lv5 2024-03-01 20:50:36,667 INFO program/MainThread: stderr[67]: 2024-03-01 20:50:36,667 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 20:50:36,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:50:36,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:50:36,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:36,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 241 2024-03-01 20:50:36,690 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 20:50:36,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 242 2024-03-01 20:50:36,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:36,696 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:50:36,697 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 20:50:36,700 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-10 ; 2024-03-01 20:50:36,700 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:36,700 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 244 2024-03-01 20:50:36,704 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 2 ; 2024-03-01 20:50:36,707 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 20:50:36,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 245 2024-03-01 20:50:36,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:36,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:50:36,714 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 20:50:36,717 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-10 ; 2024-03-01 20:50:36,717 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:36,718 DEBUG blivet/MainThread: Adding test_vg3-lv5_snapset1/164 MiB to test_vg3 2024-03-01 20:50:36,718 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv5_snapset1 (id 240) to device tree 2024-03-01 20:50:36,721 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:50:36,721 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 20:50:36,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-10 ; 2024-03-01 20:50:36,724 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:36,728 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWOrPLj1qT1YKKyp9RV58MPDvSQyvf0nn3 ' '/dev/test_vg3/lv5_snapset1 /dev/mapper/test_vg3-lv5_snapset1 ' '/dev/disk/by-uuid/b50c616f-e501-45c1-81b6-91c70c4dedfa', 'DEVNAME': '/dev/dm-10', 'DEVPATH': '/devices/virtual/block/dm-10', 'DEVTYPE': 'disk', 'DISKSEQ': '26', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5_snapset1', 'DM_NAME': 'test_vg3-lv5_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWOrPLj1qT1YKKyp9RV58MPDvSQyvf0nn3', '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': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', 'ID_FS_UUID_ENC': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', 'MAJOR': '253', 'MINOR': '10', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-10', 'SYS_PATH': '/sys/devices/virtual/block/dm-10', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597072787'} ; 2024-03-01 20:50:36,728 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 20:50:36,728 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:36,731 INFO program/MainThread: stdout[68]: LVM 2024-03-01 20:50:36,732 INFO program/MainThread: stderr[68]: 2024-03-01 20:50:36,732 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 20:50:36,732 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:36,734 INFO program/MainThread: stdout[69]: LVM 2024-03-01 20:50:36,734 INFO program/MainThread: stderr[69]: 2024-03-01 20:50:36,734 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 20:50:36,734 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:36,737 INFO program/MainThread: stdout[70]: LVM 2024-03-01 20:50:36,737 INFO program/MainThread: stderr[70]: 2024-03-01 20:50:36,737 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 20:50:36,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) 2024-03-01 20:50:36,748 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:36,749 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:36,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:36,750 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:36,745 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d9772d60) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 size = 164 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-10 target size = 164 MiB path = /dev/mapper/test_vg3-lv5_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:36,750 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:36,753 INFO program/MainThread: stdout[71]: LVM 2024-03-01 20:50:36,754 INFO program/MainThread: stderr[71]: 2024-03-01 20:50:36,754 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 20:50:36,758 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 20:50:36,761 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:36,761 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 247 2024-03-01 20:50:36,765 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:36,765 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 248 2024-03-01 20:50:36,768 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:36,768 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 249 2024-03-01 20:50:36,771 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:36,771 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 250 2024-03-01 20:50:36,772 INFO blivet/MainThread: type detected on 'test_vg3-lv5_snapset1' is 'xfs' 2024-03-01 20:50:36,775 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:36,775 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 251 2024-03-01 20:50:36,778 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:36,778 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:36,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:36,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:36,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 254 2024-03-01 20:50:36,793 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:50:36,794 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 255 2024-03-01 20:50:36,797 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:50:36,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:50:36,800 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:50:36,803 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:50:36,804 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:50:36,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 257 2024-03-01 20:50:36,807 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 20:50:36,810 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:50:36,811 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 20:50:36,814 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:50:36,817 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:50:36,817 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:50:36,821 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:50:36,821 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:50:36,821 DEBUG blivet/MainThread: Adding test_vg3-lv6/408 MiB to test_vg3 2024-03-01 20:50:36,821 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 253) to device tree 2024-03-01 20:50:36,824 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:50:36,825 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:50:36,827 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:50:36,828 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 20:50:36,831 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-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWKBrlv117fWaAAwey81WHsQcLUGdDWEe6 ' '/dev/disk/by-uuid/1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '17', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWKBrlv117fWaAAwey81WHsQcLUGdDWEe6', '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': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'ID_FS_UUID_ENC': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', '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': '587274948'} ; 2024-03-01 20:50:36,831 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:50:36,832 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:36,835 INFO program/MainThread: stdout[72]: LVM 2024-03-01 20:50:36,835 INFO program/MainThread: stderr[72]: 2024-03-01 20:50:36,835 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 20:50:36,835 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:36,838 INFO program/MainThread: stdout[73]: LVM 2024-03-01 20:50:36,838 INFO program/MainThread: stderr[73]: 2024-03-01 20:50:36,838 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 20:50:36,838 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:36,840 INFO program/MainThread: stdout[74]: LVM 2024-03-01 20:50:36,841 INFO program/MainThread: stderr[74]: 2024-03-01 20:50:36,841 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 20:50:36,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) 2024-03-01 20:50:36,852 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:36,853 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 20:50:36,854 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:36,854 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 20:50:36,849 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.01 GiB free extents = 771 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:36,855 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:36,858 INFO program/MainThread: stdout[75]: LVM 2024-03-01 20:50:36,858 INFO program/MainThread: stderr[75]: 2024-03-01 20:50:36,859 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 20:50:36,863 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:50:36,866 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:36,866 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 260 2024-03-01 20:50:36,869 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:36,869 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 261 2024-03-01 20:50:36,872 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:36,873 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 262 2024-03-01 20:50:36,876 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:36,876 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 263 2024-03-01 20:50:36,877 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 20:50:36,880 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:36,880 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 264 2024-03-01 20:50:36,883 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:50:36,883 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:36,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:36,889 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv6_snapset1' 2024-03-01 20:50:36,889 INFO program/MainThread: Running [76] lvm lvs --noheadings -o origin test_vg3/lv6_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:36,923 INFO program/MainThread: stdout[76]: lv6 2024-03-01 20:50:36,923 INFO program/MainThread: stderr[76]: 2024-03-01 20:50:36,923 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 20:50:36,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:50:36,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:50:36,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX ; incomplete: False ; hidden: False ; 2024-03-01 20:50:36,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:36,943 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 267 2024-03-01 20:50:36,947 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 20:50:36,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 268 2024-03-01 20:50:36,950 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:36,953 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:50:36,954 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 20:50:36,957 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-13 ; 2024-03-01 20:50:36,957 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:36,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 270 2024-03-01 20:50:36,961 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 4 ; 2024-03-01 20:50:36,964 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 20:50:36,964 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 20:50:36,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:36,970 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:50:36,971 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 20:50:36,974 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-13 ; 2024-03-01 20:50:36,974 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:36,975 DEBUG blivet/MainThread: Adding test_vg3-lv6_snapset1/164 MiB to test_vg3 2024-03-01 20:50:36,975 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv6_snapset1 (id 266) to device tree 2024-03-01 20:50:36,978 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:50:36,978 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 20:50:36,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-13 ; 2024-03-01 20:50:36,981 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:36,985 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf ' '/dev/test_vg3/lv6_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv6_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWWd4PeYA62sHlXfNzLzcSH0UuJ5c0kemX ' '/dev/mapper/test_vg3-lv6_snapset1', 'DEVNAME': '/dev/dm-13', 'DEVPATH': '/devices/virtual/block/dm-13', 'DEVTYPE': 'disk', 'DISKSEQ': '30', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6_snapset1', 'DM_NAME': 'test_vg3-lv6_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWWd4PeYA62sHlXfNzLzcSH0UuJ5c0kemX', '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': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'ID_FS_UUID_ENC': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'MAJOR': '253', 'MINOR': '13', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-13', 'SYS_PATH': '/sys/devices/virtual/block/dm-13', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597346927'} ; 2024-03-01 20:50:36,985 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 20:50:36,985 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:36,989 INFO program/MainThread: stdout[77]: LVM 2024-03-01 20:50:36,989 INFO program/MainThread: stderr[77]: 2024-03-01 20:50:36,989 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 20:50:36,989 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:36,992 INFO program/MainThread: stdout[78]: LVM 2024-03-01 20:50:36,992 INFO program/MainThread: stderr[78]: 2024-03-01 20:50:36,992 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 20:50:36,992 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:36,994 INFO program/MainThread: stdout[79]: LVM 2024-03-01 20:50:36,994 INFO program/MainThread: stderr[79]: 2024-03-01 20:50:36,995 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 20:50:37,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) 2024-03-01 20:50:37,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,007 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:37,008 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,009 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:37,003 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d976bc70) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX size = 164 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-13 target size = 164 MiB path = /dev/mapper/test_vg3-lv6_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:37,010 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:37,013 INFO program/MainThread: stdout[80]: LVM 2024-03-01 20:50:37,013 INFO program/MainThread: stderr[80]: 2024-03-01 20:50:37,013 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 20:50:37,017 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 20:50:37,020 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:37,021 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 273 2024-03-01 20:50:37,024 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:37,024 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 274 2024-03-01 20:50:37,027 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,027 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 275 2024-03-01 20:50:37,031 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,031 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 276 2024-03-01 20:50:37,031 INFO blivet/MainThread: type detected on 'test_vg3-lv6_snapset1' is 'xfs' 2024-03-01 20:50:37,034 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:37,034 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 277 2024-03-01 20:50:37,037 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:37,038 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:37,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:37,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:37,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 280 2024-03-01 20:50:37,053 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 20:50:37,054 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 20:50:37,057 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:50:37,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:50:37,060 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:50:37,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:50:37,064 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:50:37,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 283 2024-03-01 20:50:37,067 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 5 ; 2024-03-01 20:50:37,071 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 20:50:37,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 20:50:37,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:50:37,077 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:50:37,077 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:50:37,080 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:50:37,081 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:50:37,081 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:50:37,081 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 279) to device tree 2024-03-01 20:50:37,084 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:50:37,084 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:50:37,087 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:50:37,088 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:50:37,091 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/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iW2pMU760wTwBkG1i6oqzxH5l9mpk6yU4o ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/6e443139-9c45-4527-9282-46594b53db43 ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '16', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iW2pMU760wTwBkG1i6oqzxH5l9mpk6yU4o', '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': '6e443139-9c45-4527-9282-46594b53db43', 'ID_FS_UUID_ENC': '6e443139-9c45-4527-9282-46594b53db43', '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': '586192214'} ; 2024-03-01 20:50:37,091 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:50:37,091 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:37,094 INFO program/MainThread: stdout[81]: LVM 2024-03-01 20:50:37,094 INFO program/MainThread: stderr[81]: 2024-03-01 20:50:37,095 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 20:50:37,095 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:37,097 INFO program/MainThread: stdout[82]: LVM 2024-03-01 20:50:37,097 INFO program/MainThread: stderr[82]: 2024-03-01 20:50:37,097 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 20:50:37,097 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:37,100 INFO program/MainThread: stdout[83]: LVM 2024-03-01 20:50:37,100 INFO program/MainThread: stderr[83]: 2024-03-01 20:50:37,100 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 20:50:37,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) 2024-03-01 20:50:37,112 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,113 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 20:50:37,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,115 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 20:50:37,109 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o 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 (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.45 GiB free extents = 628 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:37,116 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:37,119 INFO program/MainThread: stdout[84]: LVM 2024-03-01 20:50:37,119 INFO program/MainThread: stderr[84]: 2024-03-01 20:50:37,119 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 20:50:37,123 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:50:37,126 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:37,127 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 286 2024-03-01 20:50:37,130 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:37,130 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 287 2024-03-01 20:50:37,133 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,133 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 288 2024-03-01 20:50:37,136 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,136 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 289 2024-03-01 20:50:37,137 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 20:50:37,140 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:37,140 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 290 2024-03-01 20:50:37,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:50:37,143 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:37,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:37,150 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv7_snapset1' 2024-03-01 20:50:37,150 INFO program/MainThread: Running [85] lvm lvs --noheadings -o origin test_vg3/lv7_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:37,184 INFO program/MainThread: stdout[85]: lv7 2024-03-01 20:50:37,184 INFO program/MainThread: stderr[85]: 2024-03-01 20:50:37,184 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 20:50:37,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:50:37,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:50:37,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:37,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 293 2024-03-01 20:50:37,207 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 20:50:37,208 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 20:50:37,211 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:37,214 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:50:37,214 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 20:50:37,218 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-16 ; 2024-03-01 20:50:37,219 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:37,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 296 2024-03-01 20:50:37,222 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 6 ; 2024-03-01 20:50:37,226 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 20:50:37,226 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 297 2024-03-01 20:50:37,229 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:37,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:50:37,232 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 20:50:37,235 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-16 ; 2024-03-01 20:50:37,236 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:37,236 DEBUG blivet/MainThread: Adding test_vg3-lv7_snapset1/164 MiB to test_vg3 2024-03-01 20:50:37,236 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv7_snapset1 (id 292) to device tree 2024-03-01 20:50:37,239 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:50:37,239 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 20:50:37,242 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-16 ; 2024-03-01 20:50:37,243 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:37,246 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSzsKvD3n3XM5eagknARvkqeOluL0TchH ' '/dev/mapper/test_vg3-lv7_snapset1 /dev/test_vg3/lv7_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/disk/by-uuid/6e443139-9c45-4527-9282-46594b53db43', 'DEVNAME': '/dev/dm-16', 'DEVPATH': '/devices/virtual/block/dm-16', 'DEVTYPE': 'disk', 'DISKSEQ': '34', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7_snapset1', 'DM_NAME': 'test_vg3-lv7_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSzsKvD3n3XM5eagknARvkqeOluL0TchH', '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': '6e443139-9c45-4527-9282-46594b53db43', 'ID_FS_UUID_ENC': '6e443139-9c45-4527-9282-46594b53db43', 'MAJOR': '253', 'MINOR': '16', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-16', 'SYS_PATH': '/sys/devices/virtual/block/dm-16', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597604846'} ; 2024-03-01 20:50:37,247 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 20:50:37,247 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:37,250 INFO program/MainThread: stdout[86]: LVM 2024-03-01 20:50:37,250 INFO program/MainThread: stderr[86]: 2024-03-01 20:50:37,250 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 20:50:37,250 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:37,253 INFO program/MainThread: stdout[87]: LVM 2024-03-01 20:50:37,253 INFO program/MainThread: stderr[87]: 2024-03-01 20:50:37,253 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 20:50:37,253 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:37,255 INFO program/MainThread: stdout[88]: LVM 2024-03-01 20:50:37,256 INFO program/MainThread: stderr[88]: 2024-03-01 20:50:37,256 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 20:50:37,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) 2024-03-01 20:50:37,268 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,269 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:37,269 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,271 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:37,265 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d970e1f0) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH size = 164 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-16 target size = 164 MiB path = /dev/mapper/test_vg3-lv7_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:37,272 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:37,275 INFO program/MainThread: stdout[89]: LVM 2024-03-01 20:50:37,275 INFO program/MainThread: stderr[89]: 2024-03-01 20:50:37,275 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 20:50:37,279 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 20:50:37,283 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:37,283 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 299 2024-03-01 20:50:37,286 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:37,286 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 300 2024-03-01 20:50:37,289 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,289 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 301 2024-03-01 20:50:37,293 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,293 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 302 2024-03-01 20:50:37,293 INFO blivet/MainThread: type detected on 'test_vg3-lv7_snapset1' is 'xfs' 2024-03-01 20:50:37,296 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:37,296 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 303 2024-03-01 20:50:37,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:37,300 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:37,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:37,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:37,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 306 2024-03-01 20:50:37,316 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 20:50:37,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 307 2024-03-01 20:50:37,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:50:37,322 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:50:37,323 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:50:37,326 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:50:37,326 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:50:37,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 309 2024-03-01 20:50:37,330 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 7 ; 2024-03-01 20:50:37,333 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 20:50:37,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 310 2024-03-01 20:50:37,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:50:37,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:50:37,340 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:50:37,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:50:37,344 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:50:37,344 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:50:37,344 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 305) to device tree 2024-03-01 20:50:37,347 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:50:37,347 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:50:37,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:50:37,351 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:50:37,354 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/e9dd1edc-545f-442e-892e-8e2770c1559d ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSC7ac9bCQQsHWS3XYOkYTvvcEf7Cld53', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '15', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSC7ac9bCQQsHWS3XYOkYTvvcEf7Cld53', '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': 'e9dd1edc-545f-442e-892e-8e2770c1559d', 'ID_FS_UUID_ENC': 'e9dd1edc-545f-442e-892e-8e2770c1559d', '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': '585793962'} ; 2024-03-01 20:50:37,354 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:50:37,354 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:37,357 INFO program/MainThread: stdout[90]: LVM 2024-03-01 20:50:37,358 INFO program/MainThread: stderr[90]: 2024-03-01 20:50:37,358 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 20:50:37,358 INFO program/MainThread: Running [91] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:37,360 INFO program/MainThread: stdout[91]: LVM 2024-03-01 20:50:37,360 INFO program/MainThread: stderr[91]: 2024-03-01 20:50:37,360 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 20:50:37,361 INFO program/MainThread: Running [92] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:37,363 INFO program/MainThread: stdout[92]: LVM 2024-03-01 20:50:37,363 INFO program/MainThread: stderr[92]: 2024-03-01 20:50:37,363 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 20:50:37,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) 2024-03-01 20:50:37,375 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,377 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 20:50:37,377 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,379 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 20:50:37,372 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 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 (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.89 GiB free extents = 485 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:37,380 INFO program/MainThread: Running [93] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:37,383 INFO program/MainThread: stdout[93]: LVM 2024-03-01 20:50:37,383 INFO program/MainThread: stderr[93]: 2024-03-01 20:50:37,383 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 20:50:37,387 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:50:37,390 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:37,391 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 312 2024-03-01 20:50:37,394 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:37,394 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 313 2024-03-01 20:50:37,397 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,397 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 314 2024-03-01 20:50:37,401 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,401 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 315 2024-03-01 20:50:37,401 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 20:50:37,404 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:37,404 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 316 2024-03-01 20:50:37,407 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:50:37,408 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:37,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:37,414 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv8_snapset1' 2024-03-01 20:50:37,414 INFO program/MainThread: Running [94] lvm lvs --noheadings -o origin test_vg3/lv8_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:37,451 INFO program/MainThread: stdout[94]: lv8 2024-03-01 20:50:37,451 INFO program/MainThread: stderr[94]: 2024-03-01 20:50:37,451 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 20:50:37,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:50:37,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:50:37,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:50:37,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 319 2024-03-01 20:50:37,475 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 20:50:37,475 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 320 2024-03-01 20:50:37,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:37,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:50:37,482 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 20:50:37,485 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-19 ; 2024-03-01 20:50:37,486 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:37,486 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 322 2024-03-01 20:50:37,489 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 8 ; 2024-03-01 20:50:37,492 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 20:50:37,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 323 2024-03-01 20:50:37,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 20:50:37,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:50:37,499 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 20:50:37,502 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-19 ; 2024-03-01 20:50:37,503 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:37,503 DEBUG blivet/MainThread: Adding test_vg3-lv8_snapset1/164 MiB to test_vg3 2024-03-01 20:50:37,503 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv8_snapset1 (id 318) to device tree 2024-03-01 20:50:37,506 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:50:37,506 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 20:50:37,509 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-19 ; 2024-03-01 20:50:37,510 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 20:50:37,513 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWk1RJJL45V6CcVpgfOcQ0Xjg9UFfCeZyX ' '/dev/test_vg3/lv8_snapset1 ' '/dev/disk/by-uuid/e9dd1edc-545f-442e-892e-8e2770c1559d', 'DEVNAME': '/dev/dm-19', 'DEVPATH': '/devices/virtual/block/dm-19', 'DEVTYPE': 'disk', 'DISKSEQ': '38', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8_snapset1', 'DM_NAME': 'test_vg3-lv8_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWk1RJJL45V6CcVpgfOcQ0Xjg9UFfCeZyX', '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': 'e9dd1edc-545f-442e-892e-8e2770c1559d', 'ID_FS_UUID_ENC': 'e9dd1edc-545f-442e-892e-8e2770c1559d', 'MAJOR': '253', 'MINOR': '19', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-19', 'SYS_PATH': '/sys/devices/virtual/block/dm-19', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597868718'} ; 2024-03-01 20:50:37,513 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 20:50:37,513 INFO program/MainThread: Running [95] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:37,517 INFO program/MainThread: stdout[95]: LVM 2024-03-01 20:50:37,517 INFO program/MainThread: stderr[95]: 2024-03-01 20:50:37,517 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 20:50:37,517 INFO program/MainThread: Running [96] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:37,519 INFO program/MainThread: stdout[96]: LVM 2024-03-01 20:50:37,519 INFO program/MainThread: stderr[96]: 2024-03-01 20:50:37,519 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 20:50:37,520 INFO program/MainThread: Running [97] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:37,522 INFO program/MainThread: stdout[97]: LVM 2024-03-01 20:50:37,522 INFO program/MainThread: stderr[97]: 2024-03-01 20:50:37,522 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 20:50:37,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) 2024-03-01 20:50:37,535 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,536 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:37,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,538 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:37,531 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d970c940) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX size = 164 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-19 target size = 164 MiB path = /dev/mapper/test_vg3-lv8_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318)'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318)'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:37,539 INFO program/MainThread: Running [98] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:37,542 INFO program/MainThread: stdout[98]: LVM 2024-03-01 20:50:37,543 INFO program/MainThread: stderr[98]: 2024-03-01 20:50:37,543 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 20:50:37,547 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 20:50:37,550 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:37,550 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 325 2024-03-01 20:50:37,553 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:37,554 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 326 2024-03-01 20:50:37,557 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,557 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 327 2024-03-01 20:50:37,560 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,560 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 328 2024-03-01 20:50:37,561 INFO blivet/MainThread: type detected on 'test_vg3-lv8_snapset1' is 'xfs' 2024-03-01 20:50:37,564 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:37,564 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 329 2024-03-01 20:50:37,567 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: xfs ; current: None ; 2024-03-01 20:50:37,567 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:37,568 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:50:37,570 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': '9467320'} ; 2024-03-01 20:50:37,571 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:50:37,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:37,583 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:50:37,583 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:50:37,583 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:50:37,583 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:50:37,583 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 333 2024-03-01 20:50:37,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 334 2024-03-01 20:50:37,586 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:50:37,589 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:50:37,589 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:50:37,592 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:50:37,593 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:50:37,593 INFO blivet/MainThread: added disk xvda (id 332) to device tree 2024-03-01 20:50:37,593 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe1d977b250) -- name = xvda status = True id = 332 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:50:37,596 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:50:37,599 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:37,599 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 336 2024-03-01 20:50:37,602 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:37,602 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 337 2024-03-01 20:50:37,606 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,606 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 338 2024-03-01 20:50:37,609 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,609 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 339 2024-03-01 20:50:37,612 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:50:37,614 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:50:37,617 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:50:37,623 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 0x7fe1d9704c80> 2024-03-01 20:50:37,662 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 340 2024-03-01 20:50:37,666 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:50:37,666 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:50:37,670 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': '9469968'} ; 2024-03-01 20:50:37,670 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:50:37,670 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:50:37,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:37,681 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:50:37,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:37,687 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:37,701 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:37,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (332) with existing msdos disklabel 2024-03-01 20:50:37,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 343 2024-03-01 20:50:37,739 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:50:37,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 344 2024-03-01 20:50:37,742 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:50:37,745 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:50:37,746 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:50:37,749 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:50:37,749 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:50:37,749 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:50:37,752 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:50:37,755 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:50:37,758 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:50:37,760 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:50:37,763 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:50:37,764 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:50:37,764 INFO blivet/MainThread: added partition xvda1 (id 342) to device tree 2024-03-01 20:50:37,764 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:50:37,764 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fe1d9706af0) -- name = xvda1 status = True id = 342 children = [] parents = ['existing 250 GiB disk xvda (332) 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 0x7fe1da03f400> disk = existing 250 GiB disk xvda (332) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:50:37,768 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:50:37,771 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:50:37,771 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 346 2024-03-01 20:50:37,774 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:50:37,774 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 347 2024-03-01 20:50:37,777 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,777 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 348 2024-03-01 20:50:37,780 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:50:37,780 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 349 2024-03-01 20:50:37,780 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:50:37,783 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:50:37,783 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 350 2024-03-01 20:50:37,786 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:50:37,786 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:50:37,789 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/e9dd1edc-545f-442e-892e-8e2770c1559d ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSC7ac9bCQQsHWS3XYOkYTvvcEf7Cld53 ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '15', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSC7ac9bCQQsHWS3XYOkYTvvcEf7Cld53', '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': 'e9dd1edc-545f-442e-892e-8e2770c1559d', 'ID_FS_UUID_ENC': 'e9dd1edc-545f-442e-892e-8e2770c1559d', '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': '585793962'} ; 2024-03-01 20:50:37,789 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:50:37,790 INFO program/MainThread: Running [99] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:37,793 INFO program/MainThread: stdout[99]: LVM 2024-03-01 20:50:37,793 INFO program/MainThread: stderr[99]: 2024-03-01 20:50:37,793 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 20:50:37,793 INFO program/MainThread: Running [100] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:37,796 INFO program/MainThread: stdout[100]: LVM 2024-03-01 20:50:37,796 INFO program/MainThread: stderr[100]: 2024-03-01 20:50:37,796 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 20:50:37,796 INFO program/MainThread: Running [101] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:37,798 INFO program/MainThread: stdout[101]: LVM 2024-03-01 20:50:37,798 INFO program/MainThread: stderr[101]: 2024-03-01 20:50:37,799 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 20:50:37,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:50:37,811 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,812 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:37,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,814 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:37,807 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:37,815 INFO program/MainThread: Running [102] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:50:37,818 INFO program/MainThread: stdout[102]: LVM 2024-03-01 20:50:37,819 INFO program/MainThread: stderr[102]: 2024-03-01 20:50:37,819 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 20:50:37,822 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:50:37,823 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 20:50:37,826 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/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iW2pMU760wTwBkG1i6oqzxH5l9mpk6yU4o ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/6e443139-9c45-4527-9282-46594b53db43', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '16', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iW2pMU760wTwBkG1i6oqzxH5l9mpk6yU4o', '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': '6e443139-9c45-4527-9282-46594b53db43', 'ID_FS_UUID_ENC': '6e443139-9c45-4527-9282-46594b53db43', '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': '586192214'} ; 2024-03-01 20:50:37,826 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:50:37,826 INFO program/MainThread: Running [103] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:37,829 INFO program/MainThread: stdout[103]: LVM 2024-03-01 20:50:37,829 INFO program/MainThread: stderr[103]: 2024-03-01 20:50:37,830 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 20:50:37,830 INFO program/MainThread: Running [104] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:37,832 INFO program/MainThread: stdout[104]: LVM 2024-03-01 20:50:37,832 INFO program/MainThread: stderr[104]: 2024-03-01 20:50:37,833 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 20:50:37,833 INFO program/MainThread: Running [105] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:37,835 INFO program/MainThread: stdout[105]: LVM 2024-03-01 20:50:37,835 INFO program/MainThread: stderr[105]: 2024-03-01 20:50:37,835 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 20:50:37,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:50:37,848 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,849 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:37,850 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,851 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:37,844 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:37,853 INFO program/MainThread: Running [106] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:50:37,856 INFO program/MainThread: stdout[106]: LVM 2024-03-01 20:50:37,856 INFO program/MainThread: stderr[106]: 2024-03-01 20:50:37,856 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 20:50:37,860 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:50:37,860 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 20:50:37,863 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/b50c616f-e501-45c1-81b6-91c70c4dedfa ' '/dev/test_vg3/lv5_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWOrPLj1qT1YKKyp9RV58MPDvSQyvf0nn3 ' '/dev/disk/by-id/dm-name-test_vg3-lv5_snapset1 ' '/dev/mapper/test_vg3-lv5_snapset1', 'DEVNAME': '/dev/dm-10', 'DEVPATH': '/devices/virtual/block/dm-10', 'DEVTYPE': 'disk', 'DISKSEQ': '26', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5_snapset1', 'DM_NAME': 'test_vg3-lv5_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWOrPLj1qT1YKKyp9RV58MPDvSQyvf0nn3', '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': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', 'ID_FS_UUID_ENC': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', 'MAJOR': '253', 'MINOR': '10', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-10', 'SYS_PATH': '/sys/devices/virtual/block/dm-10', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597072787'} ; 2024-03-01 20:50:37,863 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 20:50:37,863 INFO program/MainThread: Running [107] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:37,866 INFO program/MainThread: stdout[107]: LVM 2024-03-01 20:50:37,866 INFO program/MainThread: stderr[107]: 2024-03-01 20:50:37,866 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 20:50:37,866 INFO program/MainThread: Running [108] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:37,869 INFO program/MainThread: stdout[108]: LVM 2024-03-01 20:50:37,869 INFO program/MainThread: stderr[108]: 2024-03-01 20:50:37,869 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 20:50:37,869 INFO program/MainThread: Running [109] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:37,871 INFO program/MainThread: stdout[109]: LVM 2024-03-01 20:50:37,872 INFO program/MainThread: stderr[109]: 2024-03-01 20:50:37,872 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 20:50:37,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs filesystem 2024-03-01 20:50:37,884 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,885 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:37,886 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:37,887 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:37,880 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d9772d60) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = OrPLj1-qT1Y-KKyp-9RV5-8MPD-vSQy-vf0nn3 size = 164 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-10 target size = 164 MiB path = /dev/mapper/test_vg3-lv5_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:37,888 INFO program/MainThread: Running [110] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 20:50:37,892 INFO program/MainThread: stdout[110]: LVM 2024-03-01 20:50:37,892 INFO program/MainThread: stderr[110]: 2024-03-01 20:50:37,892 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 20:50:37,896 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 20:50:37,896 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5_snapset1, bailing 2024-03-01 20:50:37,899 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6-real', 'DEVNAME': '/dev/dm-11', 'DEVPATH': '/devices/virtual/block/dm-11', 'DEVTYPE': 'disk', 'DISKSEQ': '28', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWKBrlv117fWaAAwey81WHsQcLUGdDWEe6-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '11', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-11', 'SYS_PATH': '/sys/devices/virtual/block/dm-11', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597332704'} ; 2024-03-01 20:50:37,899 INFO blivet/MainThread: scanning test_vg3-lv6-real (/sys/devices/virtual/block/dm-11)... 2024-03-01 20:50:37,899 INFO program/MainThread: Running [111] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:50:37,902 INFO program/MainThread: stdout[111]: LVM 2024-03-01 20:50:37,902 INFO program/MainThread: stderr[111]: 2024-03-01 20:50:37,902 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 20:50:37,902 INFO program/MainThread: Running [112] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:50:37,905 INFO program/MainThread: stdout[112]: LVM 2024-03-01 20:50:37,905 INFO program/MainThread: stderr[112]: 2024-03-01 20:50:37,905 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 20:50:37,905 INFO program/MainThread: Running [113] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:50:37,908 INFO program/MainThread: stdout[113]: LVM 2024-03-01 20:50:37,908 INFO program/MainThread: stderr[113]: 2024-03-01 20:50:37,908 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 20:50:37,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:37,918 INFO program/MainThread: Running [114] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:50:37,921 INFO program/MainThread: stdout[114]: LVM 2024-03-01 20:50:37,921 INFO program/MainThread: stderr[114]: 2024-03-01 20:50:37,921 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 20:50:37,921 INFO program/MainThread: Running [115] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:50:37,924 INFO program/MainThread: stdout[115]: LVM 2024-03-01 20:50:37,924 INFO program/MainThread: stderr[115]: 2024-03-01 20:50:37,924 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 20:50:37,924 INFO program/MainThread: Running [116] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 20:50:37,927 INFO program/MainThread: stdout[116]: LVM 2024-03-01 20:50:37,927 INFO program/MainThread: stderr[116]: 2024-03-01 20:50:37,927 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 20:50:37,931 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6-real ; 2024-03-01 20:50:37,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:37,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:37,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:50:37,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:37,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:37,958 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6-real 2024-03-01 20:50:37,960 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6_snapset1-cow', 'DEVNAME': '/dev/dm-12', 'DEVPATH': '/devices/virtual/block/dm-12', 'DEVTYPE': 'disk', 'DISKSEQ': '29', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv6_snapset1', 'DM_NAME': 'test_vg3-lv6_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWWd4PeYA62sHlXfNzLzcSH0UuJ5c0kemX-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '12', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-12', 'SYS_PATH': '/sys/devices/virtual/block/dm-12', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597334711'} ; 2024-03-01 20:50:37,961 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1-cow (/sys/devices/virtual/block/dm-12)... 2024-03-01 20:50:37,961 INFO program/MainThread: Running [117] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:50:37,964 INFO program/MainThread: stdout[117]: LVM 2024-03-01 20:50:37,964 INFO program/MainThread: stderr[117]: 2024-03-01 20:50:37,964 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 20:50:37,964 INFO program/MainThread: Running [118] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:50:37,967 INFO program/MainThread: stdout[118]: LVM 2024-03-01 20:50:37,967 INFO program/MainThread: stderr[118]: 2024-03-01 20:50:37,967 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 20:50:37,967 INFO program/MainThread: Running [119] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:50:37,970 INFO program/MainThread: stdout[119]: LVM 2024-03-01 20:50:37,970 INFO program/MainThread: stderr[119]: 2024-03-01 20:50:37,970 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 20:50:37,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:37,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:37,980 INFO program/MainThread: Running [120] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:50:37,983 INFO program/MainThread: stdout[120]: LVM 2024-03-01 20:50:37,983 INFO program/MainThread: stderr[120]: 2024-03-01 20:50:37,983 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 20:50:37,983 INFO program/MainThread: Running [121] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:50:37,986 INFO program/MainThread: stdout[121]: LVM 2024-03-01 20:50:37,986 INFO program/MainThread: stderr[121]: 2024-03-01 20:50:37,986 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 20:50:37,986 INFO program/MainThread: Running [122] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 20:50:37,989 INFO program/MainThread: stdout[122]: LVM 2024-03-01 20:50:37,989 INFO program/MainThread: stderr[122]: 2024-03-01 20:50:37,989 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 20:50:37,993 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6_snapset1-cow ; 2024-03-01 20:50:37,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:37,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:38,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:50:38,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:50:38,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:38,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,026 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6_snapset1-cow 2024-03-01 20:50:38,028 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWWd4PeYA62sHlXfNzLzcSH0UuJ5c0kemX ' '/dev/mapper/test_vg3-lv6_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv6_snapset1 ' '/dev/disk/by-uuid/1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf ' '/dev/test_vg3/lv6_snapset1', 'DEVNAME': '/dev/dm-13', 'DEVPATH': '/devices/virtual/block/dm-13', 'DEVTYPE': 'disk', 'DISKSEQ': '30', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6_snapset1', 'DM_NAME': 'test_vg3-lv6_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWWd4PeYA62sHlXfNzLzcSH0UuJ5c0kemX', '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': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'ID_FS_UUID_ENC': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'MAJOR': '253', 'MINOR': '13', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-13', 'SYS_PATH': '/sys/devices/virtual/block/dm-13', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597346927'} ; 2024-03-01 20:50:38,028 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 20:50:38,029 INFO program/MainThread: Running [123] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:38,032 INFO program/MainThread: stdout[123]: LVM 2024-03-01 20:50:38,032 INFO program/MainThread: stderr[123]: 2024-03-01 20:50:38,032 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 20:50:38,032 INFO program/MainThread: Running [124] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:38,035 INFO program/MainThread: stdout[124]: LVM 2024-03-01 20:50:38,035 INFO program/MainThread: stderr[124]: 2024-03-01 20:50:38,035 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 20:50:38,035 INFO program/MainThread: Running [125] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:38,038 INFO program/MainThread: stdout[125]: LVM 2024-03-01 20:50:38,038 INFO program/MainThread: stderr[125]: 2024-03-01 20:50:38,038 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 20:50:38,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs filesystem 2024-03-01 20:50:38,050 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:38,052 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:38,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:38,054 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:38,047 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d976bc70) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = Wd4PeY-A62s-HlXf-NzLz-cSH0-UuJ5-c0kemX size = 164 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-13 target size = 164 MiB path = /dev/mapper/test_vg3-lv6_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:38,055 INFO program/MainThread: Running [126] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 20:50:38,058 INFO program/MainThread: stdout[126]: LVM 2024-03-01 20:50:38,058 INFO program/MainThread: stderr[126]: 2024-03-01 20:50:38,058 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 20:50:38,062 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 20:50:38,062 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6_snapset1, bailing 2024-03-01 20:50:38,065 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7-real', 'DEVNAME': '/dev/dm-14', 'DEVPATH': '/devices/virtual/block/dm-14', 'DEVTYPE': 'disk', 'DISKSEQ': '32', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iW2pMU760wTwBkG1i6oqzxH5l9mpk6yU4o-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '14', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-14', 'SYS_PATH': '/sys/devices/virtual/block/dm-14', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597586165'} ; 2024-03-01 20:50:38,065 INFO blivet/MainThread: scanning test_vg3-lv7-real (/sys/devices/virtual/block/dm-14)... 2024-03-01 20:50:38,066 INFO program/MainThread: Running [127] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:50:38,069 INFO program/MainThread: stdout[127]: LVM 2024-03-01 20:50:38,069 INFO program/MainThread: stderr[127]: 2024-03-01 20:50:38,069 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 20:50:38,069 INFO program/MainThread: Running [128] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:50:38,072 INFO program/MainThread: stdout[128]: LVM 2024-03-01 20:50:38,072 INFO program/MainThread: stderr[128]: 2024-03-01 20:50:38,072 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 20:50:38,072 INFO program/MainThread: Running [129] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:50:38,074 INFO program/MainThread: stdout[129]: LVM 2024-03-01 20:50:38,075 INFO program/MainThread: stderr[129]: 2024-03-01 20:50:38,075 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 20:50:38,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,084 INFO program/MainThread: Running [130] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:50:38,087 INFO program/MainThread: stdout[130]: LVM 2024-03-01 20:50:38,088 INFO program/MainThread: stderr[130]: 2024-03-01 20:50:38,088 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 20:50:38,088 INFO program/MainThread: Running [131] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:50:38,090 INFO program/MainThread: stdout[131]: LVM 2024-03-01 20:50:38,090 INFO program/MainThread: stderr[131]: 2024-03-01 20:50:38,090 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 20:50:38,091 INFO program/MainThread: Running [132] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 20:50:38,093 INFO program/MainThread: stdout[132]: LVM 2024-03-01 20:50:38,093 INFO program/MainThread: stderr[132]: 2024-03-01 20:50:38,093 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 20:50:38,097 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7-real ; 2024-03-01 20:50:38,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:38,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:38,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:50:38,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:38,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,123 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7-real 2024-03-01 20:50:38,125 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7_snapset1-cow', 'DEVNAME': '/dev/dm-15', 'DEVPATH': '/devices/virtual/block/dm-15', 'DEVTYPE': 'disk', 'DISKSEQ': '33', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv7_snapset1', 'DM_NAME': 'test_vg3-lv7_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSzsKvD3n3XM5eagknARvkqeOluL0TchH-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '15', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-15', 'SYS_PATH': '/sys/devices/virtual/block/dm-15', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597587821'} ; 2024-03-01 20:50:38,126 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1-cow (/sys/devices/virtual/block/dm-15)... 2024-03-01 20:50:38,126 INFO program/MainThread: Running [133] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:50:38,129 INFO program/MainThread: stdout[133]: LVM 2024-03-01 20:50:38,129 INFO program/MainThread: stderr[133]: 2024-03-01 20:50:38,129 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 20:50:38,129 INFO program/MainThread: Running [134] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:50:38,132 INFO program/MainThread: stdout[134]: LVM 2024-03-01 20:50:38,132 INFO program/MainThread: stderr[134]: 2024-03-01 20:50:38,132 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 20:50:38,132 INFO program/MainThread: Running [135] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:50:38,135 INFO program/MainThread: stdout[135]: LVM 2024-03-01 20:50:38,135 INFO program/MainThread: stderr[135]: 2024-03-01 20:50:38,135 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 20:50:38,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,145 INFO program/MainThread: Running [136] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:50:38,147 INFO program/MainThread: stdout[136]: LVM 2024-03-01 20:50:38,148 INFO program/MainThread: stderr[136]: 2024-03-01 20:50:38,148 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 20:50:38,148 INFO program/MainThread: Running [137] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:50:38,150 INFO program/MainThread: stdout[137]: LVM 2024-03-01 20:50:38,150 INFO program/MainThread: stderr[137]: 2024-03-01 20:50:38,151 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 20:50:38,151 INFO program/MainThread: Running [138] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 20:50:38,153 INFO program/MainThread: stdout[138]: LVM 2024-03-01 20:50:38,153 INFO program/MainThread: stderr[138]: 2024-03-01 20:50:38,153 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 20:50:38,157 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7_snapset1-cow ; 2024-03-01 20:50:38,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:38,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:38,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:50:38,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:50:38,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:38,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,189 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7_snapset1-cow 2024-03-01 20:50:38,192 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/6e443139-9c45-4527-9282-46594b53db43 ' '/dev/mapper/test_vg3-lv7_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSzsKvD3n3XM5eagknARvkqeOluL0TchH ' '/dev/test_vg3/lv7_snapset1', 'DEVNAME': '/dev/dm-16', 'DEVPATH': '/devices/virtual/block/dm-16', 'DEVTYPE': 'disk', 'DISKSEQ': '34', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7_snapset1', 'DM_NAME': 'test_vg3-lv7_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSzsKvD3n3XM5eagknARvkqeOluL0TchH', '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': '6e443139-9c45-4527-9282-46594b53db43', 'ID_FS_UUID_ENC': '6e443139-9c45-4527-9282-46594b53db43', 'MAJOR': '253', 'MINOR': '16', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-16', 'SYS_PATH': '/sys/devices/virtual/block/dm-16', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597604846'} ; 2024-03-01 20:50:38,192 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 20:50:38,192 INFO program/MainThread: Running [139] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:38,196 INFO program/MainThread: stdout[139]: LVM 2024-03-01 20:50:38,196 INFO program/MainThread: stderr[139]: 2024-03-01 20:50:38,196 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 20:50:38,196 INFO program/MainThread: Running [140] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:38,198 INFO program/MainThread: stdout[140]: LVM 2024-03-01 20:50:38,199 INFO program/MainThread: stderr[140]: 2024-03-01 20:50:38,199 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 20:50:38,199 INFO program/MainThread: Running [141] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:38,201 INFO program/MainThread: stdout[141]: LVM 2024-03-01 20:50:38,202 INFO program/MainThread: stderr[141]: 2024-03-01 20:50:38,202 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 20:50:38,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs filesystem 2024-03-01 20:50:38,213 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:38,215 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:38,215 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:38,217 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:38,210 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d970e1f0) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SzsKvD-3n3X-M5ea-gknA-Rvkq-eOlu-L0TchH size = 164 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-16 target size = 164 MiB path = /dev/mapper/test_vg3-lv7_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:38,218 INFO program/MainThread: Running [142] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 20:50:38,221 INFO program/MainThread: stdout[142]: LVM 2024-03-01 20:50:38,222 INFO program/MainThread: stderr[142]: 2024-03-01 20:50:38,222 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 20:50:38,225 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 20:50:38,226 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7_snapset1, bailing 2024-03-01 20:50:38,228 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8-real', 'DEVNAME': '/dev/dm-17', 'DEVPATH': '/devices/virtual/block/dm-17', 'DEVTYPE': 'disk', 'DISKSEQ': '36', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWSC7ac9bCQQsHWS3XYOkYTvvcEf7Cld53-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '17', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-17', 'SYS_PATH': '/sys/devices/virtual/block/dm-17', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597852873'} ; 2024-03-01 20:50:38,229 INFO blivet/MainThread: scanning test_vg3-lv8-real (/sys/devices/virtual/block/dm-17)... 2024-03-01 20:50:38,229 INFO program/MainThread: Running [143] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:50:38,232 INFO program/MainThread: stdout[143]: LVM 2024-03-01 20:50:38,232 INFO program/MainThread: stderr[143]: 2024-03-01 20:50:38,232 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 20:50:38,232 INFO program/MainThread: Running [144] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:50:38,235 INFO program/MainThread: stdout[144]: LVM 2024-03-01 20:50:38,235 INFO program/MainThread: stderr[144]: 2024-03-01 20:50:38,235 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 20:50:38,236 INFO program/MainThread: Running [145] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:50:38,238 INFO program/MainThread: stdout[145]: LVM 2024-03-01 20:50:38,238 INFO program/MainThread: stderr[145]: 2024-03-01 20:50:38,238 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 20:50:38,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,248 INFO program/MainThread: Running [146] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:50:38,251 INFO program/MainThread: stdout[146]: LVM 2024-03-01 20:50:38,251 INFO program/MainThread: stderr[146]: 2024-03-01 20:50:38,251 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 20:50:38,251 INFO program/MainThread: Running [147] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:50:38,254 INFO program/MainThread: stdout[147]: LVM 2024-03-01 20:50:38,254 INFO program/MainThread: stderr[147]: 2024-03-01 20:50:38,254 INFO program/MainThread: ...done [147] (exit code: 0) 2024-03-01 20:50:38,254 INFO program/MainThread: Running [148] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 20:50:38,257 INFO program/MainThread: stdout[148]: LVM 2024-03-01 20:50:38,257 INFO program/MainThread: stderr[148]: 2024-03-01 20:50:38,257 INFO program/MainThread: ...done [148] (exit code: 0) 2024-03-01 20:50:38,261 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8-real ; 2024-03-01 20:50:38,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:38,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:38,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:50:38,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:38,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,287 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8-real 2024-03-01 20:50:38,290 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8_snapset1-cow', 'DEVNAME': '/dev/dm-18', 'DEVPATH': '/devices/virtual/block/dm-18', 'DEVTYPE': 'disk', 'DISKSEQ': '37', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv8_snapset1', 'DM_NAME': 'test_vg3-lv8_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWk1RJJL45V6CcVpgfOcQ0Xjg9UFfCeZyX-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '18', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-18', 'SYS_PATH': '/sys/devices/virtual/block/dm-18', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597854729'} ; 2024-03-01 20:50:38,290 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1-cow (/sys/devices/virtual/block/dm-18)... 2024-03-01 20:50:38,290 INFO program/MainThread: Running [149] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:50:38,293 INFO program/MainThread: stdout[149]: LVM 2024-03-01 20:50:38,293 INFO program/MainThread: stderr[149]: 2024-03-01 20:50:38,293 INFO program/MainThread: ...done [149] (exit code: 0) 2024-03-01 20:50:38,293 INFO program/MainThread: Running [150] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:50:38,296 INFO program/MainThread: stdout[150]: LVM 2024-03-01 20:50:38,296 INFO program/MainThread: stderr[150]: 2024-03-01 20:50:38,296 INFO program/MainThread: ...done [150] (exit code: 0) 2024-03-01 20:50:38,296 INFO program/MainThread: Running [151] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:50:38,299 INFO program/MainThread: stdout[151]: LVM 2024-03-01 20:50:38,299 INFO program/MainThread: stderr[151]: 2024-03-01 20:50:38,299 INFO program/MainThread: ...done [151] (exit code: 0) 2024-03-01 20:50:38,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,308 INFO program/MainThread: Running [152] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:50:38,311 INFO program/MainThread: stdout[152]: LVM 2024-03-01 20:50:38,312 INFO program/MainThread: stderr[152]: 2024-03-01 20:50:38,312 INFO program/MainThread: ...done [152] (exit code: 0) 2024-03-01 20:50:38,312 INFO program/MainThread: Running [153] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:50:38,314 INFO program/MainThread: stdout[153]: LVM 2024-03-01 20:50:38,314 INFO program/MainThread: stderr[153]: 2024-03-01 20:50:38,314 INFO program/MainThread: ...done [153] (exit code: 0) 2024-03-01 20:50:38,314 INFO program/MainThread: Running [154] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 20:50:38,317 INFO program/MainThread: stdout[154]: LVM 2024-03-01 20:50:38,317 INFO program/MainThread: stderr[154]: 2024-03-01 20:50:38,317 INFO program/MainThread: ...done [154] (exit code: 0) 2024-03-01 20:50:38,321 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8_snapset1-cow ; 2024-03-01 20:50:38,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:38,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:38,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:50:38,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:50:38,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:38,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,353 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8_snapset1-cow 2024-03-01 20:50:38,356 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWk1RJJL45V6CcVpgfOcQ0Xjg9UFfCeZyX ' '/dev/disk/by-uuid/e9dd1edc-545f-442e-892e-8e2770c1559d ' '/dev/mapper/test_vg3-lv8_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1 ' '/dev/test_vg3/lv8_snapset1', 'DEVNAME': '/dev/dm-19', 'DEVPATH': '/devices/virtual/block/dm-19', 'DEVTYPE': 'disk', 'DISKSEQ': '38', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8_snapset1', 'DM_NAME': 'test_vg3-lv8_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWk1RJJL45V6CcVpgfOcQ0Xjg9UFfCeZyX', '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': 'e9dd1edc-545f-442e-892e-8e2770c1559d', 'ID_FS_UUID_ENC': 'e9dd1edc-545f-442e-892e-8e2770c1559d', 'MAJOR': '253', 'MINOR': '19', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-19', 'SYS_PATH': '/sys/devices/virtual/block/dm-19', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597868718'} ; 2024-03-01 20:50:38,356 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 20:50:38,357 INFO program/MainThread: Running [155] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:38,360 INFO program/MainThread: stdout[155]: LVM 2024-03-01 20:50:38,360 INFO program/MainThread: stderr[155]: 2024-03-01 20:50:38,360 INFO program/MainThread: ...done [155] (exit code: 0) 2024-03-01 20:50:38,360 INFO program/MainThread: Running [156] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:38,363 INFO program/MainThread: stdout[156]: LVM 2024-03-01 20:50:38,363 INFO program/MainThread: stderr[156]: 2024-03-01 20:50:38,363 INFO program/MainThread: ...done [156] (exit code: 0) 2024-03-01 20:50:38,363 INFO program/MainThread: Running [157] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:38,366 INFO program/MainThread: stdout[157]: LVM 2024-03-01 20:50:38,366 INFO program/MainThread: stderr[157]: 2024-03-01 20:50:38,366 INFO program/MainThread: ...done [157] (exit code: 0) 2024-03-01 20:50:38,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs filesystem 2024-03-01 20:50:38,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:38,380 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:38,380 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:38,382 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:38,375 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d970c940) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = k1RJJL-45V6-CcVp-gfOc-Q0Xj-g9UF-fCeZyX size = 164 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-19 target size = 164 MiB path = /dev/mapper/test_vg3-lv8_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 164 MiB 2024-03-01 20:50:38,383 INFO program/MainThread: Running [158] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 20:50:38,386 INFO program/MainThread: stdout[158]: LVM 2024-03-01 20:50:38,386 INFO program/MainThread: stderr[158]: 2024-03-01 20:50:38,386 INFO program/MainThread: ...done [158] (exit code: 0) 2024-03-01 20:50:38,390 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 20:50:38,390 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8_snapset1, bailing 2024-03-01 20:50:38,393 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWKBrlv117fWaAAwey81WHsQcLUGdDWEe6 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '17', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWKBrlv117fWaAAwey81WHsQcLUGdDWEe6', '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': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', 'ID_FS_UUID_ENC': '1641a209-b6b5-4d5d-b2e4-e65cc89c3eaf', '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': '587274948'} ; 2024-03-01 20:50:38,393 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:50:38,393 INFO program/MainThread: Running [159] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:38,396 INFO program/MainThread: stdout[159]: LVM 2024-03-01 20:50:38,397 INFO program/MainThread: stderr[159]: 2024-03-01 20:50:38,397 INFO program/MainThread: ...done [159] (exit code: 0) 2024-03-01 20:50:38,397 INFO program/MainThread: Running [160] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:38,399 INFO program/MainThread: stdout[160]: LVM 2024-03-01 20:50:38,399 INFO program/MainThread: stderr[160]: 2024-03-01 20:50:38,399 INFO program/MainThread: ...done [160] (exit code: 0) 2024-03-01 20:50:38,400 INFO program/MainThread: Running [161] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:38,402 INFO program/MainThread: stdout[161]: LVM 2024-03-01 20:50:38,402 INFO program/MainThread: stderr[161]: 2024-03-01 20:50:38,402 INFO program/MainThread: ...done [161] (exit code: 0) 2024-03-01 20:50:38,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:50:38,414 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:38,416 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:38,416 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:38,418 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:38,411 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:38,419 INFO program/MainThread: Running [162] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:50:38,422 INFO program/MainThread: stdout[162]: LVM 2024-03-01 20:50:38,422 INFO program/MainThread: stderr[162]: 2024-03-01 20:50:38,422 INFO program/MainThread: ...done [162] (exit code: 0) 2024-03-01 20:50:38,426 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:50:38,426 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 20:50:38,429 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3-real', 'DEVNAME': '/dev/dm-20', 'DEVPATH': '/devices/virtual/block/dm-20', 'DEVTYPE': 'disk', 'DISKSEQ': '40', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzsceEZz0TpG9hAzUzbmf6GU1gvtyiQr2G-real', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '20', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-20', 'SYS_PATH': '/sys/devices/virtual/block/dm-20', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598143866'} ; 2024-03-01 20:50:38,429 INFO blivet/MainThread: scanning test_vg2-lv3-real (/sys/devices/virtual/block/dm-20)... 2024-03-01 20:50:38,429 INFO program/MainThread: Running [163] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:50:38,432 INFO program/MainThread: stdout[163]: LVM 2024-03-01 20:50:38,432 INFO program/MainThread: stderr[163]: 2024-03-01 20:50:38,432 INFO program/MainThread: ...done [163] (exit code: 0) 2024-03-01 20:50:38,432 INFO program/MainThread: Running [164] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:50:38,435 INFO program/MainThread: stdout[164]: LVM 2024-03-01 20:50:38,435 INFO program/MainThread: stderr[164]: 2024-03-01 20:50:38,435 INFO program/MainThread: ...done [164] (exit code: 0) 2024-03-01 20:50:38,435 INFO program/MainThread: Running [165] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:50:38,437 INFO program/MainThread: stdout[165]: LVM 2024-03-01 20:50:38,438 INFO program/MainThread: stderr[165]: 2024-03-01 20:50:38,438 INFO program/MainThread: ...done [165] (exit code: 0) 2024-03-01 20:50:38,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,447 INFO program/MainThread: Running [166] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:50:38,450 INFO program/MainThread: stdout[166]: LVM 2024-03-01 20:50:38,450 INFO program/MainThread: stderr[166]: 2024-03-01 20:50:38,450 INFO program/MainThread: ...done [166] (exit code: 0) 2024-03-01 20:50:38,451 INFO program/MainThread: Running [167] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:50:38,453 INFO program/MainThread: stdout[167]: LVM 2024-03-01 20:50:38,453 INFO program/MainThread: stderr[167]: 2024-03-01 20:50:38,453 INFO program/MainThread: ...done [167] (exit code: 0) 2024-03-01 20:50:38,453 INFO program/MainThread: Running [168] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 20:50:38,456 INFO program/MainThread: stdout[168]: LVM 2024-03-01 20:50:38,456 INFO program/MainThread: stderr[168]: 2024-03-01 20:50:38,456 INFO program/MainThread: ...done [168] (exit code: 0) 2024-03-01 20:50:38,460 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3-real ; 2024-03-01 20:50:38,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:38,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:38,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:50:38,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:38,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,485 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3-real 2024-03-01 20:50:38,488 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3_snapset1-cow', 'DEVNAME': '/dev/dm-21', 'DEVPATH': '/devices/virtual/block/dm-21', 'DEVTYPE': 'disk', 'DISKSEQ': '41', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv3_snapset1', 'DM_NAME': 'test_vg2-lv3_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzRA2ZsU1BISiMfoujE7FoHCD5PRMRdIAL-cow', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '21', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-21', 'SYS_PATH': '/sys/devices/virtual/block/dm-21', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598145708'} ; 2024-03-01 20:50:38,488 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1-cow (/sys/devices/virtual/block/dm-21)... 2024-03-01 20:50:38,488 INFO program/MainThread: Running [169] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:50:38,492 INFO program/MainThread: stdout[169]: LVM 2024-03-01 20:50:38,492 INFO program/MainThread: stderr[169]: 2024-03-01 20:50:38,492 INFO program/MainThread: ...done [169] (exit code: 0) 2024-03-01 20:50:38,492 INFO program/MainThread: Running [170] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:50:38,494 INFO program/MainThread: stdout[170]: LVM 2024-03-01 20:50:38,495 INFO program/MainThread: stderr[170]: 2024-03-01 20:50:38,495 INFO program/MainThread: ...done [170] (exit code: 0) 2024-03-01 20:50:38,495 INFO program/MainThread: Running [171] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:50:38,497 INFO program/MainThread: stdout[171]: LVM 2024-03-01 20:50:38,497 INFO program/MainThread: stderr[171]: 2024-03-01 20:50:38,497 INFO program/MainThread: ...done [171] (exit code: 0) 2024-03-01 20:50:38,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,507 INFO program/MainThread: Running [172] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:50:38,510 INFO program/MainThread: stdout[172]: LVM 2024-03-01 20:50:38,510 INFO program/MainThread: stderr[172]: 2024-03-01 20:50:38,510 INFO program/MainThread: ...done [172] (exit code: 0) 2024-03-01 20:50:38,511 INFO program/MainThread: Running [173] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:50:38,513 INFO program/MainThread: stdout[173]: LVM 2024-03-01 20:50:38,513 INFO program/MainThread: stderr[173]: 2024-03-01 20:50:38,513 INFO program/MainThread: ...done [173] (exit code: 0) 2024-03-01 20:50:38,513 INFO program/MainThread: Running [174] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 20:50:38,516 INFO program/MainThread: stdout[174]: LVM 2024-03-01 20:50:38,516 INFO program/MainThread: stderr[174]: 2024-03-01 20:50:38,516 INFO program/MainThread: ...done [174] (exit code: 0) 2024-03-01 20:50:38,519 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3_snapset1-cow ; 2024-03-01 20:50:38,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:38,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:38,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:50:38,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:38,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,544 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3_snapset1-cow 2024-03-01 20:50:38,547 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv3_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzRA2ZsU1BISiMfoujE7FoHCD5PRMRdIAL ' '/dev/mapper/test_vg2-lv3_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1 ' '/dev/disk/by-uuid/d4761847-4268-46b1-af7c-e2118e3cc1ba', 'DEVNAME': '/dev/dm-22', 'DEVPATH': '/devices/virtual/block/dm-22', 'DEVTYPE': 'disk', 'DISKSEQ': '42', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3_snapset1', 'DM_NAME': 'test_vg2-lv3_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzRA2ZsU1BISiMfoujE7FoHCD5PRMRdIAL', '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': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', 'ID_FS_UUID_ENC': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', 'MAJOR': '253', 'MINOR': '22', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-22', 'SYS_PATH': '/sys/devices/virtual/block/dm-22', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598166136'} ; 2024-03-01 20:50:38,547 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 20:50:38,548 INFO program/MainThread: Running [175] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:38,551 INFO program/MainThread: stdout[175]: LVM 2024-03-01 20:50:38,551 INFO program/MainThread: stderr[175]: 2024-03-01 20:50:38,551 INFO program/MainThread: ...done [175] (exit code: 0) 2024-03-01 20:50:38,551 INFO program/MainThread: Running [176] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:38,554 INFO program/MainThread: stdout[176]: LVM 2024-03-01 20:50:38,554 INFO program/MainThread: stderr[176]: 2024-03-01 20:50:38,554 INFO program/MainThread: ...done [176] (exit code: 0) 2024-03-01 20:50:38,554 INFO program/MainThread: Running [177] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:38,556 INFO program/MainThread: stdout[177]: LVM 2024-03-01 20:50:38,557 INFO program/MainThread: stderr[177]: 2024-03-01 20:50:38,557 INFO program/MainThread: ...done [177] (exit code: 0) 2024-03-01 20:50:38,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs filesystem 2024-03-01 20:50:38,568 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:38,569 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:38,569 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:38,570 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:38,565 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d9817ac0) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = RA2ZsU-1BIS-iMfo-ujE7-FoHC-D5PR-MRdIAL size = 124 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-22 target size = 124 MiB path = /dev/mapper/test_vg2-lv3_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:38,571 INFO program/MainThread: Running [178] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 20:50:38,574 INFO program/MainThread: stdout[178]: LVM 2024-03-01 20:50:38,574 INFO program/MainThread: stderr[178]: 2024-03-01 20:50:38,574 INFO program/MainThread: ...done [178] (exit code: 0) 2024-03-01 20:50:38,578 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 20:50:38,578 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3_snapset1, bailing 2024-03-01 20:50:38,581 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4-real', 'DEVNAME': '/dev/dm-23', 'DEVPATH': '/devices/virtual/block/dm-23', 'DEVTYPE': 'disk', 'DISKSEQ': '44', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYz3FQAayPSg81OWWUrZaWOPvNBCvuV3WTJ-real', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '23', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-23', 'SYS_PATH': '/sys/devices/virtual/block/dm-23', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598392341'} ; 2024-03-01 20:50:38,581 INFO blivet/MainThread: scanning test_vg2-lv4-real (/sys/devices/virtual/block/dm-23)... 2024-03-01 20:50:38,581 INFO program/MainThread: Running [179] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:50:38,584 INFO program/MainThread: stdout[179]: LVM 2024-03-01 20:50:38,584 INFO program/MainThread: stderr[179]: 2024-03-01 20:50:38,584 INFO program/MainThread: ...done [179] (exit code: 0) 2024-03-01 20:50:38,584 INFO program/MainThread: Running [180] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:50:38,587 INFO program/MainThread: stdout[180]: LVM 2024-03-01 20:50:38,587 INFO program/MainThread: stderr[180]: 2024-03-01 20:50:38,587 INFO program/MainThread: ...done [180] (exit code: 0) 2024-03-01 20:50:38,587 INFO program/MainThread: Running [181] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:50:38,589 INFO program/MainThread: stdout[181]: LVM 2024-03-01 20:50:38,590 INFO program/MainThread: stderr[181]: 2024-03-01 20:50:38,590 INFO program/MainThread: ...done [181] (exit code: 0) 2024-03-01 20:50:38,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,599 INFO program/MainThread: Running [182] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:50:38,603 INFO program/MainThread: stdout[182]: LVM 2024-03-01 20:50:38,603 INFO program/MainThread: stderr[182]: 2024-03-01 20:50:38,603 INFO program/MainThread: ...done [182] (exit code: 0) 2024-03-01 20:50:38,603 INFO program/MainThread: Running [183] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:50:38,605 INFO program/MainThread: stdout[183]: LVM 2024-03-01 20:50:38,605 INFO program/MainThread: stderr[183]: 2024-03-01 20:50:38,606 INFO program/MainThread: ...done [183] (exit code: 0) 2024-03-01 20:50:38,606 INFO program/MainThread: Running [184] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 20:50:38,608 INFO program/MainThread: stdout[184]: LVM 2024-03-01 20:50:38,608 INFO program/MainThread: stderr[184]: 2024-03-01 20:50:38,608 INFO program/MainThread: ...done [184] (exit code: 0) 2024-03-01 20:50:38,612 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4-real ; 2024-03-01 20:50:38,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:38,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:38,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:50:38,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:38,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,637 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4-real 2024-03-01 20:50:38,640 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4_snapset1-cow', 'DEVNAME': '/dev/dm-24', 'DEVPATH': '/devices/virtual/block/dm-24', 'DEVTYPE': 'disk', 'DISKSEQ': '45', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv4_snapset1', 'DM_NAME': 'test_vg2-lv4_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzNUls9Gcs6LEKX4WJKXY75deWw2yaZs0y-cow', 'DM_VG_NAME': 'test_vg2', 'MAJOR': '253', 'MINOR': '24', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-24', 'SYS_PATH': '/sys/devices/virtual/block/dm-24', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598393753'} ; 2024-03-01 20:50:38,640 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1-cow (/sys/devices/virtual/block/dm-24)... 2024-03-01 20:50:38,641 INFO program/MainThread: Running [185] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:50:38,644 INFO program/MainThread: stdout[185]: LVM 2024-03-01 20:50:38,644 INFO program/MainThread: stderr[185]: 2024-03-01 20:50:38,644 INFO program/MainThread: ...done [185] (exit code: 0) 2024-03-01 20:50:38,644 INFO program/MainThread: Running [186] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:50:38,646 INFO program/MainThread: stdout[186]: LVM 2024-03-01 20:50:38,647 INFO program/MainThread: stderr[186]: 2024-03-01 20:50:38,647 INFO program/MainThread: ...done [186] (exit code: 0) 2024-03-01 20:50:38,647 INFO program/MainThread: Running [187] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:50:38,649 INFO program/MainThread: stdout[187]: LVM 2024-03-01 20:50:38,649 INFO program/MainThread: stderr[187]: 2024-03-01 20:50:38,650 INFO program/MainThread: ...done [187] (exit code: 0) 2024-03-01 20:50:38,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,659 INFO program/MainThread: Running [188] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:50:38,662 INFO program/MainThread: stdout[188]: LVM 2024-03-01 20:50:38,663 INFO program/MainThread: stderr[188]: 2024-03-01 20:50:38,663 INFO program/MainThread: ...done [188] (exit code: 0) 2024-03-01 20:50:38,663 INFO program/MainThread: Running [189] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:50:38,665 INFO program/MainThread: stdout[189]: LVM 2024-03-01 20:50:38,665 INFO program/MainThread: stderr[189]: 2024-03-01 20:50:38,665 INFO program/MainThread: ...done [189] (exit code: 0) 2024-03-01 20:50:38,666 INFO program/MainThread: Running [190] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 20:50:38,668 INFO program/MainThread: stdout[190]: LVM 2024-03-01 20:50:38,668 INFO program/MainThread: stderr[190]: 2024-03-01 20:50:38,668 INFO program/MainThread: ...done [190] (exit code: 0) 2024-03-01 20:50:38,672 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4_snapset1-cow ; 2024-03-01 20:50:38,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:38,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:38,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:50:38,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:38,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,697 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4_snapset1-cow 2024-03-01 20:50:38,700 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1 ' '/dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-uuid/820ba051-c6b9-4658-9aa3-6573cd5f6185 ' '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzNUls9Gcs6LEKX4WJKXY75deWw2yaZs0y', 'DEVNAME': '/dev/dm-25', 'DEVPATH': '/devices/virtual/block/dm-25', 'DEVTYPE': 'disk', 'DISKSEQ': '46', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4_snapset1', 'DM_NAME': 'test_vg2-lv4_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzNUls9Gcs6LEKX4WJKXY75deWw2yaZs0y', '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': '820ba051-c6b9-4658-9aa3-6573cd5f6185', 'ID_FS_UUID_ENC': '820ba051-c6b9-4658-9aa3-6573cd5f6185', 'MAJOR': '253', 'MINOR': '25', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-25', 'SYS_PATH': '/sys/devices/virtual/block/dm-25', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598416032'} ; 2024-03-01 20:50:38,700 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 20:50:38,701 INFO program/MainThread: Running [191] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:38,704 INFO program/MainThread: stdout[191]: LVM 2024-03-01 20:50:38,704 INFO program/MainThread: stderr[191]: 2024-03-01 20:50:38,704 INFO program/MainThread: ...done [191] (exit code: 0) 2024-03-01 20:50:38,704 INFO program/MainThread: Running [192] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:38,706 INFO program/MainThread: stdout[192]: LVM 2024-03-01 20:50:38,707 INFO program/MainThread: stderr[192]: 2024-03-01 20:50:38,707 INFO program/MainThread: ...done [192] (exit code: 0) 2024-03-01 20:50:38,707 INFO program/MainThread: Running [193] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:38,709 INFO program/MainThread: stdout[193]: LVM 2024-03-01 20:50:38,709 INFO program/MainThread: stderr[193]: 2024-03-01 20:50:38,709 INFO program/MainThread: ...done [193] (exit code: 0) 2024-03-01 20:50:38,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs filesystem 2024-03-01 20:50:38,720 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:38,721 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:38,722 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:38,723 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:38,718 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d976ec70) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = NUls9G-cs6L-EKX4-WJKX-Y75d-eWw2-yaZs0y size = 124 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-25 target size = 124 MiB path = /dev/mapper/test_vg2-lv4_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:38,723 INFO program/MainThread: Running [194] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 20:50:38,726 INFO program/MainThread: stdout[194]: LVM 2024-03-01 20:50:38,727 INFO program/MainThread: stderr[194]: 2024-03-01 20:50:38,727 INFO program/MainThread: ...done [194] (exit code: 0) 2024-03-01 20:50:38,731 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 20:50:38,731 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4_snapset1, bailing 2024-03-01 20:50:38,733 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-26', 'DEVPATH': '/devices/virtual/block/dm-26', 'DEVTYPE': 'disk', 'DISKSEQ': '48', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5weqw03JAPfdeEFELNZ3uTqgnDoaWWtVnm-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '26', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-26', 'SYS_PATH': '/sys/devices/virtual/block/dm-26', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598639940'} ; 2024-03-01 20:50:38,734 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-26)... 2024-03-01 20:50:38,734 INFO program/MainThread: Running [195] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:50:38,737 INFO program/MainThread: stdout[195]: LVM 2024-03-01 20:50:38,737 INFO program/MainThread: stderr[195]: 2024-03-01 20:50:38,737 INFO program/MainThread: ...done [195] (exit code: 0) 2024-03-01 20:50:38,737 INFO program/MainThread: Running [196] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:50:38,739 INFO program/MainThread: stdout[196]: LVM 2024-03-01 20:50:38,740 INFO program/MainThread: stderr[196]: 2024-03-01 20:50:38,740 INFO program/MainThread: ...done [196] (exit code: 0) 2024-03-01 20:50:38,740 INFO program/MainThread: Running [197] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:50:38,742 INFO program/MainThread: stdout[197]: LVM 2024-03-01 20:50:38,742 INFO program/MainThread: stderr[197]: 2024-03-01 20:50:38,742 INFO program/MainThread: ...done [197] (exit code: 0) 2024-03-01 20:50:38,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,752 INFO program/MainThread: Running [198] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:50:38,755 INFO program/MainThread: stdout[198]: LVM 2024-03-01 20:50:38,755 INFO program/MainThread: stderr[198]: 2024-03-01 20:50:38,755 INFO program/MainThread: ...done [198] (exit code: 0) 2024-03-01 20:50:38,755 INFO program/MainThread: Running [199] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:50:38,758 INFO program/MainThread: stdout[199]: LVM 2024-03-01 20:50:38,758 INFO program/MainThread: stderr[199]: 2024-03-01 20:50:38,758 INFO program/MainThread: ...done [199] (exit code: 0) 2024-03-01 20:50:38,758 INFO program/MainThread: Running [200] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 20:50:38,761 INFO program/MainThread: stdout[200]: LVM 2024-03-01 20:50:38,761 INFO program/MainThread: stderr[200]: 2024-03-01 20:50:38,761 INFO program/MainThread: ...done [200] (exit code: 0) 2024-03-01 20:50:38,764 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 20:50:38,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:38,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:38,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:50:38,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:38,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,789 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 20:50:38,792 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-27', 'DEVPATH': '/devices/virtual/block/dm-27', 'DEVTYPE': 'disk', 'DISKSEQ': '49', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5w04GgAe9fGzlciwz92ROIYQeUUHR9OETd-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '27', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-27', 'SYS_PATH': '/sys/devices/virtual/block/dm-27', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598642316'} ; 2024-03-01 20:50:38,792 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-27)... 2024-03-01 20:50:38,792 INFO program/MainThread: Running [201] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:50:38,795 INFO program/MainThread: stdout[201]: LVM 2024-03-01 20:50:38,795 INFO program/MainThread: stderr[201]: 2024-03-01 20:50:38,795 INFO program/MainThread: ...done [201] (exit code: 0) 2024-03-01 20:50:38,796 INFO program/MainThread: Running [202] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:50:38,798 INFO program/MainThread: stdout[202]: LVM 2024-03-01 20:50:38,798 INFO program/MainThread: stderr[202]: 2024-03-01 20:50:38,798 INFO program/MainThread: ...done [202] (exit code: 0) 2024-03-01 20:50:38,798 INFO program/MainThread: Running [203] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:50:38,801 INFO program/MainThread: stdout[203]: LVM 2024-03-01 20:50:38,801 INFO program/MainThread: stderr[203]: 2024-03-01 20:50:38,801 INFO program/MainThread: ...done [203] (exit code: 0) 2024-03-01 20:50:38,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,811 INFO program/MainThread: Running [204] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:50:38,813 INFO program/MainThread: stdout[204]: LVM 2024-03-01 20:50:38,814 INFO program/MainThread: stderr[204]: 2024-03-01 20:50:38,814 INFO program/MainThread: ...done [204] (exit code: 0) 2024-03-01 20:50:38,814 INFO program/MainThread: Running [205] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:50:38,816 INFO program/MainThread: stdout[205]: LVM 2024-03-01 20:50:38,816 INFO program/MainThread: stderr[205]: 2024-03-01 20:50:38,816 INFO program/MainThread: ...done [205] (exit code: 0) 2024-03-01 20:50:38,817 INFO program/MainThread: Running [206] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 20:50:38,819 INFO program/MainThread: stdout[206]: LVM 2024-03-01 20:50:38,819 INFO program/MainThread: stderr[206]: 2024-03-01 20:50:38,819 INFO program/MainThread: ...done [206] (exit code: 0) 2024-03-01 20:50:38,823 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 20:50:38,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:38,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:38,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:50:38,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:38,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,847 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 20:50:38,850 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-uuid/97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 ' '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5w04GgAe9fGzlciwz92ROIYQeUUHR9OETd ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1', 'DEVNAME': '/dev/dm-28', 'DEVPATH': '/devices/virtual/block/dm-28', 'DEVTYPE': 'disk', 'DISKSEQ': '50', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5w04GgAe9fGzlciwz92ROIYQeUUHR9OETd', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'ID_FS_UUID_ENC': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'MAJOR': '253', 'MINOR': '28', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-28', 'SYS_PATH': '/sys/devices/virtual/block/dm-28', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598657740'} ; 2024-03-01 20:50:38,850 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 20:50:38,850 INFO program/MainThread: Running [207] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:38,853 INFO program/MainThread: stdout[207]: LVM 2024-03-01 20:50:38,853 INFO program/MainThread: stderr[207]: 2024-03-01 20:50:38,854 INFO program/MainThread: ...done [207] (exit code: 0) 2024-03-01 20:50:38,854 INFO program/MainThread: Running [208] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:38,856 INFO program/MainThread: stdout[208]: LVM 2024-03-01 20:50:38,856 INFO program/MainThread: stderr[208]: 2024-03-01 20:50:38,856 INFO program/MainThread: ...done [208] (exit code: 0) 2024-03-01 20:50:38,856 INFO program/MainThread: Running [209] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:38,859 INFO program/MainThread: stdout[209]: LVM 2024-03-01 20:50:38,859 INFO program/MainThread: stderr[209]: 2024-03-01 20:50:38,859 INFO program/MainThread: ...done [209] (exit code: 0) 2024-03-01 20:50:38,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 20:50:38,870 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:38,871 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:38,871 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:38,872 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:38,867 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d979d400) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 04GgAe-9fGz-lciw-z92R-OIYQ-eUUH-R9OETd size = 124 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-28 target size = 124 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:38,873 INFO program/MainThread: Running [210] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 20:50:38,876 INFO program/MainThread: stdout[210]: LVM 2024-03-01 20:50:38,876 INFO program/MainThread: stderr[210]: 2024-03-01 20:50:38,876 INFO program/MainThread: ...done [210] (exit code: 0) 2024-03-01 20:50:38,880 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 20:50:38,880 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 20:50:38,883 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2-real', 'DEVNAME': '/dev/dm-29', 'DEVPATH': '/devices/virtual/block/dm-29', 'DEVTYPE': 'disk', 'DISKSEQ': '52', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wICvWaYF3cI9MJ4eHCCQocjxC95ucFfUA-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '29', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-29', 'SYS_PATH': '/sys/devices/virtual/block/dm-29', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598872450'} ; 2024-03-01 20:50:38,883 INFO blivet/MainThread: scanning test_vg1-lv2-real (/sys/devices/virtual/block/dm-29)... 2024-03-01 20:50:38,883 INFO program/MainThread: Running [211] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:50:38,886 INFO program/MainThread: stdout[211]: LVM 2024-03-01 20:50:38,887 INFO program/MainThread: stderr[211]: 2024-03-01 20:50:38,887 INFO program/MainThread: ...done [211] (exit code: 0) 2024-03-01 20:50:38,887 INFO program/MainThread: Running [212] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:50:38,889 INFO program/MainThread: stdout[212]: LVM 2024-03-01 20:50:38,889 INFO program/MainThread: stderr[212]: 2024-03-01 20:50:38,889 INFO program/MainThread: ...done [212] (exit code: 0) 2024-03-01 20:50:38,889 INFO program/MainThread: Running [213] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:50:38,892 INFO program/MainThread: stdout[213]: LVM 2024-03-01 20:50:38,892 INFO program/MainThread: stderr[213]: 2024-03-01 20:50:38,892 INFO program/MainThread: ...done [213] (exit code: 0) 2024-03-01 20:50:38,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,902 INFO program/MainThread: Running [214] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:50:38,904 INFO program/MainThread: stdout[214]: LVM 2024-03-01 20:50:38,905 INFO program/MainThread: stderr[214]: 2024-03-01 20:50:38,905 INFO program/MainThread: ...done [214] (exit code: 0) 2024-03-01 20:50:38,905 INFO program/MainThread: Running [215] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:50:38,907 INFO program/MainThread: stdout[215]: LVM 2024-03-01 20:50:38,907 INFO program/MainThread: stderr[215]: 2024-03-01 20:50:38,907 INFO program/MainThread: ...done [215] (exit code: 0) 2024-03-01 20:50:38,908 INFO program/MainThread: Running [216] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 20:50:38,910 INFO program/MainThread: stdout[216]: LVM 2024-03-01 20:50:38,910 INFO program/MainThread: stderr[216]: 2024-03-01 20:50:38,910 INFO program/MainThread: ...done [216] (exit code: 0) 2024-03-01 20:50:38,914 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2-real ; 2024-03-01 20:50:38,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:38,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:38,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:50:38,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:38,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,938 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2-real 2024-03-01 20:50:38,941 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWN6f47zXB1KUbChib5LKcfpTqfrJaQc86 ' '/dev/disk/by-uuid/b50c616f-e501-45c1-81b6-91c70c4dedfa ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '18', '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-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWN6f47zXB1KUbChib5LKcfpTqfrJaQc86', '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': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', 'ID_FS_UUID_ENC': 'b50c616f-e501-45c1-81b6-91c70c4dedfa', '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': '588351262'} ; 2024-03-01 20:50:38,941 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:50:38,941 INFO program/MainThread: Running [217] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:38,944 INFO program/MainThread: stdout[217]: LVM 2024-03-01 20:50:38,945 INFO program/MainThread: stderr[217]: 2024-03-01 20:50:38,945 INFO program/MainThread: ...done [217] (exit code: 0) 2024-03-01 20:50:38,945 INFO program/MainThread: Running [218] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:38,947 INFO program/MainThread: stdout[218]: LVM 2024-03-01 20:50:38,947 INFO program/MainThread: stderr[218]: 2024-03-01 20:50:38,947 INFO program/MainThread: ...done [218] (exit code: 0) 2024-03-01 20:50:38,947 INFO program/MainThread: Running [219] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:38,950 INFO program/MainThread: stdout[219]: LVM 2024-03-01 20:50:38,950 INFO program/MainThread: stderr[219]: 2024-03-01 20:50:38,950 INFO program/MainThread: ...done [219] (exit code: 0) 2024-03-01 20:50:38,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:50:38,962 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:38,963 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:38,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:38,965 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:38,958 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:38,966 INFO program/MainThread: Running [220] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:50:38,970 INFO program/MainThread: stdout[220]: LVM 2024-03-01 20:50:38,970 INFO program/MainThread: stderr[220]: 2024-03-01 20:50:38,970 INFO program/MainThread: ...done [220] (exit code: 0) 2024-03-01 20:50:38,974 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:50:38,974 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 20:50:38,977 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2_snapset1-cow', 'DEVNAME': '/dev/dm-30', 'DEVPATH': '/devices/virtual/block/dm-30', 'DEVTYPE': 'disk', 'DISKSEQ': '53', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv2_snapset1', 'DM_NAME': 'test_vg1-lv2_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wrNw4a5zZGrm4eAbal83zbNXry8sCzNIp-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '30', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-30', 'SYS_PATH': '/sys/devices/virtual/block/dm-30', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598874403'} ; 2024-03-01 20:50:38,977 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1-cow (/sys/devices/virtual/block/dm-30)... 2024-03-01 20:50:38,977 INFO program/MainThread: Running [221] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:50:38,980 INFO program/MainThread: stdout[221]: LVM 2024-03-01 20:50:38,981 INFO program/MainThread: stderr[221]: 2024-03-01 20:50:38,981 INFO program/MainThread: ...done [221] (exit code: 0) 2024-03-01 20:50:38,981 INFO program/MainThread: Running [222] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:50:38,983 INFO program/MainThread: stdout[222]: LVM 2024-03-01 20:50:38,983 INFO program/MainThread: stderr[222]: 2024-03-01 20:50:38,983 INFO program/MainThread: ...done [222] (exit code: 0) 2024-03-01 20:50:38,983 INFO program/MainThread: Running [223] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:50:38,986 INFO program/MainThread: stdout[223]: LVM 2024-03-01 20:50:38,986 INFO program/MainThread: stderr[223]: 2024-03-01 20:50:38,986 INFO program/MainThread: ...done [223] (exit code: 0) 2024-03-01 20:50:38,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:38,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:38,996 INFO program/MainThread: Running [224] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:50:38,999 INFO program/MainThread: stdout[224]: LVM 2024-03-01 20:50:38,999 INFO program/MainThread: stderr[224]: 2024-03-01 20:50:38,999 INFO program/MainThread: ...done [224] (exit code: 0) 2024-03-01 20:50:38,999 INFO program/MainThread: Running [225] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:50:39,002 INFO program/MainThread: stdout[225]: LVM 2024-03-01 20:50:39,002 INFO program/MainThread: stderr[225]: 2024-03-01 20:50:39,002 INFO program/MainThread: ...done [225] (exit code: 0) 2024-03-01 20:50:39,002 INFO program/MainThread: Running [226] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 20:50:39,004 INFO program/MainThread: stdout[226]: LVM 2024-03-01 20:50:39,005 INFO program/MainThread: stderr[226]: 2024-03-01 20:50:39,005 INFO program/MainThread: ...done [226] (exit code: 0) 2024-03-01 20:50:39,008 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2_snapset1-cow ; 2024-03-01 20:50:39,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:39,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:50:39,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:39,032 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2_snapset1-cow 2024-03-01 20:50:39,035 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2_snapset1 /dev/mapper/test_vg1-lv2_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wrNw4a5zZGrm4eAbal83zbNXry8sCzNIp ' '/dev/disk/by-uuid/52cef91a-258d-44ed-ad64-3c76c46a75da', 'DEVNAME': '/dev/dm-31', 'DEVPATH': '/devices/virtual/block/dm-31', 'DEVTYPE': 'disk', 'DISKSEQ': '54', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2_snapset1', 'DM_NAME': 'test_vg1-lv2_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wrNw4a5zZGrm4eAbal83zbNXry8sCzNIp', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '52cef91a-258d-44ed-ad64-3c76c46a75da', 'ID_FS_UUID_ENC': '52cef91a-258d-44ed-ad64-3c76c46a75da', 'MAJOR': '253', 'MINOR': '31', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-31', 'SYS_PATH': '/sys/devices/virtual/block/dm-31', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '598881733'} ; 2024-03-01 20:50:39,035 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 20:50:39,036 INFO program/MainThread: Running [227] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:39,039 INFO program/MainThread: stdout[227]: LVM 2024-03-01 20:50:39,039 INFO program/MainThread: stderr[227]: 2024-03-01 20:50:39,039 INFO program/MainThread: ...done [227] (exit code: 0) 2024-03-01 20:50:39,039 INFO program/MainThread: Running [228] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:39,042 INFO program/MainThread: stdout[228]: LVM 2024-03-01 20:50:39,042 INFO program/MainThread: stderr[228]: 2024-03-01 20:50:39,042 INFO program/MainThread: ...done [228] (exit code: 0) 2024-03-01 20:50:39,042 INFO program/MainThread: Running [229] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:39,045 INFO program/MainThread: stdout[229]: LVM 2024-03-01 20:50:39,045 INFO program/MainThread: stderr[229]: 2024-03-01 20:50:39,045 INFO program/MainThread: ...done [229] (exit code: 0) 2024-03-01 20:50:39,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs filesystem 2024-03-01 20:50:39,056 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,057 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,057 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,058 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,053 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d974efa0) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rNw4a5-zZGr-m4eA-bal8-3zbN-Xry8-sCzNIp size = 124 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-31 target size = 124 MiB path = /dev/mapper/test_vg1-lv2_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 124 MiB 2024-03-01 20:50:39,059 INFO program/MainThread: Running [230] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 20:50:39,062 INFO program/MainThread: stdout[230]: LVM 2024-03-01 20:50:39,062 INFO program/MainThread: stderr[230]: 2024-03-01 20:50:39,062 INFO program/MainThread: ...done [230] (exit code: 0) 2024-03-01 20:50:39,066 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 20:50:39,066 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2_snapset1, bailing 2024-03-01 20:50:39,069 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYz3FQAayPSg81OWWUrZaWOPvNBCvuV3WTJ ' '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/820ba051-c6b9-4658-9aa3-6573cd5f6185', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '19', '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-2U6p823DjfBL8esnWWJcK4UpEwgV3bYz3FQAayPSg81OWWUrZaWOPvNBCvuV3WTJ', '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': '820ba051-c6b9-4658-9aa3-6573cd5f6185', 'ID_FS_UUID_ENC': '820ba051-c6b9-4658-9aa3-6573cd5f6185', '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': '590104059'} ; 2024-03-01 20:50:39,069 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:50:39,069 INFO program/MainThread: Running [231] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:39,073 INFO program/MainThread: stdout[231]: LVM 2024-03-01 20:50:39,073 INFO program/MainThread: stderr[231]: 2024-03-01 20:50:39,073 INFO program/MainThread: ...done [231] (exit code: 0) 2024-03-01 20:50:39,073 INFO program/MainThread: Running [232] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:39,075 INFO program/MainThread: stdout[232]: LVM 2024-03-01 20:50:39,076 INFO program/MainThread: stderr[232]: 2024-03-01 20:50:39,076 INFO program/MainThread: ...done [232] (exit code: 0) 2024-03-01 20:50:39,076 INFO program/MainThread: Running [233] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:39,078 INFO program/MainThread: stdout[233]: LVM 2024-03-01 20:50:39,078 INFO program/MainThread: stderr[233]: 2024-03-01 20:50:39,078 INFO program/MainThread: ...done [233] (exit code: 0) 2024-03-01 20:50:39,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:50:39,090 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,091 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,091 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,092 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,087 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,093 INFO program/MainThread: Running [234] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:50:39,096 INFO program/MainThread: stdout[234]: LVM 2024-03-01 20:50:39,096 INFO program/MainThread: stderr[234]: 2024-03-01 20:50:39,096 INFO program/MainThread: ...done [234] (exit code: 0) 2024-03-01 20:50:39,100 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:50:39,100 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 20:50:39,103 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/d4761847-4268-46b1-af7c-e2118e3cc1ba ' '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzsceEZz0TpG9hAzUzbmf6GU1gvtyiQr2G', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-2U6p823DjfBL8esnWWJcK4UpEwgV3bYzsceEZz0TpG9hAzUzbmf6GU1gvtyiQr2G', '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': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', 'ID_FS_UUID_ENC': 'd4761847-4268-46b1-af7c-e2118e3cc1ba', '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': '590530750'} ; 2024-03-01 20:50:39,103 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:50:39,104 INFO program/MainThread: Running [235] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:39,107 INFO program/MainThread: stdout[235]: LVM 2024-03-01 20:50:39,107 INFO program/MainThread: stderr[235]: 2024-03-01 20:50:39,107 INFO program/MainThread: ...done [235] (exit code: 0) 2024-03-01 20:50:39,107 INFO program/MainThread: Running [236] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:39,110 INFO program/MainThread: stdout[236]: LVM 2024-03-01 20:50:39,110 INFO program/MainThread: stderr[236]: 2024-03-01 20:50:39,110 INFO program/MainThread: ...done [236] (exit code: 0) 2024-03-01 20:50:39,110 INFO program/MainThread: Running [237] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:39,113 INFO program/MainThread: stdout[237]: LVM 2024-03-01 20:50:39,113 INFO program/MainThread: stderr[237]: 2024-03-01 20:50:39,113 INFO program/MainThread: ...done [237] (exit code: 0) 2024-03-01 20:50:39,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:50:39,124 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,125 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,125 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,126 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,121 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,127 INFO program/MainThread: Running [238] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:50:39,130 INFO program/MainThread: stdout[238]: LVM 2024-03-01 20:50:39,130 INFO program/MainThread: stderr[238]: 2024-03-01 20:50:39,131 INFO program/MainThread: ...done [238] (exit code: 0) 2024-03-01 20:50:39,134 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:50:39,134 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 20:50:39,137 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/52cef91a-258d-44ed-ad64-3c76c46a75da ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5wICvWaYF3cI9MJ4eHCCQocjxC95ucFfUA ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '21', '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-9I97BO64i7kytxALAtL6lJKFUMSdUn5wICvWaYF3cI9MJ4eHCCQocjxC95ucFfUA', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '52cef91a-258d-44ed-ad64-3c76c46a75da', 'ID_FS_UUID_ENC': '52cef91a-258d-44ed-ad64-3c76c46a75da', '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': '592284956'} ; 2024-03-01 20:50:39,137 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:50:39,138 INFO program/MainThread: Running [239] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:39,141 INFO program/MainThread: stdout[239]: LVM 2024-03-01 20:50:39,141 INFO program/MainThread: stderr[239]: 2024-03-01 20:50:39,141 INFO program/MainThread: ...done [239] (exit code: 0) 2024-03-01 20:50:39,141 INFO program/MainThread: Running [240] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:39,144 INFO program/MainThread: stdout[240]: LVM 2024-03-01 20:50:39,144 INFO program/MainThread: stderr[240]: 2024-03-01 20:50:39,144 INFO program/MainThread: ...done [240] (exit code: 0) 2024-03-01 20:50:39,144 INFO program/MainThread: Running [241] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:39,146 INFO program/MainThread: stdout[241]: LVM 2024-03-01 20:50:39,147 INFO program/MainThread: stderr[241]: 2024-03-01 20:50:39,147 INFO program/MainThread: ...done [241] (exit code: 0) 2024-03-01 20:50:39,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:50:39,157 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,158 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,159 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,160 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,155 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,161 INFO program/MainThread: Running [242] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:50:39,164 INFO program/MainThread: stdout[242]: LVM 2024-03-01 20:50:39,164 INFO program/MainThread: stderr[242]: 2024-03-01 20:50:39,164 INFO program/MainThread: ...done [242] (exit code: 0) 2024-03-01 20:50:39,168 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:50:39,168 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 20:50:39,171 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-9I97BO64i7kytxALAtL6lJKFUMSdUn5weqw03JAPfdeEFELNZ3uTqgnDoaWWtVnm ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '22', '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-9I97BO64i7kytxALAtL6lJKFUMSdUn5weqw03JAPfdeEFELNZ3uTqgnDoaWWtVnm', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', 'ID_FS_UUID_ENC': '97a6d97b-c7b0-4c7b-a5f7-0c17de2ec5b7', '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': '592709212'} ; 2024-03-01 20:50:39,171 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:50:39,171 INFO program/MainThread: Running [243] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:39,174 INFO program/MainThread: stdout[243]: LVM 2024-03-01 20:50:39,174 INFO program/MainThread: stderr[243]: 2024-03-01 20:50:39,174 INFO program/MainThread: ...done [243] (exit code: 0) 2024-03-01 20:50:39,175 INFO program/MainThread: Running [244] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:39,177 INFO program/MainThread: stdout[244]: LVM 2024-03-01 20:50:39,177 INFO program/MainThread: stderr[244]: 2024-03-01 20:50:39,177 INFO program/MainThread: ...done [244] (exit code: 0) 2024-03-01 20:50:39,177 INFO program/MainThread: Running [245] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:39,180 INFO program/MainThread: stdout[245]: LVM 2024-03-01 20:50:39,180 INFO program/MainThread: stderr[245]: 2024-03-01 20:50:39,180 INFO program/MainThread: ...done [245] (exit code: 0) 2024-03-01 20:50:39,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:50:39,191 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,192 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,192 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,193 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,188 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,194 INFO program/MainThread: Running [246] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:50:39,197 INFO program/MainThread: stdout[246]: LVM 2024-03-01 20:50:39,197 INFO program/MainThread: stderr[246]: 2024-03-01 20:50:39,197 INFO program/MainThread: ...done [246] (exit code: 0) 2024-03-01 20:50:39,201 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:50:39,201 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:50:39,204 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5-real', 'DEVNAME': '/dev/dm-8', 'DEVPATH': '/devices/virtual/block/dm-8', 'DEVTYPE': 'disk', 'DISKSEQ': '24', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWN6f47zXB1KUbChib5LKcfpTqfrJaQc86-real', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '8', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-8', 'SYS_PATH': '/sys/devices/virtual/block/dm-8', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597043680'} ; 2024-03-01 20:50:39,204 INFO blivet/MainThread: scanning test_vg3-lv5-real (/sys/devices/virtual/block/dm-8)... 2024-03-01 20:50:39,204 INFO program/MainThread: Running [247] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:50:39,207 INFO program/MainThread: stdout[247]: LVM 2024-03-01 20:50:39,208 INFO program/MainThread: stderr[247]: 2024-03-01 20:50:39,208 INFO program/MainThread: ...done [247] (exit code: 0) 2024-03-01 20:50:39,208 INFO program/MainThread: Running [248] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:50:39,210 INFO program/MainThread: stdout[248]: LVM 2024-03-01 20:50:39,210 INFO program/MainThread: stderr[248]: 2024-03-01 20:50:39,210 INFO program/MainThread: ...done [248] (exit code: 0) 2024-03-01 20:50:39,210 INFO program/MainThread: Running [249] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:50:39,213 INFO program/MainThread: stdout[249]: LVM 2024-03-01 20:50:39,213 INFO program/MainThread: stderr[249]: 2024-03-01 20:50:39,213 INFO program/MainThread: ...done [249] (exit code: 0) 2024-03-01 20:50:39,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:39,223 INFO program/MainThread: Running [250] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:50:39,226 INFO program/MainThread: stdout[250]: LVM 2024-03-01 20:50:39,226 INFO program/MainThread: stderr[250]: 2024-03-01 20:50:39,226 INFO program/MainThread: ...done [250] (exit code: 0) 2024-03-01 20:50:39,226 INFO program/MainThread: Running [251] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:50:39,229 INFO program/MainThread: stdout[251]: LVM 2024-03-01 20:50:39,229 INFO program/MainThread: stderr[251]: 2024-03-01 20:50:39,229 INFO program/MainThread: ...done [251] (exit code: 0) 2024-03-01 20:50:39,229 INFO program/MainThread: Running [252] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 20:50:39,231 INFO program/MainThread: stdout[252]: LVM 2024-03-01 20:50:39,232 INFO program/MainThread: stderr[252]: 2024-03-01 20:50:39,232 INFO program/MainThread: ...done [252] (exit code: 0) 2024-03-01 20:50:39,235 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5-real ; 2024-03-01 20:50:39,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:39,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:39,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:50:39,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:39,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:39,261 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5-real 2024-03-01 20:50:39,264 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5_snapset1-cow', 'DEVNAME': '/dev/dm-9', 'DEVPATH': '/devices/virtual/block/dm-9', 'DEVTYPE': 'disk', 'DISKSEQ': '25', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv5_snapset1', 'DM_NAME': 'test_vg3-lv5_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qkZqZGe5bACvqOz11fpmqec2tbPZn7iWOrPLj1qT1YKKyp9RV58MPDvSQyvf0nn3-cow', 'DM_VG_NAME': 'test_vg3', 'MAJOR': '253', 'MINOR': '9', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-9', 'SYS_PATH': '/sys/devices/virtual/block/dm-9', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '597045207'} ; 2024-03-01 20:50:39,264 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1-cow (/sys/devices/virtual/block/dm-9)... 2024-03-01 20:50:39,265 INFO program/MainThread: Running [253] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:50:39,268 INFO program/MainThread: stdout[253]: LVM 2024-03-01 20:50:39,268 INFO program/MainThread: stderr[253]: 2024-03-01 20:50:39,268 INFO program/MainThread: ...done [253] (exit code: 0) 2024-03-01 20:50:39,268 INFO program/MainThread: Running [254] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:50:39,271 INFO program/MainThread: stdout[254]: LVM 2024-03-01 20:50:39,271 INFO program/MainThread: stderr[254]: 2024-03-01 20:50:39,271 INFO program/MainThread: ...done [254] (exit code: 0) 2024-03-01 20:50:39,271 INFO program/MainThread: Running [255] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:50:39,273 INFO program/MainThread: stdout[255]: LVM 2024-03-01 20:50:39,274 INFO program/MainThread: stderr[255]: 2024-03-01 20:50:39,274 INFO program/MainThread: ...done [255] (exit code: 0) 2024-03-01 20:50:39,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:39,283 INFO program/MainThread: Running [256] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:50:39,286 INFO program/MainThread: stdout[256]: LVM 2024-03-01 20:50:39,286 INFO program/MainThread: stderr[256]: 2024-03-01 20:50:39,286 INFO program/MainThread: ...done [256] (exit code: 0) 2024-03-01 20:50:39,287 INFO program/MainThread: Running [257] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:50:39,289 INFO program/MainThread: stdout[257]: LVM 2024-03-01 20:50:39,289 INFO program/MainThread: stderr[257]: 2024-03-01 20:50:39,289 INFO program/MainThread: ...done [257] (exit code: 0) 2024-03-01 20:50:39,289 INFO program/MainThread: Running [258] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 20:50:39,292 INFO program/MainThread: stdout[258]: LVM 2024-03-01 20:50:39,292 INFO program/MainThread: stderr[258]: 2024-03-01 20:50:39,292 INFO program/MainThread: ...done [258] (exit code: 0) 2024-03-01 20:50:39,296 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5_snapset1-cow ; 2024-03-01 20:50:39,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 20:50:39,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:39,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:50:39,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:50:39,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:39,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:39,328 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5_snapset1-cow 2024-03-01 20:50:39,328 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:39,338 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:39,367 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 20:50:39,368 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 20:50:39,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:39,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:50:39,381 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:50:39,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:39,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:50:39,392 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:50:39,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:39,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:50:39,404 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:50:39,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:39,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:50:39,416 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:50:39,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:39,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:50:39,427 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:50:39,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:39,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:50:39,439 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:50:39,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,445 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 20:50:39,445 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,446 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,446 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,447 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,447 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,447 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,448 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,448 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,448 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,449 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,449 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,449 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:50:39,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:50:39,455 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:50:39,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 20:50:39,460 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:50:39,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 20:50:39,465 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:50:39,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:50:39,470 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:50:39,473 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,474 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,474 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,475 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,470 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,478 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,479 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,479 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,480 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,476 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,483 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,484 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,485 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,486 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,481 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,488 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,489 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,490 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,491 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,486 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,493 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,494 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,495 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,496 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,499 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,499 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,500 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,501 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,496 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,504 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,505 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,505 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,506 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,501 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,509 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,510 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,510 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,511 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,514 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,515 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,515 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,516 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,519 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,520 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,520 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,521 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,517 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,524 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,525 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,525 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,526 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,522 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,529 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,530 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,530 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,531 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,527 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,534 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,535 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,535 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,536 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,532 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,539 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,540 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,540 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,541 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,537 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,544 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,545 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,545 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,546 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,542 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,549 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,550 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,550 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,551 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,547 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,554 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,555 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,556 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,557 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,559 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,560 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,561 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,562 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,557 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,565 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,566 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,566 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,567 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,570 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,571 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,571 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,572 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,567 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,575 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,576 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,576 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,577 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,580 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,581 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,581 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,582 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,585 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,586 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,586 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,587 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,590 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,591 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,591 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,592 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,588 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,595 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,596 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,597 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,598 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,593 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,601 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,602 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,602 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,603 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,599 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,606 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,607 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,607 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,608 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,604 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,611 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,612 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,612 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,613 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,616 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,617 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,617 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,618 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,621 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,622 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,622 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,623 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,619 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,626 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,627 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,627 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,628 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,624 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,631 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,632 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,632 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,633 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 20:50:39,629 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d979dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eqw03J-APfd-eEFE-LNZ3-uTqg-nDoa-WWtVnm size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 308 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,634 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 20:50:39,637 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:50:39,637 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv1 2024-03-01 20:50:39,637 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv1 2024-03-01 20:50:39,637 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv1 2024-03-01 20:50:39,637 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv1 2024-03-01 20:50:39,637 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv1 2024-03-01 20:50:39,637 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv1 2024-03-01 20:50:39,637 DEBUG blivet/MainThread: checking if test_vg1-lv1 depends on test_vg1-lv1 2024-03-01 20:50:39,638 DEBUG blivet/MainThread: checking if test_vg1-lv1_snapset1 depends on test_vg1-lv1 2024-03-01 20:50:39,638 DEBUG blivet/MainThread: checking if test_vg1-lv2 depends on test_vg1-lv1 2024-03-01 20:50:39,638 DEBUG blivet/MainThread: checking if test_vg1-lv2_snapset1 depends on test_vg1-lv1 2024-03-01 20:50:39,638 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv1 2024-03-01 20:50:39,638 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg1-lv1 2024-03-01 20:50:39,638 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv1 2024-03-01 20:50:39,638 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv1 2024-03-01 20:50:39,638 DEBUG blivet/MainThread: checking if test_vg2-lv3 depends on test_vg1-lv1 2024-03-01 20:50:39,638 DEBUG blivet/MainThread: checking if test_vg2-lv3_snapset1 depends on test_vg1-lv1 2024-03-01 20:50:39,638 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg1-lv1 2024-03-01 20:50:39,638 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg1-lv1 2024-03-01 20:50:39,639 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv1 2024-03-01 20:50:39,639 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg1-lv1 2024-03-01 20:50:39,639 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv1 2024-03-01 20:50:39,639 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv1 2024-03-01 20:50:39,639 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv1 2024-03-01 20:50:39,639 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg1-lv1 2024-03-01 20:50:39,639 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg1-lv1 2024-03-01 20:50:39,639 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg1-lv1 2024-03-01 20:50:39,639 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg1-lv1 2024-03-01 20:50:39,639 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg1-lv1 2024-03-01 20:50:39,639 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg1-lv1 2024-03-01 20:50:39,640 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg1-lv1 2024-03-01 20:50:39,640 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg1-lv1 2024-03-01 20:50:39,640 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv1 2024-03-01 20:50:39,640 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv1 2024-03-01 20:50:39,640 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 20:50:39,640 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 20:50:39,640 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 353 2024-03-01 20:50:39,644 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:50:39,644 INFO blivet/MainThread: registered action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:50:39,644 INFO program/MainThread: Running [259] dmsetup --version ... 2024-03-01 20:50:39,647 INFO program/MainThread: stdout[259]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 20:50:39,647 INFO program/MainThread: stderr[259]: 2024-03-01 20:50:39,648 INFO program/MainThread: ...done [259] (exit code: 0) 2024-03-01 20:50:39,652 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 4 ; 2024-03-01 20:50:39,653 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv1_snapset1 (id 58) from device tree 2024-03-01 20:50:39,653 INFO blivet/MainThread: registered action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:50:39,653 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 356 2024-03-01 20:50:39,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 20:50:39,656 INFO blivet/MainThread: registered action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:50:39,659 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 3 ; 2024-03-01 20:50:39,660 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 20:50:39,660 INFO blivet/MainThread: registered action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:50:39,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 20:50:39,665 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:50:39,668 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,668 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,669 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,669 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,665 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,672 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,673 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,673 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,674 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,670 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,676 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,677 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,677 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,678 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,680 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,681 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,681 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,682 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,685 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,685 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,686 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,689 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,689 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,690 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,690 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,687 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,693 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,693 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,694 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,694 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,691 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,697 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,698 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,698 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,699 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,695 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,701 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,702 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,702 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,703 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,699 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,705 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,706 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,706 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,707 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,703 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,710 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,710 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,711 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,711 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,708 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,714 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,714 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,715 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,715 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,712 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,718 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,719 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,719 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,720 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,716 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,722 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,723 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,723 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,724 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,720 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,726 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,727 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,727 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,728 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,725 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,731 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,731 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,732 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,732 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,729 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,735 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,736 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,736 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,737 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,733 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,739 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,740 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,740 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,741 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,737 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,743 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,744 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,744 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,745 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,748 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,748 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,749 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,749 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,752 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,752 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,753 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,753 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,756 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,757 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,757 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,758 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,754 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,760 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,761 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,761 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,762 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,764 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,765 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,765 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,766 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,768 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,769 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,769 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,770 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,766 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,773 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,773 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,774 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,774 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,771 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,777 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,777 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,778 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,778 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,775 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,781 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,781 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,782 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,782 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,779 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,785 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,786 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,786 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,787 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,783 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,789 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,790 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,790 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,791 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,787 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,793 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,794 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,794 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,795 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,797 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,798 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,798 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:50:39,799 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 20:50:39,795 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da95bb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ICvWaY-F3cI-9MJ4-eHCC-Qocj-xC95-ucFfUA size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 308 MiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061280) -- name = test_vg1 status = True id = 11 children = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 9I97BO-64i7-kytx-ALAt-L6lJ-KFUM-SdUn5w size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,800 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 20:50:39,802 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:50:39,803 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv2 2024-03-01 20:50:39,803 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv2 2024-03-01 20:50:39,803 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv2 2024-03-01 20:50:39,803 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv2 2024-03-01 20:50:39,803 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv2 2024-03-01 20:50:39,803 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv2 2024-03-01 20:50:39,803 DEBUG blivet/MainThread: checking if test_vg1-lv2 depends on test_vg1-lv2 2024-03-01 20:50:39,803 DEBUG blivet/MainThread: checking if test_vg1-lv2_snapset1 depends on test_vg1-lv2 2024-03-01 20:50:39,803 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv2 2024-03-01 20:50:39,803 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg1-lv2 2024-03-01 20:50:39,803 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv2 2024-03-01 20:50:39,803 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv2 2024-03-01 20:50:39,804 DEBUG blivet/MainThread: checking if test_vg2-lv3 depends on test_vg1-lv2 2024-03-01 20:50:39,804 DEBUG blivet/MainThread: checking if test_vg2-lv3_snapset1 depends on test_vg1-lv2 2024-03-01 20:50:39,804 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg1-lv2 2024-03-01 20:50:39,804 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg1-lv2 2024-03-01 20:50:39,804 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv2 2024-03-01 20:50:39,804 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg1-lv2 2024-03-01 20:50:39,804 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv2 2024-03-01 20:50:39,804 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv2 2024-03-01 20:50:39,804 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv2 2024-03-01 20:50:39,804 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg1-lv2 2024-03-01 20:50:39,804 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg1-lv2 2024-03-01 20:50:39,805 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg1-lv2 2024-03-01 20:50:39,805 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg1-lv2 2024-03-01 20:50:39,805 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg1-lv2 2024-03-01 20:50:39,805 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg1-lv2 2024-03-01 20:50:39,805 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg1-lv2 2024-03-01 20:50:39,805 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg1-lv2 2024-03-01 20:50:39,805 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv2 2024-03-01 20:50:39,805 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv2 2024-03-01 20:50:39,805 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv2_snapset1'] 2024-03-01 20:50:39,805 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv2_snapset1'] 2024-03-01 20:50:39,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 359 2024-03-01 20:50:39,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:50:39,809 INFO blivet/MainThread: registered action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:50:39,812 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 2 ; 2024-03-01 20:50:39,812 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv2_snapset1 (id 84) from device tree 2024-03-01 20:50:39,812 INFO blivet/MainThread: registered action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:50:39,812 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 362 2024-03-01 20:50:39,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 20:50:39,815 INFO blivet/MainThread: registered action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:50:39,819 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:50:39,819 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 71) from device tree 2024-03-01 20:50:39,819 INFO blivet/MainThread: registered action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:50:39,819 DEBUG blivet.ansible/MainThread: ['test_vg1', 'sdb', 'sda', 'sdc'] 2024-03-01 20:50:39,819 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 20:50:39,821 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 20:50:39,822 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:39,825 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:50:39,828 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:50:39,830 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:50:39,830 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 20:50:39,830 INFO blivet/MainThread: registered action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:50:39,831 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 20:50:39,831 DEBUG blivet/MainThread: removing sdb 2024-03-01 20:50:39,833 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 20:50:39,833 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:39,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 366 2024-03-01 20:50:39,836 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 20:50:39,836 INFO blivet/MainThread: registered action: [365] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:50:39,836 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 20:50:39,836 DEBUG blivet/MainThread: removing sda 2024-03-01 20:50:39,839 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 20:50:39,839 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:39,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 368 2024-03-01 20:50:39,842 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 20:50:39,842 INFO blivet/MainThread: registered action: [367] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:50:39,842 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 20:50:39,842 DEBUG blivet/MainThread: removing sdc 2024-03-01 20:50:39,845 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 20:50:39,845 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:39,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 370 2024-03-01 20:50:39,848 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 20:50:39,848 INFO blivet/MainThread: registered action: [369] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:50:39,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,853 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 20:50:39,854 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,854 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,854 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,855 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,855 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,855 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,856 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,856 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,856 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,857 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,857 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,857 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 20:50:39,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 20:50:39,863 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 20:50:39,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (112) with existing lvmpv 2024-03-01 20:50:39,868 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 20:50:39,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (122) with existing lvmpv 2024-03-01 20:50:39,873 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 20:50:39,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:39,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 20:50:39,879 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:50:39,881 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,882 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,882 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,883 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,879 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,886 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,887 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,887 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,888 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,884 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,891 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,892 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,893 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,893 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,889 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,896 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,897 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,898 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,899 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,894 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,901 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,902 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,903 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,904 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,907 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,908 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,908 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,909 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,904 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,912 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,913 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,913 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,914 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,917 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,918 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,918 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,919 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,915 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,922 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,923 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,923 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,924 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,927 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,928 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,928 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,929 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,932 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,933 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,933 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,934 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,930 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,937 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,938 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,939 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,939 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,935 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,942 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,943 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,944 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,944 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,940 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,947 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,948 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,949 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,950 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,945 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,952 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,953 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,954 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,955 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,950 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,957 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,958 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,959 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,960 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,955 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,963 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,964 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,964 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,965 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,960 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,968 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,969 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,969 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,970 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,966 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,973 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,974 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,974 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,975 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,978 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,979 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,979 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,980 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,983 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,984 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,984 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,985 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,981 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,988 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,989 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,990 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,990 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,986 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,993 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,994 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,995 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,996 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:39,998 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:39,999 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,000 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,001 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:39,996 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,004 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,004 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,005 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,006 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,001 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,009 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,010 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,010 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,011 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,006 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,014 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,015 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,015 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,016 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,019 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,020 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,020 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,021 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,017 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,024 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,025 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,025 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,026 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,022 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,029 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,030 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,030 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,031 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,027 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,034 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,035 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,035 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,036 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,032 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,039 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,040 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,040 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,041 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 20:50:40,037 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1da0614f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = sceEZz-0TpG-9hAz-Uzbm-f6GU-1gvt-yiQr2G size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.13 GiB free extents = 546 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) with existing xfs ' 'filesystem', 'existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,042 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 20:50:40,045 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:50:40,045 DEBUG blivet/MainThread: checking if sda depends on test_vg2-lv3 2024-03-01 20:50:40,045 DEBUG blivet/MainThread: checking if sdb depends on test_vg2-lv3 2024-03-01 20:50:40,045 DEBUG blivet/MainThread: checking if sdk depends on test_vg2-lv3 2024-03-01 20:50:40,045 DEBUG blivet/MainThread: checking if sdl depends on test_vg2-lv3 2024-03-01 20:50:40,045 DEBUG blivet/MainThread: checking if sdc depends on test_vg2-lv3 2024-03-01 20:50:40,045 DEBUG blivet/MainThread: checking if sdd depends on test_vg2-lv3 2024-03-01 20:50:40,045 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg2-lv3 2024-03-01 20:50:40,046 DEBUG blivet/MainThread: checking if sde depends on test_vg2-lv3 2024-03-01 20:50:40,046 DEBUG blivet/MainThread: checking if sdf depends on test_vg2-lv3 2024-03-01 20:50:40,046 DEBUG blivet/MainThread: checking if test_vg2-lv3 depends on test_vg2-lv3 2024-03-01 20:50:40,046 DEBUG blivet/MainThread: checking if test_vg2-lv3_snapset1 depends on test_vg2-lv3 2024-03-01 20:50:40,046 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg2-lv3 2024-03-01 20:50:40,046 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg2-lv3 2024-03-01 20:50:40,046 DEBUG blivet/MainThread: checking if sdg depends on test_vg2-lv3 2024-03-01 20:50:40,046 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg2-lv3 2024-03-01 20:50:40,046 DEBUG blivet/MainThread: checking if sdh depends on test_vg2-lv3 2024-03-01 20:50:40,046 DEBUG blivet/MainThread: checking if sdi depends on test_vg2-lv3 2024-03-01 20:50:40,046 DEBUG blivet/MainThread: checking if sdj depends on test_vg2-lv3 2024-03-01 20:50:40,047 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg2-lv3 2024-03-01 20:50:40,047 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg2-lv3 2024-03-01 20:50:40,047 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg2-lv3 2024-03-01 20:50:40,047 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg2-lv3 2024-03-01 20:50:40,047 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg2-lv3 2024-03-01 20:50:40,047 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg2-lv3 2024-03-01 20:50:40,047 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg2-lv3 2024-03-01 20:50:40,047 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg2-lv3 2024-03-01 20:50:40,047 DEBUG blivet/MainThread: checking if xvda depends on test_vg2-lv3 2024-03-01 20:50:40,048 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg2-lv3 2024-03-01 20:50:40,048 DEBUG blivet/MainThread: devices to remove: ['test_vg2-lv3_snapset1'] 2024-03-01 20:50:40,048 DEBUG blivet/MainThread: leaves to remove: ['test_vg2-lv3_snapset1'] 2024-03-01 20:50:40,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 372 2024-03-01 20:50:40,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:50:40,051 INFO blivet/MainThread: registered action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:50:40,054 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 4 ; 2024-03-01 20:50:40,054 INFO blivet/MainThread: removed lvmsnapshot test_vg2-lv3_snapset1 (id 144) from device tree 2024-03-01 20:50:40,054 INFO blivet/MainThread: registered action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:50:40,055 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 375 2024-03-01 20:50:40,058 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 20:50:40,058 INFO blivet/MainThread: registered action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:50:40,061 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 3 ; 2024-03-01 20:50:40,061 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 131) from device tree 2024-03-01 20:50:40,061 INFO blivet/MainThread: registered action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:50:40,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:40,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 20:50:40,067 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:50:40,069 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,070 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,070 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,070 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,073 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,074 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,074 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,075 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,071 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,077 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,078 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,078 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,079 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,075 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,082 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,082 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,083 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,083 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,080 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,086 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,087 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,087 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,088 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,084 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,090 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,091 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,091 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,092 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,094 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,095 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,095 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,096 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,098 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,099 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,099 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,100 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,096 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,102 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,103 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,103 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,104 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,106 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,107 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,107 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,108 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,104 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,110 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,111 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,111 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,112 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,108 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,115 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,115 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,116 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,116 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,119 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,119 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,120 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,120 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,123 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,124 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,124 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,125 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,121 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,127 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,128 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,128 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,129 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,125 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,131 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,132 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,132 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,133 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,135 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,136 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,136 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,137 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,133 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,139 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,140 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,140 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,141 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,137 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,143 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,144 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,144 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,145 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,141 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,147 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,148 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,148 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,149 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,152 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,152 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,153 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,153 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,150 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,156 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,156 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,157 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,157 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,154 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,160 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,160 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,161 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,161 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,158 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,164 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,164 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,165 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,165 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,162 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,168 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,168 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,169 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,169 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,166 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,172 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,172 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,173 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,173 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,176 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,177 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,177 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,178 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,180 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,181 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,181 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,182 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,178 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,184 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,185 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,185 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,186 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,182 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,188 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,189 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,189 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,190 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,186 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,192 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,193 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,193 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,194 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,190 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,196 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,197 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,197 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:50:40,198 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 20:50:40,194 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974e790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = 3FQAay-PSg8-1OWW-UrZa-WOPv-NBCv-uV3WTJ size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 308 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1d975cee0) -- name = test_vg2 status = True id = 107 children = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] uuid = 2U6p82-3Djf-BL8e-snWW-JcK4-UpEw-gV3bYz size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.13 GiB PE Size = 4 MiB PE Count = 762 PE Free = 546 PV Count = 3 modified = False extents = 762 free space = 2.55 GiB free extents = 654 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (98) with existing lvmpv', 'existing 1024 MiB disk sde (112) with existing lvmpv', 'existing 1024 MiB disk sdf (122) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem', 'existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:50:40,198 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 20:50:40,201 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:50:40,201 DEBUG blivet/MainThread: checking if sda depends on test_vg2-lv4 2024-03-01 20:50:40,201 DEBUG blivet/MainThread: checking if sdb depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if sdk depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if sdl depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if sdc depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if sdd depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if sde depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if sdf depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if sdg depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if sdh depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if sdi depends on test_vg2-lv4 2024-03-01 20:50:40,202 DEBUG blivet/MainThread: checking if sdj depends on test_vg2-lv4 2024-03-01 20:50:40,203 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg2-lv4 2024-03-01 20:50:40,203 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg2-lv4 2024-03-01 20:50:40,203 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg2-lv4 2024-03-01 20:50:40,203 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg2-lv4 2024-03-01 20:50:40,203 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg2-lv4 2024-03-01 20:50:40,203 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg2-lv4 2024-03-01 20:50:40,203 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg2-lv4 2024-03-01 20:50:40,203 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg2-lv4 2024-03-01 20:50:40,203 DEBUG blivet/MainThread: checking if xvda depends on test_vg2-lv4 2024-03-01 20:50:40,203 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg2-lv4 2024-03-01 20:50:40,204 DEBUG blivet/MainThread: devices to remove: ['test_vg2-lv4_snapset1'] 2024-03-01 20:50:40,204 DEBUG blivet/MainThread: leaves to remove: ['test_vg2-lv4_snapset1'] 2024-03-01 20:50:40,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 378 2024-03-01 20:50:40,207 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:50:40,207 INFO blivet/MainThread: registered action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:50:40,210 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 2 ; 2024-03-01 20:50:40,210 INFO blivet/MainThread: removed lvmsnapshot test_vg2-lv4_snapset1 (id 170) from device tree 2024-03-01 20:50:40,210 INFO blivet/MainThread: registered action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:50:40,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 381 2024-03-01 20:50:40,213 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 20:50:40,213 INFO blivet/MainThread: registered action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:50:40,217 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:50:40,217 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 157) from device tree 2024-03-01 20:50:40,217 INFO blivet/MainThread: registered action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:50:40,217 DEBUG blivet.ansible/MainThread: ['sdf', 'sde', 'sdd', 'test_vg2'] 2024-03-01 20:50:40,217 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 20:50:40,219 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (107) ; hidden: False ; 2024-03-01 20:50:40,220 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:40,223 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:50:40,226 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:50:40,228 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:50:40,228 INFO blivet/MainThread: removed lvmvg test_vg2 (id 107) from device tree 2024-03-01 20:50:40,228 INFO blivet/MainThread: registered action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 20:50:40,228 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 20:50:40,229 DEBUG blivet/MainThread: removing sdf 2024-03-01 20:50:40,231 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (122) with existing lvmpv ; hidden: False ; 2024-03-01 20:50:40,231 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:40,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 385 2024-03-01 20:50:40,234 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 20:50:40,234 INFO blivet/MainThread: registered action: [384] destroy format lvmpv on disk sdf (id 122) 2024-03-01 20:50:40,234 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 20:50:40,234 DEBUG blivet/MainThread: removing sde 2024-03-01 20:50:40,237 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (112) with existing lvmpv ; hidden: False ; 2024-03-01 20:50:40,237 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:40,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 387 2024-03-01 20:50:40,240 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 20:50:40,240 INFO blivet/MainThread: registered action: [386] destroy format lvmpv on disk sde (id 112) 2024-03-01 20:50:40,240 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 20:50:40,240 DEBUG blivet/MainThread: removing sdd 2024-03-01 20:50:40,242 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (98) with existing lvmpv ; hidden: False ; 2024-03-01 20:50:40,243 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:40,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 389 2024-03-01 20:50:40,245 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 20:50:40,245 INFO blivet/MainThread: registered action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 20:50:40,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:40,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,251 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 20:50:40,252 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,252 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,252 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,253 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,253 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,254 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,254 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,254 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,255 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,255 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,255 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,256 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 20:50:40,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:50:40,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 20:50:40,261 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 20:50:40,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:50:40,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 20:50:40,266 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 20:50:40,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:50:40,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 20:50:40,271 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 20:50:40,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:50:40,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (218) with existing lvmpv 2024-03-01 20:50:40,277 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 20:50:40,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:40,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 20:50:40,282 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:50:40,285 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,287 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,289 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,282 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,293 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,294 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,295 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,296 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,290 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,300 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,302 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,302 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,303 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,308 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,309 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,310 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,311 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,305 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,315 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,316 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,317 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,318 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,312 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,322 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,324 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,326 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,319 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,331 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,333 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,327 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,337 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,339 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,339 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,340 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,344 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,346 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,346 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,348 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,342 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,352 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,353 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,354 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,355 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,349 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,359 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,361 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,361 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,362 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,356 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,366 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,368 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,370 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,364 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,374 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,375 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,376 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,377 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,371 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,381 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,383 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,385 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,378 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,389 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,391 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,391 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,393 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,386 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,397 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,398 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,399 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,400 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,394 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,404 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,406 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,406 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,407 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,401 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,411 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,413 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,413 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,415 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,408 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,419 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,420 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,422 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,416 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,428 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,428 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,429 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,423 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,433 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,435 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,437 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,431 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,441 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,442 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,443 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,444 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,438 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,448 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,450 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,450 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,452 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,445 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,457 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,458 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,459 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,453 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,463 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,464 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,465 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,466 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,460 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,471 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,472 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,473 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,474 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,478 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,480 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,480 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,482 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,475 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,486 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,488 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,490 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,483 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,495 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,497 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,501 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,503 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,503 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,505 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,498 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,509 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,511 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,511 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,513 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,517 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,519 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,521 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 20:50:40,514 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9766ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = N6f47z-XB1K-UbCh-ib5L-Kcfp-Tqfr-JaQc86 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 408 MiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 1.73 GiB free extents = 444 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,522 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 20:50:40,525 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:50:40,525 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv5 2024-03-01 20:50:40,525 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv5 2024-03-01 20:50:40,525 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv5 2024-03-01 20:50:40,525 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv5 2024-03-01 20:50:40,525 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv5 2024-03-01 20:50:40,525 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv5 2024-03-01 20:50:40,525 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv5 2024-03-01 20:50:40,525 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv5 2024-03-01 20:50:40,525 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv5 2024-03-01 20:50:40,526 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv5 2024-03-01 20:50:40,526 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv5 2024-03-01 20:50:40,526 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv5 2024-03-01 20:50:40,526 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv5 2024-03-01 20:50:40,526 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg3-lv5 2024-03-01 20:50:40,526 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg3-lv5 2024-03-01 20:50:40,526 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg3-lv5 2024-03-01 20:50:40,526 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg3-lv5 2024-03-01 20:50:40,526 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg3-lv5 2024-03-01 20:50:40,526 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg3-lv5 2024-03-01 20:50:40,527 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv5 2024-03-01 20:50:40,527 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv5 2024-03-01 20:50:40,527 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv5 2024-03-01 20:50:40,527 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv5 2024-03-01 20:50:40,527 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv5_snapset1'] 2024-03-01 20:50:40,527 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv5_snapset1'] 2024-03-01 20:50:40,527 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 391 2024-03-01 20:50:40,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:50:40,530 INFO blivet/MainThread: registered action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:50:40,534 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 8 ; 2024-03-01 20:50:40,534 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv5_snapset1 (id 240) from device tree 2024-03-01 20:50:40,534 INFO blivet/MainThread: registered action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:50:40,534 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 394 2024-03-01 20:50:40,537 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 20:50:40,537 INFO blivet/MainThread: registered action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:50:40,540 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 7 ; 2024-03-01 20:50:40,540 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 227) from device tree 2024-03-01 20:50:40,540 INFO blivet/MainThread: registered action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:50:40,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:40,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 20:50:40,546 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:50:40,549 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,550 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,552 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,546 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,555 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,557 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,557 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,558 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,553 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,562 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,563 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,563 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,565 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,559 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,568 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,569 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,570 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,571 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,566 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,576 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,576 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,577 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,572 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,581 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,582 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,583 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,584 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,589 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,589 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,590 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,585 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,594 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,595 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,597 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,591 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,600 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,601 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,603 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,598 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,607 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,608 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,608 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,610 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,604 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,613 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,614 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,615 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,616 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,610 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,620 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,621 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,622 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,617 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,627 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,627 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,629 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,623 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,632 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,634 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,634 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,635 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,630 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,639 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,640 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,641 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,642 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,636 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,645 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,647 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,647 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,648 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,643 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,653 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,654 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,655 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,649 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,658 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,660 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,661 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,656 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,665 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,666 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,666 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,668 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,671 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,672 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,673 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,674 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,678 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,679 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,680 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,681 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,675 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,685 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,686 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,686 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,688 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,691 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,693 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,693 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,694 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,699 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,699 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,701 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,695 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,705 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,706 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,707 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,702 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,710 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,712 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,712 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,713 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,708 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,717 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,718 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,719 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,720 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,725 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,725 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,726 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,721 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,731 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,731 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,733 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,727 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,736 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,738 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,739 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,743 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,744 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,746 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,740 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,751 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,751 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,752 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 20:50:40,747 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d974bbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = KBrlv1-17fW-aAAw-ey81-WHsQ-cLUG-dDWEe6 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 408 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.29 GiB free extents = 587 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,753 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 20:50:40,756 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:50:40,756 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv6 2024-03-01 20:50:40,756 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv6 2024-03-01 20:50:40,756 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv6 2024-03-01 20:50:40,756 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv6 2024-03-01 20:50:40,756 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv6 2024-03-01 20:50:40,756 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv6 2024-03-01 20:50:40,757 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv6 2024-03-01 20:50:40,757 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv6 2024-03-01 20:50:40,757 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv6 2024-03-01 20:50:40,757 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv6 2024-03-01 20:50:40,757 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv6 2024-03-01 20:50:40,757 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv6 2024-03-01 20:50:40,757 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv6 2024-03-01 20:50:40,757 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg3-lv6 2024-03-01 20:50:40,757 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg3-lv6 2024-03-01 20:50:40,757 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg3-lv6 2024-03-01 20:50:40,757 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg3-lv6 2024-03-01 20:50:40,757 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv6 2024-03-01 20:50:40,758 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv6 2024-03-01 20:50:40,758 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv6 2024-03-01 20:50:40,758 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv6 2024-03-01 20:50:40,758 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv6_snapset1'] 2024-03-01 20:50:40,758 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv6_snapset1'] 2024-03-01 20:50:40,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 397 2024-03-01 20:50:40,761 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:50:40,761 INFO blivet/MainThread: registered action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:50:40,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 6 ; 2024-03-01 20:50:40,764 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv6_snapset1 (id 266) from device tree 2024-03-01 20:50:40,764 INFO blivet/MainThread: registered action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:50:40,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 400 2024-03-01 20:50:40,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 20:50:40,768 INFO blivet/MainThread: registered action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:50:40,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 5 ; 2024-03-01 20:50:40,771 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 253) from device tree 2024-03-01 20:50:40,771 INFO blivet/MainThread: registered action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:50:40,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:40,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 20:50:40,776 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:50:40,779 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,780 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,782 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,776 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,786 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,786 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,787 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,782 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,791 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,792 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,792 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,793 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,788 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,796 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,797 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,797 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,799 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,794 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,802 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,803 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,803 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,804 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,799 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,808 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,809 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,809 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,810 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,805 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,813 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,814 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,814 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,815 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,811 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,819 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,820 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,820 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,821 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,816 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,824 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,825 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,826 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,827 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,822 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,830 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,831 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,831 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,832 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,827 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,835 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,836 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,837 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,838 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,833 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,841 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,842 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,842 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,843 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,838 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,847 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,848 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,848 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,849 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,844 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,852 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,854 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,854 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,855 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,850 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,858 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,859 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,860 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,861 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,856 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,864 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,865 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,865 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,866 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,861 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,870 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,871 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,872 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,867 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,875 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,876 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,876 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,877 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,872 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,880 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,881 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,882 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,883 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,886 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,887 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,887 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,888 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,883 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,891 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,892 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,893 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,894 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,889 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,897 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,898 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,898 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,899 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,894 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,902 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,903 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,905 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,900 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,909 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,911 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,914 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,915 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,915 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,916 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,911 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,919 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,920 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,921 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,922 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,925 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,926 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,926 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,927 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,922 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,930 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,931 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,932 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,933 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,928 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,936 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,937 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,939 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,933 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,942 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,943 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,945 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,939 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,948 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,949 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,949 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,950 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,945 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,953 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,954 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,956 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 20:50:40,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d9706eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2pMU76-0wTw-BkG1-i6oq-zxH5-l9mp-k6yU4o size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 2.85 GiB free extents = 730 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) with existing xfs ' 'filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,956 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 20:50:40,959 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:50:40,959 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg3-lv7 2024-03-01 20:50:40,960 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg3-lv7 2024-03-01 20:50:40,961 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv7 2024-03-01 20:50:40,961 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv7 2024-03-01 20:50:40,961 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv7 2024-03-01 20:50:40,961 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv7 2024-03-01 20:50:40,961 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv7_snapset1'] 2024-03-01 20:50:40,961 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv7_snapset1'] 2024-03-01 20:50:40,961 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 403 2024-03-01 20:50:40,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:50:40,964 INFO blivet/MainThread: registered action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:50:40,967 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 4 ; 2024-03-01 20:50:40,967 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv7_snapset1 (id 292) from device tree 2024-03-01 20:50:40,967 INFO blivet/MainThread: registered action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:50:40,968 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 406 2024-03-01 20:50:40,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 20:50:40,971 INFO blivet/MainThread: registered action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:50:40,974 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:50:40,974 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 279) from device tree 2024-03-01 20:50:40,974 INFO blivet/MainThread: registered action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:50:40,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:50:40,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 20:50:40,980 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:50:40,982 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,983 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:40,983 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,984 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:40,980 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,987 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,987 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:40,988 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,989 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:40,985 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,991 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,992 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:40,993 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,993 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:40,989 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:40,996 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,997 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:40,997 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:40,998 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:40,994 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,001 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,002 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,002 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,003 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:40,999 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,005 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,006 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,007 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,007 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,003 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,011 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,012 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,016 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,017 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,019 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,020 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,021 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,017 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,024 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,025 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,026 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,022 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,029 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,029 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,030 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,026 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,033 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,034 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,034 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,035 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,031 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,038 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,039 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,039 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,040 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,036 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,043 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,044 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,044 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,040 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,047 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,048 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,048 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,049 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,045 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,052 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,053 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,054 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,056 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,057 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,057 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,058 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,061 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,062 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,063 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,059 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,066 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,066 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,067 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,067 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,070 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,071 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,071 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,072 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,068 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,075 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,075 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,076 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,077 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,073 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,079 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,080 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,080 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,081 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,077 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,084 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,085 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,085 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,086 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,082 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,088 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,089 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,090 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,090 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,086 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,093 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,094 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,094 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,095 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,091 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,098 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,098 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,099 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,099 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,095 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,102 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,103 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,103 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,104 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,108 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,108 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,109 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,112 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,113 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,113 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,109 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,117 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,117 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,118 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,114 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,121 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,122 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,123 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,118 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,125 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,126 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:50:41,127 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 20:50:41,123 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe1d970e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = SC7ac9-bCQQ-sHWS-3XYO-kYTv-vcEf-7Cld53 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe1da061160) -- name = test_vg3 status = True id = 193 children = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] uuid = qkZqZG-e5bA-CvqO-z11f-pmqe-c2tb-PZn7iW size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1.73 GiB PE Size = 4 MiB PE Count = 1016 PE Free = 444 PV Count = 4 modified = False extents = 1016 free space = 3.41 GiB free extents = 873 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (184) with existing lvmpv', 'existing 1024 MiB disk sdh (198) with existing lvmpv', 'existing 1024 MiB disk sdi (208) with existing lvmpv', 'existing 1024 MiB disk sdj (218) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem', 'existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:50:41,128 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv8 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv8 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv8 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv8 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv8 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv8 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv8 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv8 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv8 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv8 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv8 2024-03-01 20:50:41,131 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv8 2024-03-01 20:50:41,132 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv8 2024-03-01 20:50:41,132 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv8 2024-03-01 20:50:41,132 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv8 2024-03-01 20:50:41,132 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv8 2024-03-01 20:50:41,132 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv8 2024-03-01 20:50:41,132 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv8_snapset1'] 2024-03-01 20:50:41,132 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv8_snapset1'] 2024-03-01 20:50:41,132 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 409 2024-03-01 20:50:41,135 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: xfs ; 2024-03-01 20:50:41,135 INFO blivet/MainThread: registered action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:50:41,138 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 2 ; 2024-03-01 20:50:41,138 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv8_snapset1 (id 318) from device tree 2024-03-01 20:50:41,138 INFO blivet/MainThread: registered action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:50:41,139 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 412 2024-03-01 20:50:41,141 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 20:50:41,142 INFO blivet/MainThread: registered action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:50:41,145 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 20:50:41,145 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 305) from device tree 2024-03-01 20:50:41,145 INFO blivet/MainThread: registered action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:50:41,145 DEBUG blivet.ansible/MainThread: ['sdi', 'sdg', 'test_vg3', 'sdh', 'sdj'] 2024-03-01 20:50:41,145 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 20:50:41,147 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (193) ; hidden: False ; 2024-03-01 20:50:41,148 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:41,151 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:50:41,153 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:50:41,156 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:50:41,159 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:50:41,159 INFO blivet/MainThread: removed lvmvg test_vg3 (id 193) from device tree 2024-03-01 20:50:41,159 INFO blivet/MainThread: registered action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 20:50:41,159 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 20:50:41,159 DEBUG blivet/MainThread: removing sdi 2024-03-01 20:50:41,162 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (208) with existing lvmpv ; hidden: False ; 2024-03-01 20:50:41,162 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:41,162 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 416 2024-03-01 20:50:41,165 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 20:50:41,165 INFO blivet/MainThread: registered action: [415] destroy format lvmpv on disk sdi (id 208) 2024-03-01 20:50:41,165 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 20:50:41,165 DEBUG blivet/MainThread: removing sdg 2024-03-01 20:50:41,168 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (184) with existing lvmpv ; hidden: False ; 2024-03-01 20:50:41,168 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:41,168 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 418 2024-03-01 20:50:41,171 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 20:50:41,171 INFO blivet/MainThread: registered action: [417] destroy format lvmpv on disk sdg (id 184) 2024-03-01 20:50:41,171 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 20:50:41,171 DEBUG blivet/MainThread: removing sdh 2024-03-01 20:50:41,173 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (198) with existing lvmpv ; hidden: False ; 2024-03-01 20:50:41,173 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:41,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 420 2024-03-01 20:50:41,177 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 20:50:41,177 INFO blivet/MainThread: registered action: [419] destroy format lvmpv on disk sdh (id 198) 2024-03-01 20:50:41,177 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 20:50:41,177 DEBUG blivet/MainThread: removing sdj 2024-03-01 20:50:41,180 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (218) with existing lvmpv ; hidden: False ; 2024-03-01 20:50:41,180 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:50:41,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 422 2024-03-01 20:50:41,183 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 20:50:41,183 INFO blivet/MainThread: registered action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 20:50:41,184 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,195 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,222 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,234 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,264 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:41,265 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,278 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,308 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:50:41,309 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,320 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,350 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:41,351 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,362 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,392 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:50:41,393 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,406 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,436 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:41,437 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,450 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,480 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:50:41,481 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,494 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,524 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:41,525 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,538 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,568 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:50:41,569 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,582 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,612 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:41,613 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,626 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,656 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:50:41,657 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,668 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,698 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:41,699 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,712 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,742 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:50:41,743 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,756 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,786 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:41,787 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,796 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,827 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:50:41,828 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,841 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,872 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:41,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:41,883 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:41,914 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:50:41,914 DEBUG blivet/MainThread: action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:50:41,914 DEBUG blivet/MainThread: action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:50:41,914 DEBUG blivet/MainThread: action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [365] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [367] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [369] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:50:41,915 DEBUG blivet/MainThread: action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [384] destroy format lvmpv on disk sdf (id 122) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [386] destroy format lvmpv on disk sde (id 112) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:50:41,916 DEBUG blivet/MainThread: action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:50:41,917 DEBUG blivet/MainThread: action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:50:41,917 DEBUG blivet/MainThread: action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:50:41,917 DEBUG blivet/MainThread: action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:50:41,917 DEBUG blivet/MainThread: action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:50:41,917 DEBUG blivet/MainThread: action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:50:41,917 DEBUG blivet/MainThread: action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:50:41,917 DEBUG blivet/MainThread: action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:50:41,917 DEBUG blivet/MainThread: action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:50:41,917 DEBUG blivet/MainThread: action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:50:41,917 DEBUG blivet/MainThread: action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:50:41,917 DEBUG blivet/MainThread: action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:50:41,918 DEBUG blivet/MainThread: action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 20:50:41,918 DEBUG blivet/MainThread: action: [415] destroy format lvmpv on disk sdi (id 208) 2024-03-01 20:50:41,918 DEBUG blivet/MainThread: action: [417] destroy format lvmpv on disk sdg (id 184) 2024-03-01 20:50:41,918 DEBUG blivet/MainThread: action: [419] destroy format lvmpv on disk sdh (id 198) 2024-03-01 20:50:41,918 DEBUG blivet/MainThread: action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 20:50:41,918 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:50:41,922 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:50:41,925 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:50:41,927 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:50:41,930 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:50:41,930 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:50:41,932 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:50:41,933 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 0x7fe1daf765e0> 2024-03-01 20:50:41,933 INFO blivet/MainThread: sorting actions... 2024-03-01 20:50:41,987 DEBUG blivet/MainThread: action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:50:41,987 DEBUG blivet/MainThread: action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:50:41,987 DEBUG blivet/MainThread: action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:50:41,988 DEBUG blivet/MainThread: action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:50:41,988 DEBUG blivet/MainThread: action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:50:41,988 DEBUG blivet/MainThread: action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:50:41,988 DEBUG blivet/MainThread: action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:50:41,988 DEBUG blivet/MainThread: action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:50:41,988 DEBUG blivet/MainThread: action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:50:41,988 DEBUG blivet/MainThread: action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:50:41,989 DEBUG blivet/MainThread: action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:50:41,989 DEBUG blivet/MainThread: action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:50:41,989 DEBUG blivet/MainThread: action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:50:41,989 DEBUG blivet/MainThread: action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:50:41,989 DEBUG blivet/MainThread: action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:50:41,989 DEBUG blivet/MainThread: action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:50:41,989 DEBUG blivet/MainThread: action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 20:50:41,990 DEBUG blivet/MainThread: action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 20:50:41,990 DEBUG blivet/MainThread: action: [419] destroy format lvmpv on disk sdh (id 198) 2024-03-01 20:50:41,990 DEBUG blivet/MainThread: action: [417] destroy format lvmpv on disk sdg (id 184) 2024-03-01 20:50:41,990 DEBUG blivet/MainThread: action: [415] destroy format lvmpv on disk sdi (id 208) 2024-03-01 20:50:41,990 DEBUG blivet/MainThread: action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:50:41,990 DEBUG blivet/MainThread: action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:50:41,990 DEBUG blivet/MainThread: action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:50:41,990 DEBUG blivet/MainThread: action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:50:41,991 DEBUG blivet/MainThread: action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:50:41,991 DEBUG blivet/MainThread: action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:50:41,991 DEBUG blivet/MainThread: action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:50:41,991 DEBUG blivet/MainThread: action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:50:41,991 DEBUG blivet/MainThread: action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 20:50:41,991 DEBUG blivet/MainThread: action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 20:50:41,991 DEBUG blivet/MainThread: action: [386] destroy format lvmpv on disk sde (id 112) 2024-03-01 20:50:41,992 DEBUG blivet/MainThread: action: [384] destroy format lvmpv on disk sdf (id 122) 2024-03-01 20:50:41,992 DEBUG blivet/MainThread: action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:50:41,992 DEBUG blivet/MainThread: action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:50:41,992 DEBUG blivet/MainThread: action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:50:41,992 DEBUG blivet/MainThread: action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:50:41,992 DEBUG blivet/MainThread: action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:50:41,992 DEBUG blivet/MainThread: action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:50:41,993 DEBUG blivet/MainThread: action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:50:41,993 DEBUG blivet/MainThread: action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:50:41,993 DEBUG blivet/MainThread: action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:50:41,993 DEBUG blivet/MainThread: action: [369] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:50:41,993 DEBUG blivet/MainThread: action: [367] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:50:41,993 DEBUG blivet/MainThread: action: [365] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:50:41,993 INFO blivet/MainThread: executing action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:50:41,996 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:41,997 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8_snapset1 2024-03-01 20:50:42,006 INFO program/MainThread: stdout: 2024-03-01 20:50:42,006 INFO program/MainThread: /dev/mapper/test_vg3-lv8_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:42,006 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,007 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:42,031 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,031 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:42,044 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,044 INFO blivet/MainThread: executing action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 20:50:42,048 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:50:42,051 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:50:42,054 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,057 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,059 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,062 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,065 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,068 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,071 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,073 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 20:50:42,076 INFO program/MainThread: Running [260] lvm lvremove --yes --force test_vg3/lv8_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:42,184 INFO program/MainThread: stdout[260]: Logical volume "lv8_snapset1" successfully removed. 2024-03-01 20:50:42,184 INFO program/MainThread: stderr[260]: 2024-03-01 20:50:42,184 INFO program/MainThread: ...done [260] (exit code: 0) 2024-03-01 20:50:42,185 INFO blivet/MainThread: executing action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:50:42,195 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,201 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:50:42,201 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 20:50:42,216 INFO program/MainThread: stdout: 2024-03-01 20:50:42,216 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:42,216 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,216 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:42,250 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,251 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:42,263 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,264 INFO blivet/MainThread: executing action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 20:50:42,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 20:50:42,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 20:50:42,274 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:50:42,277 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 20:50:42,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 20:50:42,280 INFO program/MainThread: Running [261] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:42,322 INFO program/MainThread: stdout[261]: 2024-03-01 20:50:42,322 INFO program/MainThread: stderr[261]: 2024-03-01 20:50:42,322 INFO program/MainThread: ...done [261] (exit code: 0) 2024-03-01 20:50:42,326 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:50:42,329 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,332 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,335 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,337 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,341 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,344 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,346 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,349 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,352 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 20:50:42,352 INFO program/MainThread: Running [262] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:42,388 INFO program/MainThread: stdout[262]: Logical volume "lv8" successfully removed. 2024-03-01 20:50:42,389 INFO program/MainThread: stderr[262]: 2024-03-01 20:50:42,389 INFO program/MainThread: ...done [262] (exit code: 0) 2024-03-01 20:50:42,390 INFO blivet/MainThread: executing action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:50:42,399 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:42,399 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 20:50:42,417 INFO program/MainThread: stdout: 2024-03-01 20:50:42,418 INFO program/MainThread: /dev/mapper/test_vg3-lv7_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:42,418 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,418 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:42,461 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,461 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:42,474 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,474 INFO blivet/MainThread: executing action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 20:50:42,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:50:42,481 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:50:42,484 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,487 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,490 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,492 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,495 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,498 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,501 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,503 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,506 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 20:50:42,506 INFO program/MainThread: Running [263] lvm lvremove --yes --force test_vg3/lv7_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:42,605 INFO program/MainThread: stdout[263]: Logical volume "lv7_snapset1" successfully removed. 2024-03-01 20:50:42,605 INFO program/MainThread: stderr[263]: 2024-03-01 20:50:42,605 INFO program/MainThread: ...done [263] (exit code: 0) 2024-03-01 20:50:42,606 INFO blivet/MainThread: executing action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:50:42,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,621 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:50:42,621 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 20:50:42,637 INFO program/MainThread: stdout: 2024-03-01 20:50:42,637 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:42,637 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,637 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:42,678 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,679 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:42,696 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,696 INFO blivet/MainThread: executing action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 20:50:42,700 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 20:50:42,703 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 20:50:42,706 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:50:42,710 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 20:50:42,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 20:50:42,713 INFO program/MainThread: Running [264] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:42,752 INFO program/MainThread: stdout[264]: 2024-03-01 20:50:42,752 INFO program/MainThread: stderr[264]: 2024-03-01 20:50:42,752 INFO program/MainThread: ...done [264] (exit code: 0) 2024-03-01 20:50:42,756 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:50:42,759 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,762 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,765 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,767 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,770 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,773 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,776 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,778 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,782 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 20:50:42,782 INFO program/MainThread: Running [265] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:42,821 INFO program/MainThread: stdout[265]: Logical volume "lv7" successfully removed. 2024-03-01 20:50:42,821 INFO program/MainThread: stderr[265]: 2024-03-01 20:50:42,821 INFO program/MainThread: ...done [265] (exit code: 0) 2024-03-01 20:50:42,822 INFO blivet/MainThread: executing action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:50:42,830 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:42,831 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6_snapset1 2024-03-01 20:50:42,844 INFO program/MainThread: stdout: 2024-03-01 20:50:42,844 INFO program/MainThread: /dev/mapper/test_vg3-lv6_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:42,844 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,844 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:42,888 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,889 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:42,903 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:42,903 INFO blivet/MainThread: executing action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 20:50:42,907 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:50:42,910 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:50:42,913 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,916 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,918 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,921 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,924 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,927 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,930 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:42,933 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:50:42,936 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 20:50:42,936 INFO program/MainThread: Running [266] lvm lvremove --yes --force test_vg3/lv6_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:43,041 INFO program/MainThread: stdout[266]: Logical volume "lv6_snapset1" successfully removed. 2024-03-01 20:50:43,041 INFO program/MainThread: stderr[266]: 2024-03-01 20:50:43,041 INFO program/MainThread: ...done [266] (exit code: 0) 2024-03-01 20:50:43,042 INFO blivet/MainThread: executing action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:50:43,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,057 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:50:43,058 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 20:50:43,070 INFO program/MainThread: stdout: 2024-03-01 20:50:43,070 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:43,070 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:43,071 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:43,122 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:43,122 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:43,132 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:43,132 INFO blivet/MainThread: executing action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 20:50:43,136 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 20:50:43,139 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 20:50:43,143 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:50:43,146 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 20:50:43,149 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 20:50:43,150 INFO program/MainThread: Running [267] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:43,195 INFO program/MainThread: stdout[267]: 2024-03-01 20:50:43,195 INFO program/MainThread: stderr[267]: 2024-03-01 20:50:43,195 INFO program/MainThread: ...done [267] (exit code: 0) 2024-03-01 20:50:43,199 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:50:43,202 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,205 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:50:43,207 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,210 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:50:43,213 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,216 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:50:43,219 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,221 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:50:43,224 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 20:50:43,224 INFO program/MainThread: Running [268] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:43,258 INFO program/MainThread: stdout[268]: Logical volume "lv6" successfully removed. 2024-03-01 20:50:43,259 INFO program/MainThread: stderr[268]: 2024-03-01 20:50:43,259 INFO program/MainThread: ...done [268] (exit code: 0) 2024-03-01 20:50:43,260 INFO blivet/MainThread: executing action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:50:43,269 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:43,270 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5_snapset1 2024-03-01 20:50:43,281 INFO program/MainThread: stdout: 2024-03-01 20:50:43,281 INFO program/MainThread: /dev/mapper/test_vg3-lv5_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:43,281 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:43,282 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:43,336 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:43,336 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:43,349 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:43,349 INFO blivet/MainThread: executing action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 20:50:43,353 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:50:43,356 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:50:43,359 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,362 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:50:43,365 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,368 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:50:43,370 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,373 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:50:43,376 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,379 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:50:43,381 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 20:50:43,382 INFO program/MainThread: Running [269] lvm lvremove --yes --force test_vg3/lv5_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:43,462 INFO program/MainThread: stdout[269]: Logical volume "lv5_snapset1" successfully removed. 2024-03-01 20:50:43,463 INFO program/MainThread: stderr[269]: 2024-03-01 20:50:43,463 INFO program/MainThread: ...done [269] (exit code: 0) 2024-03-01 20:50:43,464 INFO blivet/MainThread: executing action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:50:43,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,479 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:50:43,479 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 20:50:43,492 INFO program/MainThread: stdout: 2024-03-01 20:50:43,492 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:43,492 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:43,493 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:43,542 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:43,542 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:43,557 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:43,557 INFO blivet/MainThread: executing action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 20:50:43,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 20:50:43,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 20:50:43,568 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:50:43,571 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 20:50:43,574 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 20:50:43,574 INFO program/MainThread: Running [270] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:43,620 INFO program/MainThread: stdout[270]: 2024-03-01 20:50:43,620 INFO program/MainThread: stderr[270]: 2024-03-01 20:50:43,620 INFO program/MainThread: ...done [270] (exit code: 0) 2024-03-01 20:50:43,624 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:50:43,627 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,629 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:50:43,632 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,635 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:50:43,637 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,640 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:50:43,643 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,645 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:50:43,648 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 20:50:43,648 INFO program/MainThread: Running [271] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:43,680 INFO program/MainThread: stdout[271]: Logical volume "lv5" successfully removed. 2024-03-01 20:50:43,681 INFO program/MainThread: stderr[271]: 2024-03-01 20:50:43,681 INFO program/MainThread: ...done [271] (exit code: 0) 2024-03-01 20:50:43,682 INFO blivet/MainThread: executing action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 20:50:43,690 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 20:50:43,702 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 20:50:43,711 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:50:43,724 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,733 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:50:43,741 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,747 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:50:43,752 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,760 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:50:43,763 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,765 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:50:43,768 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 20:50:43,768 INFO program/MainThread: Running [272] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:43,797 INFO program/MainThread: stdout[272]: Volume group "test_vg3" is already consistent. 2024-03-01 20:50:43,798 INFO program/MainThread: stderr[272]: 2024-03-01 20:50:43,798 INFO program/MainThread: ...done [272] (exit code: 0) 2024-03-01 20:50:43,798 INFO program/MainThread: Running [273] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:43,870 INFO program/MainThread: stdout[273]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 20:50:43,870 INFO program/MainThread: stderr[273]: 2024-03-01 20:50:43,870 INFO program/MainThread: ...done [273] (exit code: 0) 2024-03-01 20:50:43,870 INFO program/MainThread: Running [274] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:43,898 INFO program/MainThread: stdout[274]: Volume group "test_vg3" successfully removed 2024-03-01 20:50:43,898 INFO program/MainThread: stderr[274]: 2024-03-01 20:50:43,898 INFO program/MainThread: ...done [274] (exit code: 0) 2024-03-01 20:50:43,899 INFO blivet/MainThread: executing action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 20:50:43,905 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:43,915 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 20:50:43,920 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 20:50:43,920 INFO program/MainThread: Running [275] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sdj,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:43,993 INFO program/MainThread: stdout[275]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 20:50:43,993 INFO program/MainThread: stderr[275]: 2024-03-01 20:50:43,993 INFO program/MainThread: ...done [275] (exit code: 0) 2024-03-01 20:50:43,993 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 20:50:43,993 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,009 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,009 INFO program/MainThread: Running [276] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:44,017 INFO program/MainThread: stdout[276]: use_devicesfile=1 2024-03-01 20:50:44,017 INFO program/MainThread: stderr[276]: 2024-03-01 20:50:44,017 INFO program/MainThread: ...done [276] (exit code: 0) 2024-03-01 20:50:44,017 INFO program/MainThread: Running [277] lvmdevices --deldev /dev/sdj ... 2024-03-01 20:50:44,031 INFO program/MainThread: stdout[277]: 2024-03-01 20:50:44,031 INFO program/MainThread: stderr[277]: 2024-03-01 20:50:44,031 INFO program/MainThread: ...done [277] (exit code: 0) 2024-03-01 20:50:44,032 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,041 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,041 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,051 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,052 INFO blivet/MainThread: executing action: [419] destroy format lvmpv on disk sdh (id 198) 2024-03-01 20:50:44,055 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,058 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 20:50:44,060 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 20:50:44,061 INFO program/MainThread: Running [278] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdh,/dev/sdg,/dev/sdi,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:44,093 INFO program/MainThread: stdout[278]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 20:50:44,093 INFO program/MainThread: stderr[278]: 2024-03-01 20:50:44,093 INFO program/MainThread: ...done [278] (exit code: 0) 2024-03-01 20:50:44,093 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 20:50:44,094 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,111 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,111 INFO program/MainThread: Running [279] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdg,/dev/sdi,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:44,119 INFO program/MainThread: stdout[279]: use_devicesfile=1 2024-03-01 20:50:44,120 INFO program/MainThread: stderr[279]: 2024-03-01 20:50:44,120 INFO program/MainThread: ...done [279] (exit code: 0) 2024-03-01 20:50:44,120 INFO program/MainThread: Running [280] lvmdevices --deldev /dev/sdh ... 2024-03-01 20:50:44,133 INFO program/MainThread: stdout[280]: 2024-03-01 20:50:44,134 INFO program/MainThread: stderr[280]: 2024-03-01 20:50:44,134 INFO program/MainThread: ...done [280] (exit code: 0) 2024-03-01 20:50:44,134 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,145 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,145 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,154 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,155 INFO blivet/MainThread: executing action: [417] destroy format lvmpv on disk sdg (id 184) 2024-03-01 20:50:44,158 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,161 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 20:50:44,163 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 20:50:44,164 INFO program/MainThread: Running [281] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdg,/dev/sdi,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:44,199 INFO program/MainThread: stdout[281]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 20:50:44,200 INFO program/MainThread: stderr[281]: 2024-03-01 20:50:44,200 INFO program/MainThread: ...done [281] (exit code: 0) 2024-03-01 20:50:44,200 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 20:50:44,200 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,215 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,215 INFO program/MainThread: Running [282] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdi,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:44,223 INFO program/MainThread: stdout[282]: use_devicesfile=1 2024-03-01 20:50:44,224 INFO program/MainThread: stderr[282]: 2024-03-01 20:50:44,224 INFO program/MainThread: ...done [282] (exit code: 0) 2024-03-01 20:50:44,224 INFO program/MainThread: Running [283] lvmdevices --deldev /dev/sdg ... 2024-03-01 20:50:44,237 INFO program/MainThread: stdout[283]: 2024-03-01 20:50:44,237 INFO program/MainThread: stderr[283]: 2024-03-01 20:50:44,237 INFO program/MainThread: ...done [283] (exit code: 0) 2024-03-01 20:50:44,237 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,247 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,247 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,256 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,257 INFO blivet/MainThread: executing action: [415] destroy format lvmpv on disk sdi (id 208) 2024-03-01 20:50:44,261 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,263 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 20:50:44,266 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 20:50:44,266 INFO program/MainThread: Running [284] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdi,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:44,305 INFO program/MainThread: stdout[284]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 20:50:44,306 INFO program/MainThread: stderr[284]: 2024-03-01 20:50:44,306 INFO program/MainThread: ...done [284] (exit code: 0) 2024-03-01 20:50:44,306 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 20:50:44,306 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,319 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,319 INFO program/MainThread: Running [285] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:44,327 INFO program/MainThread: stdout[285]: use_devicesfile=1 2024-03-01 20:50:44,328 INFO program/MainThread: stderr[285]: 2024-03-01 20:50:44,328 INFO program/MainThread: ...done [285] (exit code: 0) 2024-03-01 20:50:44,328 INFO program/MainThread: Running [286] lvmdevices --deldev /dev/sdi ... 2024-03-01 20:50:44,342 INFO program/MainThread: stdout[286]: 2024-03-01 20:50:44,342 INFO program/MainThread: stderr[286]: 2024-03-01 20:50:44,342 INFO program/MainThread: ...done [286] (exit code: 0) 2024-03-01 20:50:44,342 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,352 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,352 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,362 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,362 INFO blivet/MainThread: executing action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:50:44,366 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:44,367 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4_snapset1 2024-03-01 20:50:44,375 INFO program/MainThread: stdout: 2024-03-01 20:50:44,376 INFO program/MainThread: /dev/mapper/test_vg2-lv4_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:44,376 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,376 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,392 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,392 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,401 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,402 INFO blivet/MainThread: executing action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 20:50:44,406 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:50:44,409 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:50:44,411 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,414 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 20:50:44,417 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,420 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 20:50:44,422 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,425 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 20:50:44,428 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 20:50:44,428 INFO program/MainThread: Running [287] lvm lvremove --yes --force test_vg2/lv4_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:44,532 INFO program/MainThread: stdout[287]: Logical volume "lv4_snapset1" successfully removed. 2024-03-01 20:50:44,532 INFO program/MainThread: stderr[287]: 2024-03-01 20:50:44,532 INFO program/MainThread: ...done [287] (exit code: 0) 2024-03-01 20:50:44,533 INFO blivet/MainThread: executing action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:50:44,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,552 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:50:44,552 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 20:50:44,565 INFO program/MainThread: stdout: 2024-03-01 20:50:44,565 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:44,565 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,565 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,593 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,593 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,602 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,603 INFO blivet/MainThread: executing action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 20:50:44,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 20:50:44,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 20:50:44,613 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:50:44,616 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 20:50:44,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 20:50:44,619 INFO program/MainThread: Running [288] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:44,662 INFO program/MainThread: stdout[288]: 2024-03-01 20:50:44,662 INFO program/MainThread: stderr[288]: 2024-03-01 20:50:44,662 INFO program/MainThread: ...done [288] (exit code: 0) 2024-03-01 20:50:44,666 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:50:44,669 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,672 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 20:50:44,675 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,677 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 20:50:44,680 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,683 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 20:50:44,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 20:50:44,686 INFO program/MainThread: Running [289] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:44,717 INFO program/MainThread: stdout[289]: Logical volume "lv4" successfully removed. 2024-03-01 20:50:44,718 INFO program/MainThread: stderr[289]: 2024-03-01 20:50:44,718 INFO program/MainThread: ...done [289] (exit code: 0) 2024-03-01 20:50:44,718 INFO blivet/MainThread: executing action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:50:44,728 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:44,729 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3_snapset1 2024-03-01 20:50:44,742 INFO program/MainThread: stdout: 2024-03-01 20:50:44,743 INFO program/MainThread: /dev/mapper/test_vg2-lv3_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:44,743 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,743 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,775 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,776 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,786 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,787 INFO blivet/MainThread: executing action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 20:50:44,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:50:44,793 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:50:44,796 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,799 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 20:50:44,802 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,804 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 20:50:44,807 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,810 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 20:50:44,813 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 20:50:44,813 INFO program/MainThread: Running [290] lvm lvremove --yes --force test_vg2/lv3_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:44,904 INFO program/MainThread: stdout[290]: Logical volume "lv3_snapset1" successfully removed. 2024-03-01 20:50:44,905 INFO program/MainThread: stderr[290]: 2024-03-01 20:50:44,905 INFO program/MainThread: ...done [290] (exit code: 0) 2024-03-01 20:50:44,906 INFO blivet/MainThread: executing action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:50:44,915 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:44,922 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:50:44,923 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 20:50:44,938 INFO program/MainThread: stdout: 2024-03-01 20:50:44,938 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:44,938 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,939 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,967 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,968 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:44,977 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:44,977 INFO blivet/MainThread: executing action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 20:50:44,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 20:50:44,984 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 20:50:44,987 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:50:44,990 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 20:50:44,993 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 20:50:44,993 INFO program/MainThread: Running [291] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:45,042 INFO program/MainThread: stdout[291]: 2024-03-01 20:50:45,043 INFO program/MainThread: stderr[291]: 2024-03-01 20:50:45,043 INFO program/MainThread: ...done [291] (exit code: 0) 2024-03-01 20:50:45,047 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:50:45,050 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,052 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:50:45,055 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,058 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:50:45,060 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,063 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:50:45,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 20:50:45,066 INFO program/MainThread: Running [292] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:45,098 INFO program/MainThread: stdout[292]: Logical volume "lv3" successfully removed. 2024-03-01 20:50:45,099 INFO program/MainThread: stderr[292]: 2024-03-01 20:50:45,099 INFO program/MainThread: ...done [292] (exit code: 0) 2024-03-01 20:50:45,100 INFO blivet/MainThread: executing action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 20:50:45,106 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 20:50:45,112 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 20:50:45,121 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:50:45,127 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,134 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:50:45,139 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,146 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:50:45,151 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,158 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:50:45,161 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 20:50:45,161 INFO program/MainThread: Running [293] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:45,201 INFO program/MainThread: stdout[293]: Volume group "test_vg2" is already consistent. 2024-03-01 20:50:45,201 INFO program/MainThread: stderr[293]: 2024-03-01 20:50:45,201 INFO program/MainThread: ...done [293] (exit code: 0) 2024-03-01 20:50:45,201 INFO program/MainThread: Running [294] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:45,249 INFO program/MainThread: stdout[294]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 20:50:45,250 INFO program/MainThread: stderr[294]: 2024-03-01 20:50:45,250 INFO program/MainThread: ...done [294] (exit code: 0) 2024-03-01 20:50:45,250 INFO program/MainThread: Running [295] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:45,286 INFO program/MainThread: stdout[295]: Volume group "test_vg2" successfully removed 2024-03-01 20:50:45,286 INFO program/MainThread: stderr[295]: 2024-03-01 20:50:45,286 INFO program/MainThread: ...done [295] (exit code: 0) 2024-03-01 20:50:45,288 INFO blivet/MainThread: executing action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 20:50:45,297 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,304 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 20:50:45,319 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 20:50:45,319 INFO program/MainThread: Running [296] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdd,/dev/sdb ... 2024-03-01 20:50:45,353 INFO program/MainThread: stdout[296]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 20:50:45,354 INFO program/MainThread: stderr[296]: 2024-03-01 20:50:45,354 INFO program/MainThread: ...done [296] (exit code: 0) 2024-03-01 20:50:45,354 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 20:50:45,354 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,373 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,373 INFO program/MainThread: Running [297] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:45,381 INFO program/MainThread: stdout[297]: use_devicesfile=1 2024-03-01 20:50:45,381 INFO program/MainThread: stderr[297]: 2024-03-01 20:50:45,381 INFO program/MainThread: ...done [297] (exit code: 0) 2024-03-01 20:50:45,382 INFO program/MainThread: Running [298] lvmdevices --deldev /dev/sdd ... 2024-03-01 20:50:45,395 INFO program/MainThread: stdout[298]: 2024-03-01 20:50:45,396 INFO program/MainThread: stderr[298]: 2024-03-01 20:50:45,396 INFO program/MainThread: ...done [298] (exit code: 0) 2024-03-01 20:50:45,396 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,405 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,414 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,415 INFO blivet/MainThread: executing action: [386] destroy format lvmpv on disk sde (id 112) 2024-03-01 20:50:45,419 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,421 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 20:50:45,424 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 20:50:45,424 INFO program/MainThread: Running [299] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sde,/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:45,459 INFO program/MainThread: stdout[299]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 20:50:45,459 INFO program/MainThread: stderr[299]: 2024-03-01 20:50:45,459 INFO program/MainThread: ...done [299] (exit code: 0) 2024-03-01 20:50:45,459 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 20:50:45,460 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,471 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,472 INFO program/MainThread: Running [300] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:45,479 INFO program/MainThread: stdout[300]: use_devicesfile=1 2024-03-01 20:50:45,479 INFO program/MainThread: stderr[300]: 2024-03-01 20:50:45,480 INFO program/MainThread: ...done [300] (exit code: 0) 2024-03-01 20:50:45,480 INFO program/MainThread: Running [301] lvmdevices --deldev /dev/sde ... 2024-03-01 20:50:45,494 INFO program/MainThread: stdout[301]: 2024-03-01 20:50:45,494 INFO program/MainThread: stderr[301]: 2024-03-01 20:50:45,494 INFO program/MainThread: ...done [301] (exit code: 0) 2024-03-01 20:50:45,494 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,504 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,504 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,513 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,514 INFO blivet/MainThread: executing action: [384] destroy format lvmpv on disk sdf (id 122) 2024-03-01 20:50:45,518 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,520 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 20:50:45,523 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 20:50:45,523 INFO program/MainThread: Running [302] lvm pvremove --force --force --yes /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:45,552 INFO program/MainThread: stdout[302]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 20:50:45,553 INFO program/MainThread: stderr[302]: 2024-03-01 20:50:45,553 INFO program/MainThread: ...done [302] (exit code: 0) 2024-03-01 20:50:45,553 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 20:50:45,553 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,569 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,569 INFO program/MainThread: Running [303] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:45,577 INFO program/MainThread: stdout[303]: use_devicesfile=1 2024-03-01 20:50:45,578 INFO program/MainThread: stderr[303]: 2024-03-01 20:50:45,578 INFO program/MainThread: ...done [303] (exit code: 0) 2024-03-01 20:50:45,578 INFO program/MainThread: Running [304] lvmdevices --deldev /dev/sdf ... 2024-03-01 20:50:45,591 INFO program/MainThread: stdout[304]: 2024-03-01 20:50:45,591 INFO program/MainThread: stderr[304]: 2024-03-01 20:50:45,591 INFO program/MainThread: ...done [304] (exit code: 0) 2024-03-01 20:50:45,592 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,605 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,605 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,618 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,618 INFO blivet/MainThread: executing action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:50:45,623 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:45,623 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2_snapset1 2024-03-01 20:50:45,632 INFO program/MainThread: stdout: 2024-03-01 20:50:45,632 INFO program/MainThread: /dev/mapper/test_vg1-lv2_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:45,632 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,650 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,650 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,659 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,660 INFO blivet/MainThread: executing action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 20:50:45,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:50:45,667 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:50:45,669 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,672 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 20:50:45,675 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,678 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 20:50:45,680 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,683 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 20:50:45,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 20:50:45,686 INFO program/MainThread: Running [305] lvm lvremove --yes --force test_vg1/lv2_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:45,778 INFO program/MainThread: stdout[305]: Logical volume "lv2_snapset1" successfully removed. 2024-03-01 20:50:45,778 INFO program/MainThread: stderr[305]: 2024-03-01 20:50:45,778 INFO program/MainThread: ...done [305] (exit code: 0) 2024-03-01 20:50:45,779 INFO blivet/MainThread: executing action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:50:45,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,798 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:50:45,799 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 20:50:45,809 INFO program/MainThread: stdout: 2024-03-01 20:50:45,810 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:45,810 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,810 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,839 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,839 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:45,852 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,852 INFO blivet/MainThread: executing action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 20:50:45,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 20:50:45,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 20:50:45,862 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:50:45,865 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 20:50:45,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 20:50:45,869 INFO program/MainThread: Running [306] lvm lvchange -an test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:45,901 INFO program/MainThread: stdout[306]: 2024-03-01 20:50:45,902 INFO program/MainThread: stderr[306]: 2024-03-01 20:50:45,902 INFO program/MainThread: ...done [306] (exit code: 0) 2024-03-01 20:50:45,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:50:45,909 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,911 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 20:50:45,914 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,917 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 20:50:45,920 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:45,922 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 20:50:45,925 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 20:50:45,925 INFO program/MainThread: Running [307] lvm lvremove --yes test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:45,955 INFO program/MainThread: stdout[307]: Logical volume "lv2" successfully removed. 2024-03-01 20:50:45,956 INFO program/MainThread: stderr[307]: 2024-03-01 20:50:45,956 INFO program/MainThread: ...done [307] (exit code: 0) 2024-03-01 20:50:45,956 INFO blivet/MainThread: executing action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:50:45,963 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 20:50:45,964 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 20:50:45,984 INFO program/MainThread: stdout: 2024-03-01 20:50:45,984 INFO program/MainThread: /dev/mapper/test_vg1-lv1_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:45,984 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:45,984 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,019 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,019 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,032 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,032 INFO blivet/MainThread: executing action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 20:50:46,036 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:50:46,039 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:50:46,042 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,045 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 20:50:46,047 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,050 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 20:50:46,053 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,056 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 20:50:46,058 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 20:50:46,059 INFO program/MainThread: Running [308] lvm lvremove --yes --force test_vg1/lv1_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:46,163 INFO program/MainThread: stdout[308]: Logical volume "lv1_snapset1" successfully removed. 2024-03-01 20:50:46,163 INFO program/MainThread: stderr[308]: 2024-03-01 20:50:46,163 INFO program/MainThread: ...done [308] (exit code: 0) 2024-03-01 20:50:46,164 INFO blivet/MainThread: executing action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:50:46,173 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,183 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:50:46,183 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 20:50:46,199 INFO program/MainThread: stdout: 2024-03-01 20:50:46,199 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:50:46,199 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,200 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,223 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,223 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,232 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,233 INFO blivet/MainThread: executing action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:50:46,237 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 20:50:46,240 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:50:46,243 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:50:46,246 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 20:50:46,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:50:46,249 INFO program/MainThread: Running [309] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:46,290 INFO program/MainThread: stdout[309]: 2024-03-01 20:50:46,290 INFO program/MainThread: stderr[309]: 2024-03-01 20:50:46,290 INFO program/MainThread: ...done [309] (exit code: 0) 2024-03-01 20:50:46,294 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:50:46,297 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,300 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:50:46,302 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,305 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:50:46,308 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,311 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:50:46,314 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 20:50:46,314 INFO program/MainThread: Running [310] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:46,371 INFO program/MainThread: stdout[310]: Logical volume "lv1" successfully removed. 2024-03-01 20:50:46,372 INFO program/MainThread: stderr[310]: 2024-03-01 20:50:46,372 INFO program/MainThread: ...done [310] (exit code: 0) 2024-03-01 20:50:46,373 INFO blivet/MainThread: executing action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:50:46,379 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 20:50:46,384 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 20:50:46,396 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:50:46,405 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,410 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:50:46,419 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,426 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:50:46,431 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,433 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:50:46,436 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 20:50:46,436 INFO program/MainThread: Running [311] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:46,469 INFO program/MainThread: stdout[311]: Volume group "test_vg1" is already consistent. 2024-03-01 20:50:46,470 INFO program/MainThread: stderr[311]: 2024-03-01 20:50:46,470 INFO program/MainThread: ...done [311] (exit code: 0) 2024-03-01 20:50:46,470 INFO program/MainThread: Running [312] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:46,524 INFO program/MainThread: stdout[312]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 20:50:46,524 INFO program/MainThread: stderr[312]: 2024-03-01 20:50:46,524 INFO program/MainThread: ...done [312] (exit code: 0) 2024-03-01 20:50:46,524 INFO program/MainThread: Running [313] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:46,550 INFO program/MainThread: stdout[313]: Volume group "test_vg1" successfully removed 2024-03-01 20:50:46,551 INFO program/MainThread: stderr[313]: 2024-03-01 20:50:46,551 INFO program/MainThread: ...done [313] (exit code: 0) 2024-03-01 20:50:46,552 INFO blivet/MainThread: executing action: [369] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:50:46,558 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,564 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:50:46,569 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:50:46,569 INFO program/MainThread: Running [314] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 20:50:46,628 INFO program/MainThread: stdout[314]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 20:50:46,628 INFO program/MainThread: stderr[314]: 2024-03-01 20:50:46,628 INFO program/MainThread: ...done [314] (exit code: 0) 2024-03-01 20:50:46,628 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 20:50:46,629 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,645 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,645 INFO program/MainThread: Running [315] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 20:50:46,653 INFO program/MainThread: stdout[315]: use_devicesfile=1 2024-03-01 20:50:46,653 INFO program/MainThread: stderr[315]: 2024-03-01 20:50:46,653 INFO program/MainThread: ...done [315] (exit code: 0) 2024-03-01 20:50:46,653 INFO program/MainThread: Running [316] lvmdevices --deldev /dev/sdc ... 2024-03-01 20:50:46,667 INFO program/MainThread: stdout[316]: 2024-03-01 20:50:46,667 INFO program/MainThread: stderr[316]: 2024-03-01 20:50:46,667 INFO program/MainThread: ...done [316] (exit code: 0) 2024-03-01 20:50:46,667 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,679 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,679 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,692 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,692 INFO blivet/MainThread: executing action: [367] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:50:46,696 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,698 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:50:46,701 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:50:46,701 INFO program/MainThread: Running [317] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 20:50:46,729 INFO program/MainThread: stdout[317]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 20:50:46,730 INFO program/MainThread: stderr[317]: 2024-03-01 20:50:46,730 INFO program/MainThread: ...done [317] (exit code: 0) 2024-03-01 20:50:46,730 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 20:50:46,730 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,747 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,747 INFO program/MainThread: Running [318] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 20:50:46,755 INFO program/MainThread: stdout[318]: use_devicesfile=1 2024-03-01 20:50:46,756 INFO program/MainThread: stderr[318]: 2024-03-01 20:50:46,756 INFO program/MainThread: ...done [318] (exit code: 0) 2024-03-01 20:50:46,756 INFO program/MainThread: Running [319] lvmdevices --deldev /dev/sda ... 2024-03-01 20:50:46,769 INFO program/MainThread: stdout[319]: 2024-03-01 20:50:46,769 INFO program/MainThread: stderr[319]: 2024-03-01 20:50:46,769 INFO program/MainThread: ...done [319] (exit code: 0) 2024-03-01 20:50:46,769 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,782 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,782 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,795 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,795 INFO blivet/MainThread: executing action: [365] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:50:46,799 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:50:46,801 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:50:46,804 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:50:46,804 INFO program/MainThread: Running [320] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 20:50:46,832 INFO program/MainThread: stdout[320]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 20:50:46,832 INFO program/MainThread: stderr[320]: 2024-03-01 20:50:46,832 INFO program/MainThread: ...done [320] (exit code: 0) 2024-03-01 20:50:46,833 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 20:50:46,833 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,850 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,850 INFO program/MainThread: Running [321] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:50:46,858 INFO program/MainThread: stdout[321]: use_devicesfile=1 2024-03-01 20:50:46,859 INFO program/MainThread: stderr[321]: 2024-03-01 20:50:46,859 INFO program/MainThread: ...done [321] (exit code: 0) 2024-03-01 20:50:46,859 INFO program/MainThread: Running [322] lvmdevices --deldev /dev/sdb ... 2024-03-01 20:50:46,872 INFO program/MainThread: stdout[322]: 2024-03-01 20:50:46,872 INFO program/MainThread: stderr[322]: 2024-03-01 20:50:46,872 INFO program/MainThread: ...done [322] (exit code: 0) 2024-03-01 20:50:46,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,882 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,882 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:46,895 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:46,900 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:50:46,900 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 0x7fe1db175ae0> 2024-03-01 20:50:54,527 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_t20iwbo9/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:50:57,762 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_zbtvokap/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:01,959 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_vkv6x_xe/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:01,995 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:01,995 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:01,998 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:01,998 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 20:51:01,999 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:01,999 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:02,004 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:02,004 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:02,008 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:02,008 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:02,011 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:02,011 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:02,014 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:02,014 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:02,022 INFO program/MainThread: stdout: 2024-03-01 20:51:02,023 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:02,023 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:02,023 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 20:51:02,023 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:02,023 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 20:51:02,023 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:02,024 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:02,024 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:02,024 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:02,024 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:02,025 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:02,025 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:02,035 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:02,048 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:51:02,052 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-36001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-id/wwn-0x6001405a7f9beb1aed14e829ac2e3d8e', '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': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'ID_SERIAL': '36001405a7f9beb1aed14e829ac2e3d8e', 'ID_SERIAL_SHORT': '6001405a7f9beb1aed14e829ac2e3d8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a7f9beb1a', 'ID_WWN_VENDOR_EXTENSION': '0xed14e829ac2e3d8e', 'ID_WWN_WITH_EXTENSION': '0x6001405a7f9beb1aed14e829ac2e3d8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a7f9beb1aed14e829ac2e3d8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329054376'} ; 2024-03-01 20:51:02,052 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:51:02,053 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 20:51:02,080 INFO program/MainThread: stdout[3]: 2024-03-01 20:51:02,081 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:02,081 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:02,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,092 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:02,094 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 20:51:02,099 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:02,099 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:02,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:02,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:02,103 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:02,107 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:02,107 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:51:02,110 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:51:02,110 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:02,111 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:02,111 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc699a6d0) -- 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 = 6001405a7f9beb1aed14e829ac2e3d8e 2024-03-01 20:51:02,114 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:02,114 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:51:02,118 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/scsi-36001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/wwn-0x6001405e3f5478318344b9fb2d6f5904', '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': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'ID_SERIAL': '36001405e3f5478318344b9fb2d6f5904', 'ID_SERIAL_SHORT': '6001405e3f5478318344b9fb2d6f5904', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e3f547831', 'ID_WWN_VENDOR_EXTENSION': '0x8344b9fb2d6f5904', 'ID_WWN_WITH_EXTENSION': '0x6001405e3f5478318344b9fb2d6f5904', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e3f5478318344b9fb2d6f5904', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329069200'} ; 2024-03-01 20:51:02,118 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:51:02,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,129 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:02,129 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:02,129 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:51:02,129 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:51:02,132 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:02,135 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:02,136 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:02,139 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:51:02,139 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:02,139 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:51:02,140 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc5883700) -- 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 = 6001405e3f5478318344b9fb2d6f5904 2024-03-01 20:51:02,143 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:02,143 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:51:02,146 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053a937184703743888a48633b2 ' '/dev/disk/by-id/scsi-360014053a937184703743888a48633b2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577 ' '/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': '3a937184-7037-4388-8a48-633b2f1b6577', 'ID_SERIAL': '360014053a937184703743888a48633b2', 'ID_SERIAL_SHORT': '60014053a937184703743888a48633b2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053a9371847', 'ID_WWN_VENDOR_EXTENSION': '0x03743888a48633b2', 'ID_WWN_WITH_EXTENSION': '0x60014053a937184703743888a48633b2', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053a937184703743888a48633b2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329560963'} ; 2024-03-01 20:51:02,146 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:51:02,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,157 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:02,158 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:02,158 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:02,158 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:51:02,161 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:02,164 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:02,164 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:51:02,167 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:51:02,167 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:02,168 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:51:02,168 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc5883550) -- 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 = 60014053a937184703743888a48633b2 2024-03-01 20:51:02,171 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:02,171 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:02,174 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/wwn-0x6001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_51414336-2e91-40c0-ad6e-ec2cbfc13f76', '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': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'ID_SERIAL': '36001405514143362e9140c0ad6eec2cb', 'ID_SERIAL_SHORT': '6001405514143362e9140c0ad6eec2cb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405514143362', 'ID_WWN_VENDOR_EXTENSION': '0xe9140c0ad6eec2cb', 'ID_WWN_WITH_EXTENSION': '0x6001405514143362e9140c0ad6eec2cb', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405514143362e9140c0ad6eec2cb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329682371'} ; 2024-03-01 20:51:02,174 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:51:02,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,185 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:02,185 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:02,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:02,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:51:02,189 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:02,191 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:02,192 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:51:02,194 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:51:02,195 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:02,195 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:51:02,195 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc58bd4c0) -- 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 = 6001405514143362e9140c0ad6eec2cb 2024-03-01 20:51:02,198 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:02,198 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:02,201 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/wwn-0x6001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/scsi-36001405fc44a76b311c428484eb09cf7 ' '/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_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': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'ID_SERIAL': '36001405fc44a76b311c428484eb09cf7', 'ID_SERIAL_SHORT': '6001405fc44a76b311c428484eb09cf7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fc44a76b3', 'ID_WWN_VENDOR_EXTENSION': '0x11c428484eb09cf7', 'ID_WWN_WITH_EXTENSION': '0x6001405fc44a76b311c428484eb09cf7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fc44a76b311c428484eb09cf7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329112301'} ; 2024-03-01 20:51:02,201 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:51:02,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,212 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:02,212 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:02,213 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:51:02,213 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:51:02,215 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:02,218 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:02,218 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:02,221 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:51:02,222 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:02,222 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:51:02,222 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc584c760) -- 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 = 6001405fc44a76b311c428484eb09cf7 2024-03-01 20:51:02,225 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:02,225 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:51:02,228 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/scsi-36001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/wwn-0x6001405bc5bc26d0b3a49ddae3c723e5 ' '/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': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'ID_SERIAL': '36001405bc5bc26d0b3a49ddae3c723e5', 'ID_SERIAL_SHORT': '6001405bc5bc26d0b3a49ddae3c723e5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bc5bc26d0', 'ID_WWN_VENDOR_EXTENSION': '0xb3a49ddae3c723e5', 'ID_WWN_WITH_EXTENSION': '0x6001405bc5bc26d0b3a49ddae3c723e5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bc5bc26d0b3a49ddae3c723e5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329180484'} ; 2024-03-01 20:51:02,228 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:51:02,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,239 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:02,240 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:02,240 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:02,240 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:51:02,243 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:02,246 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:02,246 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:51:02,249 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:51:02,249 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:02,249 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:51:02,249 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc58834f0) -- 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 = 6001405bc5bc26d0b3a49ddae3c723e5 2024-03-01 20:51:02,252 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:02,253 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:51:02,256 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405813e88eb27644092bc26041da ' '/dev/disk/by-id/wwn-0x6001405813e88eb27644092bc26041da', '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': '813e88eb-2764-4092-bc26-041da4b5abdc', 'ID_SERIAL': '36001405813e88eb27644092bc26041da', 'ID_SERIAL_SHORT': '6001405813e88eb27644092bc26041da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405813e88eb2', 'ID_WWN_VENDOR_EXTENSION': '0x7644092bc26041da', 'ID_WWN_WITH_EXTENSION': '0x6001405813e88eb27644092bc26041da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405813e88eb27644092bc26041da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329192311'} ; 2024-03-01 20:51:02,256 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:51:02,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,266 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:02,267 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:02,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:02,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:51:02,270 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:02,273 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:02,273 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:51:02,276 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:51:02,276 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:02,276 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:51:02,276 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc5842790) -- 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 = 6001405813e88eb27644092bc26041da 2024-03-01 20:51:02,280 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:02,280 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:51:02,283 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/scsi-3600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', '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': '99702f84-b453-4930-9807-b612c1a0d577', 'ID_SERIAL': '3600140599702f84b45349309807b612c', 'ID_SERIAL_SHORT': '600140599702f84b45349309807b612c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140599702f84b', 'ID_WWN_VENDOR_EXTENSION': '0x45349309807b612c', 'ID_WWN_WITH_EXTENSION': '0x600140599702f84b45349309807b612c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140599702f84b45349309807b612c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329256238'} ; 2024-03-01 20:51:02,283 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:51:02,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,293 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:02,294 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:02,294 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:02,294 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:51:02,297 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:02,299 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:02,300 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:51:02,302 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:51:02,303 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:02,303 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:51:02,303 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc5842f10) -- 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 = 600140599702f84b45349309807b612c 2024-03-01 20:51:02,306 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:02,306 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:51:02,309 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/wwn-0x6001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/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': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'ID_SERIAL': '36001405709e0fc7fea54636b52afe854', 'ID_SERIAL_SHORT': '6001405709e0fc7fea54636b52afe854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405709e0fc7f', 'ID_WWN_VENDOR_EXTENSION': '0xea54636b52afe854', 'ID_WWN_WITH_EXTENSION': '0x6001405709e0fc7fea54636b52afe854', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405709e0fc7fea54636b52afe854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329335805'} ; 2024-03-01 20:51:02,309 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:51:02,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,320 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:02,320 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:02,320 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:51:02,321 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:51:02,324 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:02,326 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:02,326 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:51:02,329 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:51:02,330 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:02,330 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:51:02,330 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc5852be0) -- 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 = 6001405709e0fc7fea54636b52afe854 2024-03-01 20:51:02,333 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:02,333 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:51:02,336 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-id/scsi-36001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', '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': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'ID_SERIAL': '36001405c5456a1d8a644e1bbb010962a', 'ID_SERIAL_SHORT': '6001405c5456a1d8a644e1bbb010962a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5456a1d8', 'ID_WWN_VENDOR_EXTENSION': '0xa644e1bbb010962a', 'ID_WWN_WITH_EXTENSION': '0x6001405c5456a1d8a644e1bbb010962a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5456a1d8a644e1bbb010962a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329390273'} ; 2024-03-01 20:51:02,336 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:51:02,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,347 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:02,347 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:02,348 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:51:02,348 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:02,350 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:02,353 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:02,353 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:51:02,356 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:51:02,356 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:02,357 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:51:02,357 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc5852dc0) -- 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 = 6001405c5456a1d8a644e1bbb010962a 2024-03-01 20:51:02,360 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:02,360 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:51:02,363 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/scsi-36001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/wwn-0x6001405efb34f66b4b248f68218cf71a ' '/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': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'ID_SERIAL': '36001405efb34f66b4b248f68218cf71a', 'ID_SERIAL_SHORT': '6001405efb34f66b4b248f68218cf71a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efb34f66b', 'ID_WWN_VENDOR_EXTENSION': '0x4b248f68218cf71a', 'ID_WWN_WITH_EXTENSION': '0x6001405efb34f66b4b248f68218cf71a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efb34f66b4b248f68218cf71a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329457240'} ; 2024-03-01 20:51:02,363 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:51:02,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,374 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:02,374 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:02,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:51:02,375 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:51:02,377 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:02,380 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:02,380 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:51:02,383 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:51:02,383 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:02,384 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:51:02,384 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc584c2e0) -- 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 = 6001405efb34f66b4b248f68218cf71a 2024-03-01 20:51:02,387 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:02,387 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:51:02,390 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x6001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/scsi-36001405e7625e6ece674e998a0b2c2a3', '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': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'ID_SERIAL': '36001405e7625e6ece674e998a0b2c2a3', 'ID_SERIAL_SHORT': '6001405e7625e6ece674e998a0b2c2a3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e7625e6ec', 'ID_WWN_VENDOR_EXTENSION': '0xe674e998a0b2c2a3', 'ID_WWN_WITH_EXTENSION': '0x6001405e7625e6ece674e998a0b2c2a3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e7625e6ece674e998a0b2c2a3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329530947'} ; 2024-03-01 20:51:02,390 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:51:02,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,400 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:02,401 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:02,401 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:51:02,401 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:51:02,404 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:02,407 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:02,407 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:51:02,410 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:51:02,410 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:02,410 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:51:02,410 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc58591f0) -- 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 = 6001405e7625e6ece674e998a0b2c2a3 2024-03-01 20:51:02,414 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:02,414 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:51:02,416 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': '9467320'} ; 2024-03-01 20:51:02,417 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:02,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,426 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:02,426 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:02,426 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:02,426 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:02,426 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:51:02,427 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:51:02,429 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:02,432 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:02,432 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:02,435 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:02,435 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:02,436 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:51:02,436 INFO blivet/MainThread: got device: DiskDevice instance (0x7fadc585d4c0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:51:02,439 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:02,442 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:02,442 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:51:02,445 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:02,445 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:51:02,448 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:02,448 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:51:02,452 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:02,452 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:51:02,455 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:02,457 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:02,460 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:02,467 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 0x7fadc807ba00> 2024-03-01 20:51:02,510 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:51:02,514 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:51:02,514 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:51:02,517 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': '9469968'} ; 2024-03-01 20:51:02,517 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:51:02,518 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:51:02,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,526 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:51:02,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,531 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:02,543 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:02,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:51:02,563 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:51:02,566 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:51:02,567 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:51:02,569 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:51:02,572 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:51:02,572 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:51:02,575 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:02,576 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:02,576 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:51:02,578 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:51:02,581 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:51:02,584 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:51:02,587 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:51:02,590 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:02,590 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:02,590 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:51:02,591 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:51:02,590 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fadc5861fd0) -- 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 0x7fadc71b54a0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:51:02,594 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:51:02,597 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:02,597 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:51:02,600 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:02,600 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:51:02,603 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:02,603 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:51:02,606 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:02,606 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:51:02,608 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:02,608 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:51:02,611 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:02,611 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:51:02,614 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:51:02,614 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:02,614 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:02,624 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:02,637 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 20:51:02,638 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 20:51:02,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:02,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 20:51:02,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:02,660 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:51:02,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:02,670 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:51:02,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:02,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:02,680 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:51:02,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 20:51:02,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,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 20:51:02,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:02,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 20:51:02,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 20:51:02,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:02,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 20:51:02,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:02,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 20:51:02,702 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:02,702 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 20:51:02,705 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:02,705 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 83 2024-03-01 20:51:02,708 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:02,708 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 84 2024-03-01 20:51:02,710 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:02,710 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 85 2024-03-01 20:51:02,713 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:02,713 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 86 2024-03-01 20:51:02,716 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:02,716 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 87 2024-03-01 20:51:02,718 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:02,718 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 88 2024-03-01 20:51:02,721 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:02,721 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 89 2024-03-01 20:51:05,918 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_usqnrsd4/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:05,954 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:05,954 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:05,957 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:05,957 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 20:51:05,957 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:05,957 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:05,962 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:05,962 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:05,966 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:05,966 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:05,969 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:05,969 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:05,972 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:05,972 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:05,981 INFO program/MainThread: stdout: 2024-03-01 20:51:05,981 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:05,981 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:05,981 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 20:51:05,981 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:05,981 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 20:51:05,982 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:05,982 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:05,982 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:05,982 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:05,982 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:05,983 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:05,983 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:05,996 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:06,009 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:51:06,013 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-36001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-diskseq/2', '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': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'ID_SERIAL': '36001405a7f9beb1aed14e829ac2e3d8e', 'ID_SERIAL_SHORT': '6001405a7f9beb1aed14e829ac2e3d8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a7f9beb1a', 'ID_WWN_VENDOR_EXTENSION': '0xed14e829ac2e3d8e', 'ID_WWN_WITH_EXTENSION': '0x6001405a7f9beb1aed14e829ac2e3d8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a7f9beb1aed14e829ac2e3d8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329054376'} ; 2024-03-01 20:51:06,013 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:51:06,014 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:06,043 INFO program/MainThread: stdout[3]: 2024-03-01 20:51:06,043 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:06,043 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:06,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,054 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:06,056 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 20:51:06,061 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:06,062 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:06,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:06,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:06,066 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:06,069 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:06,069 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:51:06,072 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:51:06,073 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:06,073 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:06,073 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36306e8700) -- 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 = 6001405a7f9beb1aed14e829ac2e3d8e 2024-03-01 20:51:06,077 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:06,077 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:51:06,080 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/scsi-36001405e3f5478318344b9fb2d6f5904', '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': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'ID_SERIAL': '36001405e3f5478318344b9fb2d6f5904', 'ID_SERIAL_SHORT': '6001405e3f5478318344b9fb2d6f5904', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e3f547831', 'ID_WWN_VENDOR_EXTENSION': '0x8344b9fb2d6f5904', 'ID_WWN_WITH_EXTENSION': '0x6001405e3f5478318344b9fb2d6f5904', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e3f5478318344b9fb2d6f5904', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329069200'} ; 2024-03-01 20:51:06,080 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:51:06,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,091 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:06,092 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:06,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:51:06,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:51:06,095 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:06,098 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:06,098 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:06,101 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:51:06,102 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:06,102 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:51:06,102 INFO blivet/MainThread: got device: DiskDevice instance (0x7f362f343700) -- 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 = 6001405e3f5478318344b9fb2d6f5904 2024-03-01 20:51:06,105 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:06,106 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:51:06,109 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/scsi-360014053a937184703743888a48633b2 ' '/dev/disk/by-id/wwn-0x60014053a937184703743888a48633b2 ' '/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': '3a937184-7037-4388-8a48-633b2f1b6577', 'ID_SERIAL': '360014053a937184703743888a48633b2', 'ID_SERIAL_SHORT': '60014053a937184703743888a48633b2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053a9371847', 'ID_WWN_VENDOR_EXTENSION': '0x03743888a48633b2', 'ID_WWN_WITH_EXTENSION': '0x60014053a937184703743888a48633b2', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053a937184703743888a48633b2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329560963'} ; 2024-03-01 20:51:06,109 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:51:06,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,120 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:06,120 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:06,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:06,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:51:06,124 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:06,127 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:06,127 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:51:06,130 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:51:06,130 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:06,130 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:51:06,131 INFO blivet/MainThread: got device: DiskDevice instance (0x7f362f343550) -- 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 = 60014053a937184703743888a48633b2 2024-03-01 20:51:06,134 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:06,134 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:06,137 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/wwn-0x6001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/scsi-36001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-diskseq/13', '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': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'ID_SERIAL': '36001405514143362e9140c0ad6eec2cb', 'ID_SERIAL_SHORT': '6001405514143362e9140c0ad6eec2cb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405514143362', 'ID_WWN_VENDOR_EXTENSION': '0xe9140c0ad6eec2cb', 'ID_WWN_WITH_EXTENSION': '0x6001405514143362e9140c0ad6eec2cb', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405514143362e9140c0ad6eec2cb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329682371'} ; 2024-03-01 20:51:06,137 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:51:06,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,148 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:06,149 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:06,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:06,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:51:06,152 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:06,155 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:06,155 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:51:06,158 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:51:06,158 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:06,159 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:51:06,159 INFO blivet/MainThread: got device: DiskDevice instance (0x7f362f37d4c0) -- 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 = 6001405514143362e9140c0ad6eec2cb 2024-03-01 20:51:06,162 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:06,162 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:06,165 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/wwn-0x6001405fc44a76b311c428484eb09cf7', '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': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'ID_SERIAL': '36001405fc44a76b311c428484eb09cf7', 'ID_SERIAL_SHORT': '6001405fc44a76b311c428484eb09cf7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fc44a76b3', 'ID_WWN_VENDOR_EXTENSION': '0x11c428484eb09cf7', 'ID_WWN_WITH_EXTENSION': '0x6001405fc44a76b311c428484eb09cf7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fc44a76b311c428484eb09cf7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329112301'} ; 2024-03-01 20:51:06,165 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:51:06,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,176 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:06,177 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:06,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:51:06,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:51:06,180 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:06,183 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:06,183 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:06,186 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:51:06,186 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:06,187 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:51:06,187 INFO blivet/MainThread: got device: DiskDevice instance (0x7f362f30d760) -- 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 = 6001405fc44a76b311c428484eb09cf7 2024-03-01 20:51:06,190 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:06,190 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:51:06,193 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/scsi-36001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/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': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'ID_SERIAL': '36001405bc5bc26d0b3a49ddae3c723e5', 'ID_SERIAL_SHORT': '6001405bc5bc26d0b3a49ddae3c723e5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bc5bc26d0', 'ID_WWN_VENDOR_EXTENSION': '0xb3a49ddae3c723e5', 'ID_WWN_WITH_EXTENSION': '0x6001405bc5bc26d0b3a49ddae3c723e5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bc5bc26d0b3a49ddae3c723e5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329180484'} ; 2024-03-01 20:51:06,193 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:51:06,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,204 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:06,205 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:06,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:06,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:51:06,208 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:06,211 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:06,211 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:51:06,214 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:51:06,214 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:06,214 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:51:06,214 INFO blivet/MainThread: got device: DiskDevice instance (0x7f362f3434f0) -- 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 = 6001405bc5bc26d0b3a49ddae3c723e5 2024-03-01 20:51:06,218 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:06,218 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:51:06,221 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405813e88eb27644092bc26041da ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405813e88eb27644092bc26041da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', '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': '813e88eb-2764-4092-bc26-041da4b5abdc', 'ID_SERIAL': '36001405813e88eb27644092bc26041da', 'ID_SERIAL_SHORT': '6001405813e88eb27644092bc26041da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405813e88eb2', 'ID_WWN_VENDOR_EXTENSION': '0x7644092bc26041da', 'ID_WWN_WITH_EXTENSION': '0x6001405813e88eb27644092bc26041da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405813e88eb27644092bc26041da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329192311'} ; 2024-03-01 20:51:06,221 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:51:06,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,232 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:06,233 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:06,233 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:06,233 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:51:06,236 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:06,239 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:06,239 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:51:06,242 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:51:06,242 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:06,243 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:51:06,243 INFO blivet/MainThread: got device: DiskDevice instance (0x7f362f304790) -- 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 = 6001405813e88eb27644092bc26041da 2024-03-01 20:51:06,246 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:06,246 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:51:06,249 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140599702f84b45349309807b612c ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-3600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_99702f84-b453-4930-9807-b612c1a0d577', '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': '99702f84-b453-4930-9807-b612c1a0d577', 'ID_SERIAL': '3600140599702f84b45349309807b612c', 'ID_SERIAL_SHORT': '600140599702f84b45349309807b612c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140599702f84b', 'ID_WWN_VENDOR_EXTENSION': '0x45349309807b612c', 'ID_WWN_WITH_EXTENSION': '0x600140599702f84b45349309807b612c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140599702f84b45349309807b612c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329256238'} ; 2024-03-01 20:51:06,249 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:51:06,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,260 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:06,260 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:06,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:06,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:51:06,263 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:06,266 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:06,266 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:51:06,269 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:51:06,270 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:06,270 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:51:06,270 INFO blivet/MainThread: got device: DiskDevice instance (0x7f362f304f10) -- 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 = 600140599702f84b45349309807b612c 2024-03-01 20:51:06,273 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:06,273 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:51:06,276 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/wwn-0x6001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', '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': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'ID_SERIAL': '36001405709e0fc7fea54636b52afe854', 'ID_SERIAL_SHORT': '6001405709e0fc7fea54636b52afe854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405709e0fc7f', 'ID_WWN_VENDOR_EXTENSION': '0xea54636b52afe854', 'ID_WWN_WITH_EXTENSION': '0x6001405709e0fc7fea54636b52afe854', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405709e0fc7fea54636b52afe854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329335805'} ; 2024-03-01 20:51:06,276 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:51:06,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,287 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:06,288 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:06,288 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:51:06,288 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:51:06,291 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:06,294 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:06,294 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:51:06,297 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:51:06,297 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:06,298 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:51:06,298 INFO blivet/MainThread: got device: DiskDevice instance (0x7f362f313be0) -- 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 = 6001405709e0fc7fea54636b52afe854 2024-03-01 20:51:06,301 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:06,301 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:51:06,304 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-id/scsi-36001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/wwn-0x6001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/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': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'ID_SERIAL': '36001405c5456a1d8a644e1bbb010962a', 'ID_SERIAL_SHORT': '6001405c5456a1d8a644e1bbb010962a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5456a1d8', 'ID_WWN_VENDOR_EXTENSION': '0xa644e1bbb010962a', 'ID_WWN_WITH_EXTENSION': '0x6001405c5456a1d8a644e1bbb010962a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5456a1d8a644e1bbb010962a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329390273'} ; 2024-03-01 20:51:06,304 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:51:06,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,315 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:06,315 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:06,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:51:06,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:06,318 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:06,321 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:06,321 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:51:06,324 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:51:06,324 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:06,325 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:51:06,325 INFO blivet/MainThread: got device: DiskDevice instance (0x7f362f313dc0) -- 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 = 6001405c5456a1d8a644e1bbb010962a 2024-03-01 20:51:06,328 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:06,328 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:51:06,331 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/scsi-36001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/wwn-0x6001405efb34f66b4b248f68218cf71a ' '/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': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'ID_SERIAL': '36001405efb34f66b4b248f68218cf71a', 'ID_SERIAL_SHORT': '6001405efb34f66b4b248f68218cf71a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efb34f66b', 'ID_WWN_VENDOR_EXTENSION': '0x4b248f68218cf71a', 'ID_WWN_WITH_EXTENSION': '0x6001405efb34f66b4b248f68218cf71a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efb34f66b4b248f68218cf71a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329457240'} ; 2024-03-01 20:51:06,331 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:51:06,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,342 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:06,343 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:06,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:51:06,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:51:06,346 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:06,349 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:06,349 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:51:06,352 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:51:06,352 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:06,352 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:51:06,352 INFO blivet/MainThread: got device: DiskDevice instance (0x7f362f30d2e0) -- 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 = 6001405efb34f66b4b248f68218cf71a 2024-03-01 20:51:06,355 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:06,356 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:51:06,359 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x6001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/scsi-36001405e7625e6ece674e998a0b2c2a3', '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': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'ID_SERIAL': '36001405e7625e6ece674e998a0b2c2a3', 'ID_SERIAL_SHORT': '6001405e7625e6ece674e998a0b2c2a3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e7625e6ec', 'ID_WWN_VENDOR_EXTENSION': '0xe674e998a0b2c2a3', 'ID_WWN_WITH_EXTENSION': '0x6001405e7625e6ece674e998a0b2c2a3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e7625e6ece674e998a0b2c2a3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329530947'} ; 2024-03-01 20:51:06,359 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:51:06,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,369 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:06,370 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:06,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:51:06,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:51:06,373 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:06,376 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:06,376 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:51:06,379 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:51:06,379 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:06,379 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:51:06,380 INFO blivet/MainThread: got device: DiskDevice instance (0x7f362f3101f0) -- 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 = 6001405e7625e6ece674e998a0b2c2a3 2024-03-01 20:51:06,383 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:06,383 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:51:06,386 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': '9467320'} ; 2024-03-01 20:51:06,386 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:06,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,395 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:06,396 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:06,396 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:06,396 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:06,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:51:06,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:51:06,399 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:06,402 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:06,402 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:06,405 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:06,405 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:06,406 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:51:06,406 INFO blivet/MainThread: got device: DiskDevice instance (0x7f362f31c4c0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:51:06,409 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:06,412 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:06,412 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:51:06,415 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:06,415 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:51:06,418 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:06,418 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:51:06,422 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:06,422 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:51:06,424 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:06,427 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:06,430 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:06,436 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7f363080a500> 2024-03-01 20:51:06,476 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:51:06,480 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:51:06,480 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:51:06,483 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': '9469968'} ; 2024-03-01 20:51:06,483 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:51:06,484 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:51:06,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,492 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:51:06,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,497 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:06,507 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:06,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:51:06,527 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:51:06,531 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:51:06,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:51:06,533 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:51:06,536 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:51:06,537 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:51:06,540 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:06,540 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:06,540 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:51:06,543 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:51:06,546 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:51:06,549 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:51:06,552 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:51:06,555 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:06,555 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:06,555 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:51:06,556 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:51:06,555 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f362f321fd0) -- 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 0x7f362f335400> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:51:06,559 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:51:06,562 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:06,562 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:51:06,565 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:06,566 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:51:06,569 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:06,569 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:51:06,572 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:06,572 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:51:06,573 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:06,573 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:51:06,577 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:06,577 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:51:06,580 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:51:06,580 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:06,580 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:06,593 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:06,606 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 20:51:06,607 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 20:51:06,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:06,618 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:51:06,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:06,629 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:51:06,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:06,639 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:51:06,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:06,649 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:51:06,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:06,660 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:51:06,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:06,670 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:51:06,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:06,680 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 20:51:06,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 20:51:06,685 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:51:06,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 20:51:06,691 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:51:06,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 20:51:06,696 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:51:06,699 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:06,699 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 20:51:06,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:51:06,702 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:06,702 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:06,705 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:51:06,705 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:06,708 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:06,708 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 20:51:06,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:51:06,711 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:06,711 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:06,714 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:51:06,714 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:06,717 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:06,717 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 20:51:06,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 20:51:06,720 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:06,720 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:06,723 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:51:06,723 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:06,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:51:06,728 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:51:06,731 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:06,734 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:51:06,737 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:06,741 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:51:06,744 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:06,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:51:06,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:51:06,748 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 20:51:06,748 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:06,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:06,760 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 20:51:06,761 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:06,762 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:51:06,762 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 20:51:06,762 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:06,763 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:51:06,766 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:06,766 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 20:51:06,768 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:06,769 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 20:51:06,772 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:06,775 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:06,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 20:51:06,779 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:51:06,782 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:06,784 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:06,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 20:51:06,788 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:06,789 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:51:06,789 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 20:51:06,789 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 20:51:06,792 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 20:51:06,792 INFO program/MainThread: stderr[4]: 2024-03-01 20:51:06,792 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:51:06,793 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 20:51:06,793 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:06,793 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:51:06,798 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 20:51:06,798 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:06,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:06,809 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 20:51:06,810 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:06,810 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 20:51:06,811 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 20:51:06,811 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:06,811 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 20:51:06,814 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:06,814 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 20:51:06,817 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:06,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:51:06,820 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:51:06,823 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:51:06,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 20:51:06,827 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:51:06,830 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:51:06,833 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:51:06,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 20:51:06,837 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:06,838 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 20:51:06,838 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 20:51:06,838 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 20:51:06,838 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:06,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 20:51:06,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 20:51:06,842 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:06,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:06,853 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 20:51:06,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 20:51:06,858 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 20:51:06,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 20:51:06,863 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 20:51:06,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 20:51:06,869 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 20:51:06,871 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:06,871 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 20:51:06,872 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:51:06,874 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:06,874 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:51:06,877 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:51:06,877 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:51:06,880 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:06,880 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 20:51:06,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 20:51:06,883 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:06,883 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:51:06,886 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:51:06,886 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:51:06,889 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:06,889 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 20:51:06,890 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 20:51:06,892 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:06,892 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:51:06,895 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:51:06,895 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:51:06,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 20:51:06,899 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:51:06,902 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:51:06,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:51:06,909 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:51:06,912 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:51:06,915 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:51:06,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 20:51:06,919 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:51:06,920 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 20:51:06,920 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:51:06,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:06,932 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 20:51:06,932 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:51:06,933 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:51:06,933 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 20:51:06,933 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:51:06,934 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:51:06,936 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:06,937 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 20:51:06,939 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:06,940 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 20:51:06,943 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:51:06,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:51:06,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 20:51:06,949 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:51:06,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:51:06,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:51:06,958 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 20:51:06,959 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:51:06,959 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:51:06,959 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:51:06,960 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 20:51:06,960 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:06,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:51:06,963 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 20:51:06,963 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:06,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:06,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:06,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:06,974 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 20:51:06,975 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:51:06,976 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:51:06,976 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 20:51:06,976 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:51:06,977 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:51:06,979 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:06,979 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 20:51:06,982 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:06,982 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 20:51:06,986 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:51:06,989 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:51:06,989 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:51:06,992 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:51:06,995 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:51:06,998 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:51:07,001 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 20:51:07,002 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:51:07,002 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:51:07,003 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 20:51:07,003 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 20:51:07,003 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:07,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 20:51:07,007 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 20:51:07,007 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:07,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:07,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:07,018 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 20:51:07,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 20:51:07,023 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 20:51:07,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 20:51:07,028 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 20:51:07,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 20:51:07,033 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 20:51:07,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 20:51:07,039 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 20:51:07,041 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:07,041 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 20:51:07,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 20:51:07,044 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:07,044 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:51:07,047 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:51:07,047 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:51:07,050 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:07,050 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 20:51:07,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 20:51:07,053 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:07,053 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:51:07,056 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:51:07,056 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:51:07,060 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:07,060 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 20:51:07,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 20:51:07,063 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:07,063 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:51:07,066 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:51:07,066 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:51:07,068 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:07,068 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:51:07,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:51:07,071 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:07,071 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:51:07,074 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:51:07,074 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:51:07,076 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 20:51:07,079 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:51:07,082 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:51:07,085 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:51:07,088 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:51:07,092 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:51:07,095 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:51:07,099 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:51:07,102 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:51:07,103 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 20:51:07,106 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:51:07,106 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 20:51:07,106 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:51:07,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:07,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:07,119 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 20:51:07,120 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:07,120 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:51:07,121 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 20:51:07,121 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:07,121 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:51:07,124 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:07,124 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 20:51:07,127 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:07,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 20:51:07,130 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:51:07,133 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:51:07,134 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:51:07,137 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:51:07,140 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:51:07,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:51:07,146 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 20:51:07,147 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:07,147 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:51:07,148 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 20:51:07,148 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 20:51:07,148 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:07,148 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 20:51:07,151 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 20:51:07,151 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:07,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:07,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:07,163 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 20:51:07,164 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:07,164 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:51:07,164 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 20:51:07,165 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:07,165 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:51:07,168 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:07,168 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 20:51:07,171 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:07,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 20:51:07,175 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:51:07,178 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:51:07,178 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 20:51:07,181 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:51:07,184 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:51:07,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:51:07,191 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 20:51:07,191 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:07,192 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:51:07,192 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 20:51:07,192 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 20:51:07,192 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:07,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:51:07,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 20:51:07,196 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:07,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:07,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:07,207 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 20:51:07,208 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:07,209 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 20:51:07,209 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 20:51:07,209 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:07,210 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 20:51:07,213 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:07,213 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 20:51:07,215 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:07,216 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:51:07,219 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:51:07,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:51:07,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 20:51:07,226 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:51:07,229 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:51:07,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:51:07,235 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 20:51:07,236 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:07,237 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 20:51:07,237 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:51:07,237 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 20:51:07,237 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:07,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 20:51:07,241 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 20:51:07,241 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:07,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:07,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:07,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:07,252 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 20:51:07,253 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:07,254 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 20:51:07,254 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 20:51:07,254 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:07,255 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 20:51:07,258 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:07,258 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 20:51:07,260 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:07,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:51:07,264 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:51:07,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:51:07,268 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 20:51:07,271 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:51:07,274 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:51:07,277 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:51:07,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 20:51:07,281 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:07,282 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 20:51:07,282 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:51:07,282 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 20:51:07,282 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:07,282 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 20:51:07,286 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 20:51:07,286 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:07,287 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:07,287 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:07,287 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:51:07,288 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:07,289 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:07,290 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:07,290 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:07,290 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:07,290 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:07,290 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:51:07,292 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:51:07,295 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:51:07,297 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:51:07,300 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:51:07,300 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:51:07,303 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:51:07,303 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 0x7f362f20c1d0> 2024-03-01 20:51:07,303 INFO blivet/MainThread: sorting actions... 2024-03-01 20:51:07,335 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:51:07,336 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:51:07,336 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:51:07,336 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:51:07,337 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:51:07,337 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:51:07,337 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:51:07,338 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:07,338 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:07,338 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:07,339 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:51:07,339 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:51:07,339 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:51:07,340 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:51:07,340 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:51:07,340 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:07,341 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:07,341 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:07,341 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:07,342 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:07,342 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:07,343 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:07,343 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:07,343 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:51:07,344 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:51:07,344 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:51:07,344 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:51:07,345 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:07,345 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:07,346 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:07,346 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:07,346 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:07,347 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:07,347 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:07,347 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:07,348 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:07,348 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:07,349 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:07,349 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:07,349 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:51:07,352 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:07,355 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 20:51:07,355 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 20:51:07,362 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,363 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,390 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,390 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,401 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,401 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:51:07,405 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:07,408 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 20:51:07,408 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 20:51:07,415 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,415 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,443 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,443 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,457 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,457 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:51:07,461 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:07,464 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 20:51:07,464 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 20:51:07,471 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,471 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,499 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,499 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,510 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,510 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:51:07,514 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:07,517 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 20:51:07,517 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 20:51:07,524 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,524 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,552 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,552 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,561 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,562 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:51:07,566 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:07,568 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 20:51:07,568 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 20:51:07,575 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,576 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,603 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,603 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,612 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,613 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:51:07,617 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:07,619 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 20:51:07,620 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 20:51:07,627 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,627 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,655 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,655 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,668 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,668 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:51:07,672 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:07,674 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 20:51:07,675 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 20:51:07,682 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,682 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,708 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,708 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,721 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,721 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:07,725 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:07,728 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 20:51:07,728 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 20:51:07,735 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,735 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,763 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,776 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,776 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:07,780 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:07,783 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 20:51:07,783 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 20:51:07,788 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,789 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,812 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,813 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,826 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,826 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:07,830 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:07,833 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 20:51:07,833 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 20:51:07,840 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,840 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,865 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,865 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,878 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,878 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:51:07,882 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:07,885 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:51:07,887 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:51:07,887 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:51:07,888 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:07,888 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:07,922 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 20:51:07,922 INFO program/MainThread: stderr[5]: 2024-03-01 20:51:07,922 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:51:07,922 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 20:51:07,935 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 20:51:07,935 INFO program/MainThread: stderr[6]: 2024-03-01 20:51:07,935 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:51:07,935 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 20:51:07,967 INFO program/MainThread: stdout[7]: 2024-03-01 20:51:07,967 INFO program/MainThread: stderr[7]: 2024-03-01 20:51:07,967 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:51:07,967 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 20:51:07,968 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:07,981 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,985 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:07,985 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:51:07,986 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 20:51:07,996 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:07,996 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,021 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,021 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:51:08,025 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,027 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,030 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,030 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:51:08,030 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:08,030 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:08,061 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 20:51:08,062 INFO program/MainThread: stderr[8]: 2024-03-01 20:51:08,062 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:51:08,062 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 20:51:08,078 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 20:51:08,079 INFO program/MainThread: stderr[9]: 2024-03-01 20:51:08,079 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:51:08,079 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 20:51:08,107 INFO program/MainThread: stdout[10]: 2024-03-01 20:51:08,107 INFO program/MainThread: stderr[10]: 2024-03-01 20:51:08,107 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:51:08,107 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 20:51:08,108 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,117 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,121 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:08,121 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:51:08,122 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 20:51:08,132 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,132 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,157 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,157 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:51:08,161 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,163 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,166 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,166 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:51:08,166 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:08,166 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:08,205 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 20:51:08,206 INFO program/MainThread: stderr[11]: 2024-03-01 20:51:08,206 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:51:08,207 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 20:51:08,216 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 20:51:08,217 INFO program/MainThread: stderr[12]: 2024-03-01 20:51:08,217 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:51:08,217 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 20:51:08,246 INFO program/MainThread: stdout[13]: 2024-03-01 20:51:08,246 INFO program/MainThread: stderr[13]: 2024-03-01 20:51:08,246 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:51:08,246 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 20:51:08,247 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,260 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,264 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:08,264 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:51:08,265 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 20:51:08,275 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,275 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,302 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,302 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:51:08,306 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,308 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,311 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,311 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:51:08,311 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:08,311 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:08,348 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 20:51:08,348 INFO program/MainThread: stderr[14]: 2024-03-01 20:51:08,348 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:51:08,348 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 20:51:08,360 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 20:51:08,360 INFO program/MainThread: stderr[15]: 2024-03-01 20:51:08,360 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:51:08,360 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 20:51:08,392 INFO program/MainThread: stdout[16]: 2024-03-01 20:51:08,392 INFO program/MainThread: stderr[16]: 2024-03-01 20:51:08,392 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:51:08,392 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 20:51:08,393 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,406 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,409 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:08,410 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:51:08,411 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 20:51:08,421 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,421 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,445 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,445 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:51:08,449 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 20:51:08,451 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:51:08,454 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,457 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,460 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,462 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,465 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,468 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,470 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,473 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,476 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 20:51:08,476 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 20:51:08,526 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 20:51:08,526 INFO program/MainThread: stderr[17]: 2024-03-01 20:51:08,526 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:51:08,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:08,544 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:51:08,551 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,562 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,569 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,578 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,586 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,594 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,601 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,611 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,612 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,678 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:51:08,685 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:51:08,685 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,694 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,695 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 20:51:08,704 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,704 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,717 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,717 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:08,721 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 20:51:08,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 20:51:08,727 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:08,730 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:51:08,733 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,736 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,739 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,743 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,746 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,749 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,752 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,755 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:51:08,755 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,768 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,772 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:51:08,773 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 20:51:08,806 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 20:51:08,806 INFO program/MainThread: stderr[18]: 2024-03-01 20:51:08,806 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:51:08,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 20:51:08,810 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 20:51:08,863 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 20:51:08,864 INFO program/MainThread: stderr[19]: 2024-03-01 20:51:08,864 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:51:08,873 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:51:08,879 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:08,879 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,934 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,938 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:51:08,939 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:51:08,939 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:51:08,949 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,950 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,966 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,966 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:08,970 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,973 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:51:08,976 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 20:51:08,976 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 20:51:09,088 INFO program/MainThread: stdout: 2024-03-01 20:51:09,088 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:51:09,088 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:09,088 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:09,088 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:51:09,088 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:51:09,088 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:09,088 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:09,088 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:51:09,088 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:09,088 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:09,088 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:09,089 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 20:51:09,104 INFO program/MainThread: stdout: 2024-03-01 20:51:09,104 INFO program/MainThread: writing all SBs 2024-03-01 20:51:09,104 INFO program/MainThread: new label = "" 2024-03-01 20:51:09,104 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:09,104 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:09,122 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:09,126 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:51:09,126 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:09,127 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:51:09,137 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:09,137 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:09,156 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:09,156 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:09,160 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 20:51:09,163 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 20:51:09,166 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:09,166 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 20:51:09,202 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 20:51:09,202 INFO program/MainThread: stderr[20]: 2024-03-01 20:51:09,202 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:51:09,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 20:51:09,206 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 20:51:09,271 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 20:51:09,271 INFO program/MainThread: stderr[21]: 2024-03-01 20:51:09,272 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:51:09,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:09,288 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:51:09,289 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:51:09,289 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:09,333 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:09,337 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:51:09,338 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:51:09,338 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 20:51:09,348 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:09,348 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:09,364 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:09,364 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:09,368 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:09,371 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:51:09,374 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 20:51:09,374 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 20:51:10,170 INFO program/MainThread: stdout: 2024-03-01 20:51:10,170 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:51:10,170 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:10,170 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:10,170 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:51:10,173 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:51:10,173 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:10,173 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:10,173 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:51:10,174 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:10,174 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:10,174 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:10,174 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 20:51:10,188 INFO program/MainThread: stdout: 2024-03-01 20:51:10,188 INFO program/MainThread: writing all SBs 2024-03-01 20:51:10,188 INFO program/MainThread: new label = "" 2024-03-01 20:51:10,189 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:10,189 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:10,208 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:10,212 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:51:10,212 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:51:10,213 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 20:51:10,222 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:10,223 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:10,240 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:10,240 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:10,244 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 20:51:10,248 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 20:51:10,251 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:10,251 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 20:51:10,284 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 20:51:10,284 INFO program/MainThread: stderr[22]: 2024-03-01 20:51:10,284 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:51:10,288 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 20:51:10,288 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 20:51:10,351 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 20:51:10,351 INFO program/MainThread: stderr[23]: 2024-03-01 20:51:10,351 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:51:10,363 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:10,372 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:51:10,372 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:51:10,372 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:10,418 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:10,422 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:51:10,423 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:51:10,423 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 20:51:10,433 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:10,433 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:10,447 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:10,447 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:10,451 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:10,454 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:51:10,457 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 20:51:10,457 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 20:51:11,254 INFO program/MainThread: stdout: 2024-03-01 20:51:11,255 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 20:51:11,255 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:11,255 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:11,255 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:51:11,255 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 20:51:11,255 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:11,255 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:11,255 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:51:11,255 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:11,255 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:11,255 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:11,256 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 20:51:11,271 INFO program/MainThread: stdout: 2024-03-01 20:51:11,271 INFO program/MainThread: writing all SBs 2024-03-01 20:51:11,271 INFO program/MainThread: new label = "" 2024-03-01 20:51:11,271 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:11,271 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:11,290 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:11,294 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:51:11,294 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:51:11,295 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 20:51:11,305 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:11,305 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:11,319 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:11,320 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:11,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 20:51:11,326 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 20:51:11,329 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:11,329 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 20:51:11,363 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 20:51:11,364 INFO program/MainThread: stderr[24]: 2024-03-01 20:51:11,364 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:51:11,368 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 20:51:11,368 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 20:51:11,430 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 20:51:11,430 INFO program/MainThread: stderr[25]: 2024-03-01 20:51:11,431 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:51:11,442 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:11,454 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:51:11,456 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:51:11,456 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:11,491 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:11,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:51:11,505 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:51:11,506 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 20:51:11,515 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:11,516 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:11,534 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:11,534 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:11,538 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:11,541 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:51:11,543 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 20:51:11,544 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 20:51:12,338 INFO program/MainThread: stdout: 2024-03-01 20:51:12,338 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 20:51:12,339 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:12,339 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:12,339 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:51:12,339 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 20:51:12,339 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:12,339 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:12,339 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:51:12,339 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:12,339 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:12,339 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,340 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 20:51:12,354 INFO program/MainThread: stdout: 2024-03-01 20:51:12,355 INFO program/MainThread: writing all SBs 2024-03-01 20:51:12,355 INFO program/MainThread: new label = "" 2024-03-01 20:51:12,355 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,355 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,373 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,377 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:51:12,377 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:51:12,378 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 20:51:12,388 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,388 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,406 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,406 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:51:12,410 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:12,412 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:51:12,415 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:51:12,415 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:51:12,415 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:12,415 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:12,447 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 20:51:12,448 INFO program/MainThread: stderr[26]: 2024-03-01 20:51:12,448 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:51:12,448 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 20:51:12,461 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 20:51:12,462 INFO program/MainThread: stderr[27]: 2024-03-01 20:51:12,462 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:51:12,462 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 20:51:12,491 INFO program/MainThread: stdout[28]: 2024-03-01 20:51:12,491 INFO program/MainThread: stderr[28]: 2024-03-01 20:51:12,491 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:51:12,491 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 20:51:12,492 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,503 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,507 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:12,507 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:51:12,508 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 20:51:12,518 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,518 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,541 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,541 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:51:12,545 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:12,547 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:51:12,550 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:51:12,550 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:51:12,550 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:12,551 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:12,583 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 20:51:12,584 INFO program/MainThread: stderr[29]: 2024-03-01 20:51:12,584 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:51:12,584 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 20:51:12,598 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 20:51:12,598 INFO program/MainThread: stderr[30]: 2024-03-01 20:51:12,598 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:51:12,598 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 20:51:12,628 INFO program/MainThread: stdout[31]: 2024-03-01 20:51:12,628 INFO program/MainThread: stderr[31]: 2024-03-01 20:51:12,628 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:51:12,628 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 20:51:12,628 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,642 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,646 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:12,646 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:51:12,647 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 20:51:12,657 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,657 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,679 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,679 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:51:12,683 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:12,686 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:51:12,688 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:51:12,688 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:51:12,689 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:12,689 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:12,723 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 20:51:12,724 INFO program/MainThread: stderr[32]: 2024-03-01 20:51:12,724 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:51:12,724 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 20:51:12,737 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 20:51:12,737 INFO program/MainThread: stderr[33]: 2024-03-01 20:51:12,737 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:51:12,737 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 20:51:12,766 INFO program/MainThread: stdout[34]: 2024-03-01 20:51:12,766 INFO program/MainThread: stderr[34]: 2024-03-01 20:51:12,766 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:51:12,766 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 20:51:12,767 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,780 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,784 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:12,784 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:51:12,785 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 20:51:12,795 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,820 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,820 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:51:12,824 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 20:51:12,826 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:51:12,829 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:12,832 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:51:12,835 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:12,837 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:51:12,840 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:12,843 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:51:12,845 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 20:51:12,846 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 20:51:12,886 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 20:51:12,886 INFO program/MainThread: stderr[35]: 2024-03-01 20:51:12,886 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:51:12,893 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:12,904 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:51:12,913 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:12,919 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:51:12,929 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:12,939 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:51:12,949 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:12,956 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:51:12,956 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,987 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,991 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:51:12,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:51:12,994 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,004 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,004 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 20:51:13,013 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,013 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,026 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,026 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:13,030 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 20:51:13,033 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 20:51:13,036 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:13,039 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:51:13,042 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,045 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,048 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,051 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,054 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,057 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,057 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,070 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,074 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:51:13,074 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 20:51:13,110 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 20:51:13,110 INFO program/MainThread: stderr[36]: 2024-03-01 20:51:13,110 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:51:13,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 20:51:13,114 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 20:51:13,172 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 20:51:13,173 INFO program/MainThread: stderr[37]: 2024-03-01 20:51:13,173 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:51:13,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:51:13,197 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:51:13,197 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,239 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:51:13,244 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:51:13,244 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 20:51:13,254 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,254 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,272 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,272 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:13,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,279 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:51:13,281 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 20:51:13,282 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 20:51:13,420 INFO program/MainThread: stdout: 2024-03-01 20:51:13,420 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 20:51:13,420 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:13,420 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:13,420 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:51:13,420 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 20:51:13,420 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:13,421 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:13,421 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:51:13,421 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:13,421 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:13,421 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,421 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 20:51:13,436 INFO program/MainThread: stdout: 2024-03-01 20:51:13,436 INFO program/MainThread: writing all SBs 2024-03-01 20:51:13,436 INFO program/MainThread: new label = "" 2024-03-01 20:51:13,437 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,437 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,451 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,455 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:51:13,455 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:51:13,457 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 20:51:13,466 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,481 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,481 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:13,485 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 20:51:13,488 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 20:51:13,491 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,492 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 20:51:13,524 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 20:51:13,525 INFO program/MainThread: stderr[38]: 2024-03-01 20:51:13,525 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:51:13,529 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 20:51:13,529 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 20:51:13,592 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 20:51:13,592 INFO program/MainThread: stderr[39]: 2024-03-01 20:51:13,592 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:51:13,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,618 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:51:13,618 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:51:13,618 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,641 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,648 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:51:13,648 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:51:13,649 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 20:51:13,659 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,659 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,676 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,676 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:13,680 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,683 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:51:13,685 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 20:51:13,686 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 20:51:14,534 INFO program/MainThread: stdout: 2024-03-01 20:51:14,534 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 20:51:14,534 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:14,534 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:14,534 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:51:14,534 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 20:51:14,534 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:14,534 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:14,534 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:51:14,535 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:14,535 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:14,535 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,535 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 20:51:14,549 INFO program/MainThread: stdout: 2024-03-01 20:51:14,549 INFO program/MainThread: writing all SBs 2024-03-01 20:51:14,550 INFO program/MainThread: new label = "" 2024-03-01 20:51:14,550 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,550 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,568 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,572 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:51:14,572 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:51:14,573 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 20:51:14,583 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,584 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,601 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,601 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:14,605 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:14,607 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:14,610 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:14,610 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:51:14,610 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:14,610 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:14,649 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 20:51:14,649 INFO program/MainThread: stderr[40]: 2024-03-01 20:51:14,649 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:51:14,649 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 20:51:14,662 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 20:51:14,662 INFO program/MainThread: stderr[41]: 2024-03-01 20:51:14,662 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:51:14,662 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 20:51:14,694 INFO program/MainThread: stdout[42]: 2024-03-01 20:51:14,694 INFO program/MainThread: stderr[42]: 2024-03-01 20:51:14,694 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:51:14,694 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 20:51:14,694 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,708 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,712 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:14,712 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:14,713 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 20:51:14,723 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,723 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,746 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,746 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:14,750 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:14,752 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:14,756 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:14,756 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:51:14,756 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:14,756 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:14,793 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 20:51:14,793 INFO program/MainThread: stderr[43]: 2024-03-01 20:51:14,793 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:51:14,793 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 20:51:14,805 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 20:51:14,806 INFO program/MainThread: stderr[44]: 2024-03-01 20:51:14,806 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:51:14,806 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 20:51:14,836 INFO program/MainThread: stdout[45]: 2024-03-01 20:51:14,836 INFO program/MainThread: stderr[45]: 2024-03-01 20:51:14,836 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:51:14,836 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 20:51:14,836 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,850 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,854 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:14,854 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:14,855 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 20:51:14,865 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,865 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,890 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,890 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:14,894 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:14,896 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:14,899 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:14,899 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:51:14,899 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:14,899 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:14,936 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 20:51:14,936 INFO program/MainThread: stderr[46]: 2024-03-01 20:51:14,936 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:51:14,936 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 20:51:14,949 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 20:51:14,949 INFO program/MainThread: stderr[47]: 2024-03-01 20:51:14,949 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:51:14,949 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 20:51:14,981 INFO program/MainThread: stdout[48]: 2024-03-01 20:51:14,981 INFO program/MainThread: stderr[48]: 2024-03-01 20:51:14,981 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:51:14,981 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 20:51:14,982 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,991 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,995 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:14,995 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:51:14,996 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 20:51:15,006 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,007 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,030 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,030 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:15,034 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 20:51:15,036 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:51:15,039 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,042 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,045 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,047 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,050 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,053 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,055 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 20:51:15,055 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 20:51:15,108 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 20:51:15,108 INFO program/MainThread: stderr[49]: 2024-03-01 20:51:15,108 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:51:15,118 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:15,129 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:51:15,140 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,148 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,156 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,168 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,176 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,182 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,182 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,211 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,215 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:51:15,218 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:51:15,218 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,229 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,229 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 20:51:15,238 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,238 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,250 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,250 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:15,254 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 20:51:15,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 20:51:15,260 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:15,263 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:51:15,266 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,269 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,272 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,275 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,278 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,281 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,281 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,291 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:51:15,296 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 20:51:15,331 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 20:51:15,331 INFO program/MainThread: stderr[50]: 2024-03-01 20:51:15,331 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:51:15,335 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 20:51:15,335 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 20:51:15,382 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 20:51:15,383 INFO program/MainThread: stderr[51]: 2024-03-01 20:51:15,383 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:51:15,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:51:15,397 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:51:15,397 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,432 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,441 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:51:15,441 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:15,442 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 20:51:15,452 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,452 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,469 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,469 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:15,473 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,476 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:51:15,478 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 20:51:15,479 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 20:51:15,617 INFO program/MainThread: stdout: 2024-03-01 20:51:15,617 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 20:51:15,618 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:15,618 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:15,618 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:51:15,618 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 20:51:15,618 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:15,618 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:15,618 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:51:15,618 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:15,618 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:15,618 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,619 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 20:51:15,633 INFO program/MainThread: stdout: 2024-03-01 20:51:15,633 INFO program/MainThread: writing all SBs 2024-03-01 20:51:15,633 INFO program/MainThread: new label = "" 2024-03-01 20:51:15,633 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,651 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,655 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:51:15,655 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:51:15,656 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 20:51:15,667 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,667 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,683 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,683 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:15,687 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 20:51:15,690 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 20:51:15,693 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,693 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 20:51:15,734 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 20:51:15,734 INFO program/MainThread: stderr[52]: 2024-03-01 20:51:15,734 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:51:15,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 20:51:15,738 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 20:51:15,798 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 20:51:15,798 INFO program/MainThread: stderr[53]: 2024-03-01 20:51:15,798 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:51:15,808 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:15,815 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:51:15,815 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,857 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,861 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:51:15,862 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:51:15,862 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 20:51:15,872 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,873 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,890 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,890 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:15,894 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,897 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:51:15,900 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 20:51:15,900 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 20:51:16,699 INFO program/MainThread: stdout: 2024-03-01 20:51:16,700 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 20:51:16,700 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:16,700 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:16,700 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 20:51:16,700 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 20:51:16,700 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:16,700 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:16,700 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 20:51:16,700 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:16,700 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:16,700 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,701 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 20:51:16,716 INFO program/MainThread: stdout: 2024-03-01 20:51:16,716 INFO program/MainThread: writing all SBs 2024-03-01 20:51:16,716 INFO program/MainThread: new label = "" 2024-03-01 20:51:16,716 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,716 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,745 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,749 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:16,749 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:51:16,750 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 20:51:16,760 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,760 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,774 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,779 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:51:16,780 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 0x7f362f20c6d0> 2024-03-01 20:51:16,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:51:16,786 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:51:16,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 20:51:16,792 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:51:16,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 20:51:16,798 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:51:16,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 20:51:16,804 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:51:16,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 20:51:16,809 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:51:16,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 20:51:16,815 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:51:16,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 20:51:16,820 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:51:16,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 20:51:16,826 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:51:16,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:51:16,832 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:51:16,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 20:51:16,837 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:51:16,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 20:51:16,843 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:51:16,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 20:51:16,848 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:51:16,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 20:51:16,853 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:51:16,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 20:51:16,859 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:51:16,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 20:51:16,864 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:51:16,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:16,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 20:51:16,870 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:51:59,186 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_nn7m03f0/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:59,221 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:59,221 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:59,224 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:59,225 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 20:51:59,225 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:59,225 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:59,229 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:59,230 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:59,233 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:59,233 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:59,236 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:59,236 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:59,239 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:59,239 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:59,250 INFO program/MainThread: stdout: 2024-03-01 20:51:59,251 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:59,251 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS 2024-03-01 20:51:59,251 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 636767a0-2051-47d4-a4a2-8ddaad42b220 2024-03-01 20:51:59,251 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF 2024-03-01 20:51:59,251 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 636767a0-2051-47d4-a4a2-8ddaad42b220 2024-03-01 20:51:59,251 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 7509b14d-2500-416f-9e0b-7017d2253ac5 2024-03-01 20:51:59,251 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC 2024-03-01 20:51:59,251 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV 2024-03-01 20:51:59,251 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 174bedda-ffb9-4118-9c44-d2e71bf6fc00 2024-03-01 20:51:59,251 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 320e5633-882a-40cc-a24a-b84f76e9a924 2024-03-01 20:51:59,251 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx 2024-03-01 20:51:59,251 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B 2024-03-01 20:51:59,251 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV 2024-03-01 20:51:59,251 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 247f2cc7-549d-415a-af97-ccb33b86d822 2024-03-01 20:51:59,251 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs d855b93d-d433-4c99-8878-44b8082a5e22 2024-03-01 20:51:59,251 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs e9a59914-9a7e-4eef-9ce5-199fe97dd51d 2024-03-01 20:51:59,251 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew 2024-03-01 20:51:59,251 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs e9a59914-9a7e-4eef-9ce5-199fe97dd51d 2024-03-01 20:51:59,251 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC 2024-03-01 20:51:59,251 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs bb89d519-7b38-4991-9be1-020dae02be66 2024-03-01 20:51:59,251 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb 2024-03-01 20:51:59,251 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs bb89d519-7b38-4991-9be1-020dae02be66 2024-03-01 20:51:59,251 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:59,251 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:59,251 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:59,251 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 20:51:59,251 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:59,251 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 636767a0-2051-47d4-a4a2-8ddaad42b220 sdb 1073741824 root disk brw-rw---- LVM2_member N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 636767a0-2051-47d4-a4a2-8ddaad42b220 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 7509b14d-2500-416f-9e0b-7017d2253ac5 sdc 1073741824 root disk brw-rw---- LVM2_member 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC sdd 1073741824 root disk brw-rw---- LVM2_member HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 174bedda-ffb9-4118-9c44-d2e71bf6fc00 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 320e5633-882a-40cc-a24a-b84f76e9a924 sde 1073741824 root disk brw-rw---- LVM2_member BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx sdf 1073741824 root disk brw-rw---- LVM2_member IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B sdg 1073741824 root disk brw-rw---- LVM2_member TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 247f2cc7-549d-415a-af97-ccb33b86d822 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs d855b93d-d433-4c99-8878-44b8082a5e22 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs e9a59914-9a7e-4eef-9ce5-199fe97dd51d sdh 1073741824 root disk brw-rw---- LVM2_member a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs e9a59914-9a7e-4eef-9ce5-199fe97dd51d sdi 1073741824 root disk brw-rw---- LVM2_member bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs bb89d519-7b38-4991-9be1-020dae02be66 sdj 1073741824 root disk brw-rw---- LVM2_member 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs bb89d519-7b38-4991-9be1-020dae02be66 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 20:51:59,252 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:59,252 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:59,252 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:59,252 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:59,252 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:59,253 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:59,253 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:59,266 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:59,283 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 20:51:59,287 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/scsi-36001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/lvm-pv-uuid-5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS ' '/dev/disk/by-id/wwn-0x6001405a7f9beb1aed14e829ac2e3d8e', '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': '5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS', 'ID_FS_UUID_ENC': '5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS', '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': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'ID_SERIAL': '36001405a7f9beb1aed14e829ac2e3d8e', 'ID_SERIAL_SHORT': '6001405a7f9beb1aed14e829ac2e3d8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a7f9beb1a', 'ID_WWN_VENDOR_EXTENSION': '0xed14e829ac2e3d8e', 'ID_WWN_WITH_EXTENSION': '0x6001405a7f9beb1aed14e829ac2e3d8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a7f9beb1aed14e829ac2e3d8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329054376'} ; 2024-03-01 20:51:59,287 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:51:59,288 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 20:51:59,330 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F 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=wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:59,330 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:59,330 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:59,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:59,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:59,341 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:59,343 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 20:51:59,348 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:59,349 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:59,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:59,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:59,352 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:59,356 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:59,356 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:51:59,359 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:51:59,359 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:59,360 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:59,360 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01645da8e0) -- 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 = 6001405a7f9beb1aed14e829ac2e3d8e 2024-03-01 20:51:59,363 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:59,367 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:59,367 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:51:59,370 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:59,370 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:51:59,373 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:59,373 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:51:59,377 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:59,377 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:51:59,380 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:51:59,380 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:51:59,380 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 20:51:59,417 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:51:59,417 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF. WARNING: Couldn't find device with uuid 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC. WARNING: VG test_vg1 is missing PV N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:59,417 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:51:59,417 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:51:59,422 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS ; label: None ; device: /dev/sda ; serial: 36001405a7f9beb1aed14e829ac2e3d8e ; exists: True ; vg_name: test_vg1 ; vg_uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; pe_start: 8 MiB ; 2024-03-01 20:51:59,422 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:51:59,425 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:51:59,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:59,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:59,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:59,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:59,436 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 20:51:59,473 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:51:59,474 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF. WARNING: Couldn't find device with uuid 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC. WARNING: VG test_vg1 is missing PV N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:59,474 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:51:59,474 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:51:59,474 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:51:59,480 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:51:59,483 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:59,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:59,486 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:51:59,487 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 20:51:59,519 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:59,520 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF. WARNING: Couldn't find device with uuid 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC. WARNING: VG test_vg1 is missing PV N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:51:59,520 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:51:59,524 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:51:59,525 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:51:59,527 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:51:59,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:59,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:51:59,533 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:51:59,533 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:59,536 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-id/scsi-36001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/lvm-pv-uuid-N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405e3f5478318344b9fb2d6f5904', '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': 'N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF', 'ID_FS_UUID_ENC': 'N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF', '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': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'ID_SERIAL': '36001405e3f5478318344b9fb2d6f5904', 'ID_SERIAL_SHORT': '6001405e3f5478318344b9fb2d6f5904', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e3f547831', 'ID_WWN_VENDOR_EXTENSION': '0x8344b9fb2d6f5904', 'ID_WWN_WITH_EXTENSION': '0x6001405e3f5478318344b9fb2d6f5904', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e3f5478318344b9fb2d6f5904', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329069200'} ; 2024-03-01 20:51:59,536 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:51:59,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:59,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:59,547 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:59,548 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:59,548 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:51:59,548 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:59,551 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:59,554 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:59,554 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:51:59,557 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:51:59,557 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:59,558 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:51:59,558 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01634a5a00) -- 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 = 6001405e3f5478318344b9fb2d6f5904 2024-03-01 20:51:59,561 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:59,564 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:59,564 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:51:59,567 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:59,567 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:51:59,570 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:59,570 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:51:59,573 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:59,573 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:51:59,576 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:51:59,576 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:51:59,576 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 20:51:59,611 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:51:59,611 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC. WARNING: VG test_vg1 is missing PV 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC (last written to /dev/sdc). 2024-03-01 20:51:59,611 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:51:59,611 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:51:59,615 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF ; label: None ; device: /dev/sdb ; serial: 36001405e3f5478318344b9fb2d6f5904 ; exists: True ; vg_name: test_vg1 ; vg_uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 20:51:59,615 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:51:59,618 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:51:59,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:59,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:51:59,627 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:51:59,630 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:59,632 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:51:59,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:59,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:59,638 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 20:51:59,679 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:59,679 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC. WARNING: VG test_vg1 is missing PV 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC (last written to /dev/sdc). 2024-03-01 20:51:59,679 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:51:59,679 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:51:59,679 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:59,684 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/wwn-0x60014053a937184703743888a48633b2 ' '/dev/disk/by-id/scsi-360014053a937184703743888a48633b2', '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': '3a937184-7037-4388-8a48-633b2f1b6577', 'ID_SERIAL': '360014053a937184703743888a48633b2', 'ID_SERIAL_SHORT': '60014053a937184703743888a48633b2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053a9371847', 'ID_WWN_VENDOR_EXTENSION': '0x03743888a48633b2', 'ID_WWN_WITH_EXTENSION': '0x60014053a937184703743888a48633b2', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053a937184703743888a48633b2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329560963'} ; 2024-03-01 20:51:59,684 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:51:59,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:59,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:59,695 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:59,695 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:59,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:51:59,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:59,699 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:59,701 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:59,702 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:51:59,704 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:51:59,705 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:59,705 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:51:59,705 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0163405c40) -- 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 = 60014053a937184703743888a48633b2 2024-03-01 20:51:59,709 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:59,709 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:59,712 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/scsi-36001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_51414336-2e91-40c0-ad6e-ec2cbfc13f76', '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': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'ID_SERIAL': '36001405514143362e9140c0ad6eec2cb', 'ID_SERIAL_SHORT': '6001405514143362e9140c0ad6eec2cb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405514143362', 'ID_WWN_VENDOR_EXTENSION': '0xe9140c0ad6eec2cb', 'ID_WWN_WITH_EXTENSION': '0x6001405514143362e9140c0ad6eec2cb', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405514143362e9140c0ad6eec2cb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329682371'} ; 2024-03-01 20:51:59,712 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:51:59,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:59,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:59,723 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:59,723 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:59,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:51:59,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:59,726 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:59,729 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:59,729 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:51:59,732 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:51:59,732 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:59,733 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:51:59,733 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0163405d90) -- 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 = 6001405514143362e9140c0ad6eec2cb 2024-03-01 20:51:59,736 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:59,736 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:59,739 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/lvm-pv-uuid-2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC', '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': '2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC', 'ID_FS_UUID_ENC': '2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC', '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': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'ID_SERIAL': '36001405fc44a76b311c428484eb09cf7', 'ID_SERIAL_SHORT': '6001405fc44a76b311c428484eb09cf7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fc44a76b3', 'ID_WWN_VENDOR_EXTENSION': '0x11c428484eb09cf7', 'ID_WWN_WITH_EXTENSION': '0x6001405fc44a76b311c428484eb09cf7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fc44a76b311c428484eb09cf7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329112301'} ; 2024-03-01 20:51:59,739 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:51:59,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:59,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:59,750 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:59,750 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:59,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:51:59,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:59,753 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:59,756 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:59,757 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:59,760 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:51:59,760 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:59,760 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:51:59,760 INFO blivet/MainThread: got device: DiskDevice instance (0x7f016341b460) -- 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 = 6001405fc44a76b311c428484eb09cf7 2024-03-01 20:51:59,763 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:59,766 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:59,767 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:51:59,770 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:59,770 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:51:59,773 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:59,773 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:51:59,776 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:59,776 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:51:59,779 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:51:59,779 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:51:59,779 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 20:51:59,818 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:51:59,818 INFO program/MainThread: stderr[9]: 2024-03-01 20:51:59,818 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:51:59,818 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:51:59,822 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC ; label: None ; device: /dev/sdc ; serial: 36001405fc44a76b311c428484eb09cf7 ; exists: True ; vg_name: test_vg1 ; vg_uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:51:59,822 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:51:59,825 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:51:59,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:59,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:59,834 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:51:59,837 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:59,840 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:51:59,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:59,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:59,845 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 20:51:59,880 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:51:59,880 INFO program/MainThread: stderr[10]: 2024-03-01 20:51:59,880 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:51:59,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:59,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:59,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K ; incomplete: False ; hidden: False ; 2024-03-01 20:51:59,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:59,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:51:59,896 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:59,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:51:59,900 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:51:59,903 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:59,904 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:51:59,907 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:51:59,907 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:51:59,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:59,910 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:51:59,914 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:59,914 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:51:59,917 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:51:59,920 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:59,920 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:51:59,923 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:51:59,924 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:51:59,924 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 20:51:59,924 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:51:59,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:59,927 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:51:59,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:51:59,931 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:51:59,935 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67MwtP5dbVUSLWeLtQfeVj3kS5fM8Iou3K ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/7509b14d-2500-416f-9e0b-7017d2253ac5 ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', '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-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67MwtP5dbVUSLWeLtQfeVj3kS5fM8Iou3K', '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': '7509b14d-2500-416f-9e0b-7017d2253ac5', 'ID_FS_UUID_ENC': '7509b14d-2500-416f-9e0b-7017d2253ac5', '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': '668621941'} ; 2024-03-01 20:51:59,935 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:51:59,935 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:59,939 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:51:59,939 INFO program/MainThread: stderr[11]: 2024-03-01 20:51:59,939 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:51:59,939 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:59,941 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:51:59,942 INFO program/MainThread: stderr[12]: 2024-03-01 20:51:59,942 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:51:59,942 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:59,944 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:51:59,944 INFO program/MainThread: stderr[13]: 2024-03-01 20:51:59,944 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:51:59,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:59,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:51:59,954 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:59,954 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:51:59,955 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:59,955 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:51:59,951 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f016341bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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 (0x7f01634cc6d0) -- 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 = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:51:59,956 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:59,959 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:51:59,959 INFO program/MainThread: stderr[14]: 2024-03-01 20:51:59,959 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:51:59,963 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:51:59,966 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:59,967 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:51:59,970 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:59,970 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:51:59,973 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:59,973 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:51:59,976 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:59,976 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:51:59,978 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:59,978 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:51:59,981 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:59,982 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:51:59,985 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:59,985 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:59,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:59,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:59,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM ; incomplete: False ; hidden: False ; 2024-03-01 20:51:59,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:59,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:52:00,000 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:00,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:52:00,003 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:52:00,006 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:00,006 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:00,009 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:52:00,010 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:52:00,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 20:52:00,014 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:52:00,017 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:00,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:52:00,020 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:52:00,023 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:00,023 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:00,026 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:52:00,027 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:52:00,027 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 20:52:00,027 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 20:52:00,030 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:00,030 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:00,033 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:52:00,033 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:52:00,037 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/disk/by-id/dm-uuid-LVM-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67CjFtDuIwRC3YMK3yeaPKQZ7vINeuwqhM ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/636767a0-2051-47d4-a4a2-8ddaad42b220 ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '61', '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-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67CjFtDuIwRC3YMK3yeaPKQZ7vINeuwqhM', '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': '636767a0-2051-47d4-a4a2-8ddaad42b220', 'ID_FS_UUID_ENC': '636767a0-2051-47d4-a4a2-8ddaad42b220', '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': '668218546'} ; 2024-03-01 20:52:00,037 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:52:00,037 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:00,040 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:52:00,041 INFO program/MainThread: stderr[15]: 2024-03-01 20:52:00,041 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:52:00,041 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:00,043 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:52:00,043 INFO program/MainThread: stderr[16]: 2024-03-01 20:52:00,043 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:52:00,044 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:00,046 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:52:00,046 INFO program/MainThread: stderr[17]: 2024-03-01 20:52:00,046 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:52:00,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 20:52:00,056 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:00,056 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:00,057 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:00,057 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:00,053 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f016341bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM 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 (0x7f01634cc6d0) -- name = test_vg1 status = True 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 = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:00,058 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:00,061 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:52:00,061 INFO program/MainThread: stderr[18]: 2024-03-01 20:52:00,061 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:52:00,065 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:52:00,069 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:00,069 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 20:52:00,072 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:00,072 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 20:52:00,075 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,075 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 20:52:00,078 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,078 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:52:00,079 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 20:52:00,082 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:00,082 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 20:52:00,085 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:52:00,085 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:00,085 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:00,088 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/scsi-36001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/lvm-pv-uuid-HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV ' '/dev/disk/by-id/wwn-0x6001405bc5bc26d0b3a49ddae3c723e5', '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': 'HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV', 'ID_FS_UUID_ENC': 'HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV', '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': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'ID_SERIAL': '36001405bc5bc26d0b3a49ddae3c723e5', 'ID_SERIAL_SHORT': '6001405bc5bc26d0b3a49ddae3c723e5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bc5bc26d0', 'ID_WWN_VENDOR_EXTENSION': '0xb3a49ddae3c723e5', 'ID_WWN_WITH_EXTENSION': '0x6001405bc5bc26d0b3a49ddae3c723e5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bc5bc26d0b3a49ddae3c723e5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329180484'} ; 2024-03-01 20:52:00,089 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:52:00,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,100 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:52:00,101 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:52:00,101 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:52:00,101 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:52:00,104 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:52:00,107 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:52:00,107 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:52:00,110 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:52:00,110 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:52:00,111 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 20:52:00,111 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01634194f0) -- 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 = 6001405bc5bc26d0b3a49ddae3c723e5 2024-03-01 20:52:00,114 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:52:00,117 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:00,117 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:52:00,120 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:00,120 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:52:00,123 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,123 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:52:00,126 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,126 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:52:00,129 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 20:52:00,129 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:52:00,129 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 20:52:00,167 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:52:00,167 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx. WARNING: Couldn't find device with uuid IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B. WARNING: VG test_vg2 is missing PV BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx (last written to /dev/sde). WARNING: VG test_vg2 is missing PV IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B (last written to /dev/sdf). 2024-03-01 20:52:00,167 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:52:00,167 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 20:52:00,171 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV ; label: None ; device: /dev/sdd ; serial: 36001405bc5bc26d0b3a49ddae3c723e5 ; exists: True ; vg_name: test_vg2 ; vg_uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 20:52:00,172 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 20:52:00,174 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:52:00,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; incomplete: True ; hidden: False ; 2024-03-01 20:52:00,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:00,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,186 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 20:52:00,226 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 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=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:52:00,226 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx. WARNING: Couldn't find device with uuid IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B. WARNING: VG test_vg2 is missing PV BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx (last written to /dev/sde). WARNING: VG test_vg2 is missing PV IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B (last written to /dev/sdf). 2024-03-01 20:52:00,226 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:52:00,226 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:52:00,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:52:00,231 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:52:00,234 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:00,234 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 20:52:00,237 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:52:00,237 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 20:52:00,272 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:00,272 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx. WARNING: Couldn't find device with uuid IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B. WARNING: VG test_vg2 is missing PV BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx (last written to /dev/sde). WARNING: VG test_vg2 is missing PV IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B (last written to /dev/sdf). 2024-03-01 20:52:00,272 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:52:00,276 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 20:52:00,277 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 20:52:00,279 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 20:52:00,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; incomplete: True ; hidden: False ; 2024-03-01 20:52:00,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:52:00,285 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:52:00,285 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:00,289 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/wwn-0x6001405813e88eb27644092bc26041da ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/lvm-pv-uuid-BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx ' '/dev/disk/by-id/scsi-36001405813e88eb27644092bc26041da', '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': 'BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx', 'ID_FS_UUID_ENC': 'BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx', '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': '813e88eb-2764-4092-bc26-041da4b5abdc', 'ID_SERIAL': '36001405813e88eb27644092bc26041da', 'ID_SERIAL_SHORT': '6001405813e88eb27644092bc26041da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405813e88eb2', 'ID_WWN_VENDOR_EXTENSION': '0x7644092bc26041da', 'ID_WWN_WITH_EXTENSION': '0x6001405813e88eb27644092bc26041da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405813e88eb27644092bc26041da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329192311'} ; 2024-03-01 20:52:00,289 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:52:00,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,300 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:52:00,301 INFO blivet/MainThread: sde is a disk 2024-03-01 20:52:00,301 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 20:52:00,301 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:52:00,304 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:52:00,307 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:52:00,307 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:52:00,310 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:52:00,310 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:52:00,311 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 20:52:00,311 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01634052e0) -- 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 = 6001405813e88eb27644092bc26041da 2024-03-01 20:52:00,314 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:52:00,317 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:00,317 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 20:52:00,320 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:00,320 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 20:52:00,323 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,323 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 20:52:00,327 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,327 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 20:52:00,329 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 20:52:00,330 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:52:00,330 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/sda,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 20:52:00,365 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:52:00,365 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B. WARNING: VG test_vg2 is missing PV IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B (last written to /dev/sdf). 2024-03-01 20:52:00,365 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:52:00,365 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 20:52:00,369 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx ; label: None ; device: /dev/sde ; serial: 36001405813e88eb27644092bc26041da ; exists: True ; vg_name: test_vg2 ; vg_uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:52:00,369 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 20:52:00,372 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:52:00,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; incomplete: True ; hidden: False ; 2024-03-01 20:52:00,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:52:00,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:52:00,384 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:00,386 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 20:52:00,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; incomplete: True ; hidden: False ; 2024-03-01 20:52:00,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:00,392 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/sda,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 20:52:00,431 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:00,431 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B. WARNING: VG test_vg2 is missing PV IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B (last written to /dev/sdf). 2024-03-01 20:52:00,431 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:52:00,431 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:52:00,431 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:00,436 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140599702f84b45349309807b612c ' '/dev/disk/by-id/wwn-0x600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/lvm-pv-uuid-IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B ' '/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': 'IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B', 'ID_FS_UUID_ENC': 'IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B', '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': '99702f84-b453-4930-9807-b612c1a0d577', 'ID_SERIAL': '3600140599702f84b45349309807b612c', 'ID_SERIAL_SHORT': '600140599702f84b45349309807b612c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140599702f84b', 'ID_WWN_VENDOR_EXTENSION': '0x45349309807b612c', 'ID_WWN_WITH_EXTENSION': '0x600140599702f84b45349309807b612c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140599702f84b45349309807b612c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329256238'} ; 2024-03-01 20:52:00,436 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:52:00,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,448 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:52:00,448 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:52:00,448 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 20:52:00,448 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 20:52:00,451 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:52:00,454 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:52:00,454 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:52:00,457 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:52:00,458 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:52:00,458 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 20:52:00,458 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01645da820) -- 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 = 600140599702f84b45349309807b612c 2024-03-01 20:52:00,461 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:52:00,464 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:00,464 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 20:52:00,467 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:00,467 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 20:52:00,470 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,470 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 20:52:00,473 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,473 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 20:52:00,476 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 20:52:00,476 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:52:00,476 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/sda,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 20:52:00,516 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:52:00,516 INFO program/MainThread: stderr[24]: 2024-03-01 20:52:00,516 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:52:00,516 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 20:52:00,520 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B ; label: None ; device: /dev/sdf ; serial: 3600140599702f84b45349309807b612c ; exists: True ; vg_name: test_vg2 ; vg_uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:52:00,521 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 20:52:00,524 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:52:00,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; incomplete: True ; hidden: False ; 2024-03-01 20:52:00,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:00,532 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:52:00,535 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:00,538 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 20:52:00,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; incomplete: True ; hidden: False ; 2024-03-01 20:52:00,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:00,544 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/sda,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 20:52:00,580 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:00,580 INFO program/MainThread: stderr[25]: 2024-03-01 20:52:00,580 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:52:00,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:00,593 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:52:00,596 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:52:00,596 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:52:00,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:52:00,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:00,603 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:00,606 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:52:00,607 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:52:00,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 20:52:00,610 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:52:00,613 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:52:00,613 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:52:00,616 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:52:00,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:00,620 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:00,623 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:52:00,623 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:52:00,623 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:52:00,624 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 20:52:00,626 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:00,627 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:00,630 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:52:00,630 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:52:00,634 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/320e5633-882a-40cc-a24a-b84f76e9a924 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIzigh0rqxTVMHNgmkje2TPsZnheI9QsWV', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIzigh0rqxTVMHNgmkje2TPsZnheI9QsWV', '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': '320e5633-882a-40cc-a24a-b84f76e9a924', 'ID_FS_UUID_ENC': '320e5633-882a-40cc-a24a-b84f76e9a924', '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': '666413477'} ; 2024-03-01 20:52:00,634 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:52:00,634 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:00,637 INFO program/MainThread: stdout[26]: LVM 2024-03-01 20:52:00,637 INFO program/MainThread: stderr[26]: 2024-03-01 20:52:00,637 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:52:00,637 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:00,640 INFO program/MainThread: stdout[27]: LVM 2024-03-01 20:52:00,640 INFO program/MainThread: stderr[27]: 2024-03-01 20:52:00,640 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:52:00,640 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:00,643 INFO program/MainThread: stdout[28]: LVM 2024-03-01 20:52:00,643 INFO program/MainThread: stderr[28]: 2024-03-01 20:52:00,643 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:52:00,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 20:52:00,653 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:00,653 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:52:00,653 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:00,654 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:52:00,650 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f01633be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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 (0x7f0163414c10) -- 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 = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:00,654 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:00,657 INFO program/MainThread: stdout[29]: LVM 2024-03-01 20:52:00,658 INFO program/MainThread: stderr[29]: 2024-03-01 20:52:00,658 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:52:00,661 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:52:00,665 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:00,665 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 20:52:00,668 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:00,668 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 20:52:00,671 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,671 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 20:52:00,675 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,675 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 20:52:00,675 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 20:52:00,679 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:00,679 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 20:52:00,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:52:00,682 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:00,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:00,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:52:00,697 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:00,697 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:52:00,700 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:52:00,703 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:00,703 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:00,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:52:00,707 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:52:00,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 20:52:00,711 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:52:00,714 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:00,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:52:00,717 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:52:00,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:00,720 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:00,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:52:00,724 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:52:00,724 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 20:52:00,724 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 20:52:00,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:00,727 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:00,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:52:00,731 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:52:00,734 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-uuid-LVM-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIdN6i3eFScam14QQyO68Hj9zNg4bjS2Ii ' '/dev/disk/by-uuid/174bedda-ffb9-4118-9c44-d2e71bf6fc00 ' '/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': '59', '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-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIdN6i3eFScam14QQyO68Hj9zNg4bjS2Ii', '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': '174bedda-ffb9-4118-9c44-d2e71bf6fc00', 'ID_FS_UUID_ENC': '174bedda-ffb9-4118-9c44-d2e71bf6fc00', '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': '665997479'} ; 2024-03-01 20:52:00,734 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:52:00,734 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:00,737 INFO program/MainThread: stdout[30]: LVM 2024-03-01 20:52:00,738 INFO program/MainThread: stderr[30]: 2024-03-01 20:52:00,738 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:52:00,738 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:00,740 INFO program/MainThread: stdout[31]: LVM 2024-03-01 20:52:00,740 INFO program/MainThread: stderr[31]: 2024-03-01 20:52:00,740 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:52:00,740 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:00,743 INFO program/MainThread: stdout[32]: LVM 2024-03-01 20:52:00,743 INFO program/MainThread: stderr[32]: 2024-03-01 20:52:00,743 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:52:00,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 20:52:00,753 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:00,754 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:00,754 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:00,755 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:00,751 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f01633bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii 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 (0x7f0163414c10) -- name = test_vg2 status = 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 = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:00,755 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:00,758 INFO program/MainThread: stdout[33]: LVM 2024-03-01 20:52:00,759 INFO program/MainThread: stderr[33]: 2024-03-01 20:52:00,759 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:52:00,763 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:52:00,766 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:00,766 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 20:52:00,770 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:00,770 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 20:52:00,773 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,773 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 20:52:00,776 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,776 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 20:52:00,776 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 20:52:00,779 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:00,779 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 20:52:00,783 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:52:00,783 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:00,783 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:00,786 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/lvm-pv-uuid-TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/wwn-0x6001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', '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': 'TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV', 'ID_FS_UUID_ENC': 'TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV', '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': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'ID_SERIAL': '36001405709e0fc7fea54636b52afe854', 'ID_SERIAL_SHORT': '6001405709e0fc7fea54636b52afe854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405709e0fc7f', 'ID_WWN_VENDOR_EXTENSION': '0xea54636b52afe854', 'ID_WWN_WITH_EXTENSION': '0x6001405709e0fc7fea54636b52afe854', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405709e0fc7fea54636b52afe854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329335805'} ; 2024-03-01 20:52:00,786 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:52:00,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,798 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:52:00,799 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:52:00,799 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 20:52:00,799 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 20:52:00,802 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:52:00,805 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:52:00,805 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:52:00,808 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:52:00,808 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:52:00,809 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 20:52:00,809 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0163419040) -- 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 = 6001405709e0fc7fea54636b52afe854 2024-03-01 20:52:00,812 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:52:00,815 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:00,815 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 20:52:00,818 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:00,818 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 20:52:00,821 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,821 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 20:52:00,824 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,824 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 20:52:00,827 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 20:52:00,827 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:52:00,827 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/sde,/dev/sda,/dev/sdg,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 20:52:00,869 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:52:00,869 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew. WARNING: Couldn't find device with uuid bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC. WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:00,869 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:52:00,869 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 20:52:00,873 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV ; label: None ; device: /dev/sdg ; serial: 36001405709e0fc7fea54636b52afe854 ; exists: True ; vg_name: test_vg3 ; vg_uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 20:52:00,873 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 20:52:00,876 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:52:00,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:00,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:00,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,888 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/sde,/dev/sda,/dev/sdg,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 20:52:00,922 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 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=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 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=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:52:00,922 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew. WARNING: Couldn't find device with uuid bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC. WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:00,922 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:52:00,922 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:52:00,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:52:00,927 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:52:00,930 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:00,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 20:52:00,933 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:52:00,933 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/sde,/dev/sda,/dev/sdg,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 20:52:00,974 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F 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=wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:00,975 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew. WARNING: Couldn't find device with uuid bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC. WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:00,975 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:52:00,979 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 20:52:00,980 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 20:52:00,982 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 20:52:00,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:00,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:52:00,988 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:52:00,988 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:00,992 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/lvm-pv-uuid-a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew ' '/dev/disk/by-id/scsi-36001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/wwn-0x6001405c5456a1d8a644e1bbb010962a', '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': 'a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew', 'ID_FS_UUID_ENC': 'a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew', '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': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'ID_SERIAL': '36001405c5456a1d8a644e1bbb010962a', 'ID_SERIAL_SHORT': '6001405c5456a1d8a644e1bbb010962a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5456a1d8', 'ID_WWN_VENDOR_EXTENSION': '0xa644e1bbb010962a', 'ID_WWN_WITH_EXTENSION': '0x6001405c5456a1d8a644e1bbb010962a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5456a1d8a644e1bbb010962a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329390273'} ; 2024-03-01 20:52:00,992 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:52:00,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:01,004 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:52:01,004 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:52:01,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:52:01,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 20:52:01,007 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:52:01,010 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:52:01,010 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:52:01,013 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:52:01,014 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:52:01,014 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 20:52:01,014 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01633d07c0) -- 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 = 6001405c5456a1d8a644e1bbb010962a 2024-03-01 20:52:01,017 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:52:01,020 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:01,020 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 20:52:01,023 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:01,023 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 20:52:01,026 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,026 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 20:52:01,030 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,030 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 20:52:01,032 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 20:52:01,032 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:52:01,033 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/sde,/dev/sda,/dev/sdg,/dev/sdb,/dev/sdd,/dev/sdc,/dev/sdh ... 2024-03-01 20:52:01,074 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:52:01,074 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC. WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:01,074 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:52:01,074 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 20:52:01,078 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew ; label: None ; device: /dev/sdh ; serial: 36001405c5456a1d8a644e1bbb010962a ; exists: True ; vg_name: test_vg3 ; vg_uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; pe_start: 8 MiB ; 2024-03-01 20:52:01,078 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 20:52:01,081 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:52:01,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:01,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:52:01,090 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:52:01,093 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:01,095 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 20:52:01,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:01,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:01,101 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/sde,/dev/sda,/dev/sdg,/dev/sdb,/dev/sdd,/dev/sdc,/dev/sdh ... 2024-03-01 20:52:01,139 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F 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=wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:01,139 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC. WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:01,139 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:52:01,139 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:52:01,139 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:01,144 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-id/lvm-pv-uuid-bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-36001405efb34f66b4b248f68218cf71a', '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': 'bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC', 'ID_FS_UUID_ENC': 'bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC', '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': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'ID_SERIAL': '36001405efb34f66b4b248f68218cf71a', 'ID_SERIAL_SHORT': '6001405efb34f66b4b248f68218cf71a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efb34f66b', 'ID_WWN_VENDOR_EXTENSION': '0x4b248f68218cf71a', 'ID_WWN_WITH_EXTENSION': '0x6001405efb34f66b4b248f68218cf71a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efb34f66b4b248f68218cf71a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329457240'} ; 2024-03-01 20:52:01,144 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:52:01,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:01,156 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:52:01,156 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:52:01,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 20:52:01,157 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 20:52:01,160 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:52:01,162 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:52:01,163 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:52:01,165 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:52:01,166 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:52:01,166 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 20:52:01,166 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01633d3220) -- 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 = 6001405efb34f66b4b248f68218cf71a 2024-03-01 20:52:01,169 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:52:01,172 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:01,173 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 20:52:01,175 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:01,176 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 20:52:01,179 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,179 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 20:52:01,182 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,182 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 20:52:01,184 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 20:52:01,185 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:52:01,185 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/sde,/dev/sda,/dev/sdg,/dev/sdb,/dev/sdd,/dev/sdi,/dev/sdc,/dev/sdh ... 2024-03-01 20:52:01,227 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:52:01,227 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:01,227 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:52:01,227 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 20:52:01,231 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC ; label: None ; device: /dev/sdi ; serial: 36001405efb34f66b4b248f68218cf71a ; exists: True ; vg_name: test_vg3 ; vg_uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; pe_start: 8 MiB ; 2024-03-01 20:52:01,231 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:52:01,235 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:52:01,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:01,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:01,243 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:52:01,246 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:01,249 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 20:52:01,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:01,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:01,255 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/sde,/dev/sda,/dev/sdg,/dev/sdb,/dev/sdd,/dev/sdi,/dev/sdc,/dev/sdh ... 2024-03-01 20:52:01,296 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F 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=wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:01,296 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:01,296 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:52:01,296 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:52:01,296 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:01,301 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/lvm-pv-uuid-1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb ' '/dev/disk/by-id/scsi-36001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', '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': '1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb', 'ID_FS_UUID_ENC': '1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb', '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': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'ID_SERIAL': '36001405e7625e6ece674e998a0b2c2a3', 'ID_SERIAL_SHORT': '6001405e7625e6ece674e998a0b2c2a3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e7625e6ec', 'ID_WWN_VENDOR_EXTENSION': '0xe674e998a0b2c2a3', 'ID_WWN_WITH_EXTENSION': '0x6001405e7625e6ece674e998a0b2c2a3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e7625e6ece674e998a0b2c2a3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329530947'} ; 2024-03-01 20:52:01,301 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:52:01,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:01,313 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:52:01,313 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:52:01,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:52:01,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 20:52:01,317 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:52:01,320 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:52:01,320 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:52:01,323 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:52:01,323 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:52:01,324 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 20:52:01,324 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01633d4910) -- 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 = 6001405e7625e6ece674e998a0b2c2a3 2024-03-01 20:52:01,327 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:52:01,330 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:01,330 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 20:52:01,333 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:01,333 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 20:52:01,336 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,336 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 20:52:01,339 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,339 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 20:52:01,342 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 20:52:01,342 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:52:01,342 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/sdf,/dev/sde,/dev/sda,/dev/sdj,/dev/sdg,/dev/sdb,/dev/sdd,/dev/sdi,/dev/sdc,/dev/sdh ... 2024-03-01 20:52:01,384 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:52:01,384 INFO program/MainThread: stderr[41]: 2024-03-01 20:52:01,384 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:52:01,384 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 20:52:01,388 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb ; label: None ; device: /dev/sdj ; serial: 36001405e7625e6ece674e998a0b2c2a3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 20:52:01,389 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 20:52:01,392 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:52:01,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:01,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:01,401 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:52:01,404 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:01,406 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 20:52:01,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:01,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:01,412 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/sdf,/dev/sde,/dev/sda,/dev/sdj,/dev/sdg,/dev/sdb,/dev/sdd,/dev/sdi,/dev/sdc,/dev/sdh ... 2024-03-01 20:52:01,446 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F 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=wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:01,447 INFO program/MainThread: stderr[42]: 2024-03-01 20:52:01,447 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:52:01,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:01,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:01,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 20:52:01,463 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:52:01,463 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:52:01,466 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:52:01,470 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:01,470 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:01,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 20:52:01,474 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:52:01,474 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 20:52:01,477 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:52:01,480 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:52:01,480 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 20:52:01,483 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:52:01,486 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:01,487 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:01,490 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:52:01,490 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:52:01,491 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 20:52:01,491 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 20:52:01,494 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:01,494 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:01,497 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:52:01,497 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:52:01,501 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLbxRxze8q21qs9sJSRfQ2YJ8fVZ1l9oAp ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/bb89d519-7b38-4991-9be1-020dae02be66 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLbxRxze8q21qs9sJSRfQ2YJ8fVZ1l9oAp', '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': 'bb89d519-7b38-4991-9be1-020dae02be66', 'ID_FS_UUID_ENC': 'bb89d519-7b38-4991-9be1-020dae02be66', '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': '664251472'} ; 2024-03-01 20:52:01,501 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:52:01,501 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:01,504 INFO program/MainThread: stdout[43]: LVM 2024-03-01 20:52:01,504 INFO program/MainThread: stderr[43]: 2024-03-01 20:52:01,504 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:52:01,504 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:01,507 INFO program/MainThread: stdout[44]: LVM 2024-03-01 20:52:01,507 INFO program/MainThread: stderr[44]: 2024-03-01 20:52:01,507 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:52:01,507 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:01,510 INFO program/MainThread: stdout[45]: LVM 2024-03-01 20:52:01,510 INFO program/MainThread: stderr[45]: 2024-03-01 20:52:01,510 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:52:01,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 20:52:01,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:01,522 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:52:01,522 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:01,523 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:52:01,519 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f01633d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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 (0x7f01633c7f40) -- 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 = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:01,524 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:01,527 INFO program/MainThread: stdout[46]: LVM 2024-03-01 20:52:01,527 INFO program/MainThread: stderr[46]: 2024-03-01 20:52:01,527 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:52:01,531 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:52:01,534 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:01,534 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 20:52:01,537 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:01,538 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 20:52:01,541 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,541 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 20:52:01,544 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,544 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 20:52:01,544 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 20:52:01,547 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:01,548 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 20:52:01,551 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:52:01,551 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:01,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:01,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:01,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 20:52:01,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:52:01,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:52:01,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:52:01,583 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:01,584 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:01,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 20:52:01,587 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:52:01,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 20:52:01,591 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:52:01,594 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:52:01,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:52:01,597 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:52:01,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:01,600 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:01,604 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:52:01,604 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:52:01,604 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 20:52:01,604 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 20:52:01,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:01,607 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:01,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:52:01,611 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:52:01,614 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/e9a59914-9a7e-4eef-9ce5-199fe97dd51d ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLDWEs0SBMLeOVBuPqPZrxghuGwZm2uxF2', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLDWEs0SBMLeOVBuPqPZrxghuGwZm2uxF2', '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': 'e9a59914-9a7e-4eef-9ce5-199fe97dd51d', 'ID_FS_UUID_ENC': 'e9a59914-9a7e-4eef-9ce5-199fe97dd51d', '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': '663173251'} ; 2024-03-01 20:52:01,614 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:52:01,614 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:01,618 INFO program/MainThread: stdout[47]: LVM 2024-03-01 20:52:01,618 INFO program/MainThread: stderr[47]: 2024-03-01 20:52:01,618 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:52:01,618 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:01,620 INFO program/MainThread: stdout[48]: LVM 2024-03-01 20:52:01,620 INFO program/MainThread: stderr[48]: 2024-03-01 20:52:01,620 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:52:01,621 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:01,623 INFO program/MainThread: stdout[49]: LVM 2024-03-01 20:52:01,623 INFO program/MainThread: stderr[49]: 2024-03-01 20:52:01,623 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:52:01,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 20:52:01,634 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:01,635 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:52:01,635 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:01,636 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:52:01,632 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0163481160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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 (0x7f01633c7f40) -- name = test_vg3 status = True 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 = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:01,637 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:01,640 INFO program/MainThread: stdout[50]: LVM 2024-03-01 20:52:01,640 INFO program/MainThread: stderr[50]: 2024-03-01 20:52:01,640 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:52:01,644 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:52:01,648 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:01,648 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 20:52:01,651 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:01,651 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 20:52:01,654 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,654 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 20:52:01,657 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,657 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 20:52:01,658 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 20:52:01,661 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:01,661 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 20:52:01,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:52:01,664 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:01,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:01,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:01,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:52:01,679 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:01,680 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 20:52:01,683 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:52:01,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:01,686 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:01,689 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:52:01,690 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:52:01,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 20:52:01,693 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:52:01,696 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:01,697 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 20:52:01,700 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:52:01,703 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:01,703 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:01,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:52:01,707 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:52:01,707 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:52:01,707 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 20:52:01,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:01,710 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:01,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:52:01,714 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:52:01,717 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/d855b93d-d433-4c99-8878-44b8082a5e22 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLEYbtfqD4kHXsAzBhD6oBMrcKqGfDfy3F', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLEYbtfqD4kHXsAzBhD6oBMrcKqGfDfy3F', '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': 'd855b93d-d433-4c99-8878-44b8082a5e22', 'ID_FS_UUID_ENC': 'd855b93d-d433-4c99-8878-44b8082a5e22', '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': '662089700'} ; 2024-03-01 20:52:01,717 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:52:01,718 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:01,721 INFO program/MainThread: stdout[51]: LVM 2024-03-01 20:52:01,721 INFO program/MainThread: stderr[51]: 2024-03-01 20:52:01,721 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:52:01,721 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:01,724 INFO program/MainThread: stdout[52]: LVM 2024-03-01 20:52:01,724 INFO program/MainThread: stderr[52]: 2024-03-01 20:52:01,724 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:52:01,724 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:01,726 INFO program/MainThread: stdout[53]: LVM 2024-03-01 20:52:01,727 INFO program/MainThread: stderr[53]: 2024-03-01 20:52:01,727 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:52:01,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 20:52:01,737 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:01,738 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:52:01,739 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:01,740 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:52:01,735 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f01634192e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F 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 (0x7f01633c7f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:01,740 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:01,743 INFO program/MainThread: stdout[54]: LVM 2024-03-01 20:52:01,744 INFO program/MainThread: stderr[54]: 2024-03-01 20:52:01,744 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 20:52:01,748 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:52:01,751 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:01,751 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 20:52:01,754 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:01,754 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 20:52:01,758 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,758 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 20:52:01,761 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,761 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 20:52:01,762 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 20:52:01,765 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:01,765 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 20:52:01,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:52:01,768 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:01,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:01,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:01,780 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 20:52:01,783 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:52:01,783 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 20:52:01,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:52:01,790 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:01,790 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:01,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:52:01,794 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:52:01,794 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 20:52:01,797 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:52:01,800 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:52:01,801 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 20:52:01,804 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:52:01,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:01,807 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:01,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:52:01,811 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:52:01,811 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:52:01,811 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 20:52:01,814 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:01,814 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:01,817 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:52:01,818 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:52:01,821 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/247f2cc7-549d-415a-af97-ccb33b86d822 ' '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLwWGOd3jCPOzDd6KwbPPcnUkORZ350aok ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLwWGOd3jCPOzDd6KwbPPcnUkORZ350aok', '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': '247f2cc7-549d-415a-af97-ccb33b86d822', 'ID_FS_UUID_ENC': '247f2cc7-549d-415a-af97-ccb33b86d822', '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': '661695346'} ; 2024-03-01 20:52:01,821 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:52:01,821 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:01,825 INFO program/MainThread: stdout[55]: LVM 2024-03-01 20:52:01,825 INFO program/MainThread: stderr[55]: 2024-03-01 20:52:01,825 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 20:52:01,825 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:01,827 INFO program/MainThread: stdout[56]: LVM 2024-03-01 20:52:01,828 INFO program/MainThread: stderr[56]: 2024-03-01 20:52:01,828 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 20:52:01,828 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:01,830 INFO program/MainThread: stdout[57]: LVM 2024-03-01 20:52:01,830 INFO program/MainThread: stderr[57]: 2024-03-01 20:52:01,830 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 20:52:01,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 20:52:01,841 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:01,842 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:01,843 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:01,844 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:01,839 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f01634cc310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok 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 (0x7f01633c7f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:01,845 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:01,848 INFO program/MainThread: stdout[58]: LVM 2024-03-01 20:52:01,848 INFO program/MainThread: stderr[58]: 2024-03-01 20:52:01,848 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 20:52:01,852 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:52:01,855 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:01,855 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 20:52:01,859 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:01,859 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 20:52:01,862 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,862 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 20:52:01,865 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,865 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 20:52:01,866 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 20:52:01,869 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:01,869 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 20:52:01,872 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:52:01,872 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:01,872 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:01,875 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': '9467320'} ; 2024-03-01 20:52:01,875 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:52:01,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:01,886 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:52:01,887 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:52:01,887 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:52:01,887 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:52:01,887 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 20:52:01,887 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 20:52:01,890 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:52:01,893 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:52:01,893 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:52:01,896 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:52:01,896 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:52:01,897 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 20:52:01,897 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01633be100) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:52:01,900 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:52:01,903 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:01,903 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 20:52:01,906 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:01,906 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 20:52:01,909 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,909 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 20:52:01,912 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:01,912 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 20:52:01,915 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:52:01,918 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:01,921 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:52:01,927 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 0x7f0163408580> 2024-03-01 20:52:01,969 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 20:52:01,973 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:52:01,973 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:52:01,977 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': '9469968'} ; 2024-03-01 20:52:01,977 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:52:01,977 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:52:01,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:01,987 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:52:01,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:01,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:01,993 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:02,002 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:02,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 20:52:02,026 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 20:52:02,029 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:52:02,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 20:52:02,032 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:52:02,035 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:52:02,035 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:52:02,038 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:02,039 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:02,039 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:52:02,042 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:52:02,045 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:52:02,047 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:52:02,050 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:52:02,053 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:02,053 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:02,054 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 20:52:02,054 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:52:02,054 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f01633c6130) -- 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 0x7f0164df6590> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:52:02,057 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:52:02,061 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:02,061 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 20:52:02,064 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:02,064 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 20:52:02,067 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:02,067 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 20:52:02,070 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:02,070 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 20:52:02,070 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:52:02,073 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:02,073 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 20:52:02,076 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:52:02,076 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:02,079 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/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/247f2cc7-549d-415a-af97-ccb33b86d822 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLwWGOd3jCPOzDd6KwbPPcnUkORZ350aok', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLwWGOd3jCPOzDd6KwbPPcnUkORZ350aok', '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': '247f2cc7-549d-415a-af97-ccb33b86d822', 'ID_FS_UUID_ENC': '247f2cc7-549d-415a-af97-ccb33b86d822', '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': '661695346'} ; 2024-03-01 20:52:02,079 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:52:02,079 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:02,082 INFO program/MainThread: stdout[59]: LVM 2024-03-01 20:52:02,083 INFO program/MainThread: stderr[59]: 2024-03-01 20:52:02,083 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 20:52:02,083 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:02,085 INFO program/MainThread: stdout[60]: LVM 2024-03-01 20:52:02,085 INFO program/MainThread: stderr[60]: 2024-03-01 20:52:02,085 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 20:52:02,086 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:02,088 INFO program/MainThread: stdout[61]: LVM 2024-03-01 20:52:02,088 INFO program/MainThread: stderr[61]: 2024-03-01 20:52:02,088 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 20:52:02,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 20:52:02,100 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:02,101 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:02,101 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:02,102 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:02,097 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f01634cc310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f01633c7f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:02,103 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:02,106 INFO program/MainThread: stdout[62]: LVM 2024-03-01 20:52:02,107 INFO program/MainThread: stderr[62]: 2024-03-01 20:52:02,107 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 20:52:02,111 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:52:02,111 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 20:52:02,114 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLEYbtfqD4kHXsAzBhD6oBMrcKqGfDfy3F ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/d855b93d-d433-4c99-8878-44b8082a5e22 ' '/dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLEYbtfqD4kHXsAzBhD6oBMrcKqGfDfy3F', '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': 'd855b93d-d433-4c99-8878-44b8082a5e22', 'ID_FS_UUID_ENC': 'd855b93d-d433-4c99-8878-44b8082a5e22', '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': '662089700'} ; 2024-03-01 20:52:02,114 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:52:02,114 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:02,117 INFO program/MainThread: stdout[63]: LVM 2024-03-01 20:52:02,118 INFO program/MainThread: stderr[63]: 2024-03-01 20:52:02,118 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 20:52:02,118 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:02,120 INFO program/MainThread: stdout[64]: LVM 2024-03-01 20:52:02,121 INFO program/MainThread: stderr[64]: 2024-03-01 20:52:02,121 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 20:52:02,121 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:02,123 INFO program/MainThread: stdout[65]: LVM 2024-03-01 20:52:02,124 INFO program/MainThread: stderr[65]: 2024-03-01 20:52:02,124 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 20:52:02,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 20:52:02,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:02,136 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:02,136 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:02,137 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:02,132 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f01634192e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f01633c7f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:02,138 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:02,141 INFO program/MainThread: stdout[66]: LVM 2024-03-01 20:52:02,141 INFO program/MainThread: stderr[66]: 2024-03-01 20:52:02,141 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 20:52:02,145 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:52:02,145 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 20:52:02,148 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/e9a59914-9a7e-4eef-9ce5-199fe97dd51d ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLDWEs0SBMLeOVBuPqPZrxghuGwZm2uxF2', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLDWEs0SBMLeOVBuPqPZrxghuGwZm2uxF2', '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': 'e9a59914-9a7e-4eef-9ce5-199fe97dd51d', 'ID_FS_UUID_ENC': 'e9a59914-9a7e-4eef-9ce5-199fe97dd51d', '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': '663173251'} ; 2024-03-01 20:52:02,148 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:52:02,148 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:02,151 INFO program/MainThread: stdout[67]: LVM 2024-03-01 20:52:02,152 INFO program/MainThread: stderr[67]: 2024-03-01 20:52:02,152 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 20:52:02,152 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:02,154 INFO program/MainThread: stdout[68]: LVM 2024-03-01 20:52:02,155 INFO program/MainThread: stderr[68]: 2024-03-01 20:52:02,155 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 20:52:02,155 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:02,157 INFO program/MainThread: stdout[69]: LVM 2024-03-01 20:52:02,157 INFO program/MainThread: stderr[69]: 2024-03-01 20:52:02,157 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 20:52:02,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 20:52:02,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:02,169 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:02,169 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:02,170 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:02,165 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0163481160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f01633c7f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:02,171 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:02,174 INFO program/MainThread: stdout[70]: LVM 2024-03-01 20:52:02,175 INFO program/MainThread: stderr[70]: 2024-03-01 20:52:02,175 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 20:52:02,178 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:52:02,179 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 20:52:02,181 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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLbxRxze8q21qs9sJSRfQ2YJ8fVZ1l9oAp ' '/dev/disk/by-uuid/bb89d519-7b38-4991-9be1-020dae02be66 ' '/dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLbxRxze8q21qs9sJSRfQ2YJ8fVZ1l9oAp', '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': 'bb89d519-7b38-4991-9be1-020dae02be66', 'ID_FS_UUID_ENC': 'bb89d519-7b38-4991-9be1-020dae02be66', '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': '664251472'} ; 2024-03-01 20:52:02,182 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:52:02,182 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:02,185 INFO program/MainThread: stdout[71]: LVM 2024-03-01 20:52:02,185 INFO program/MainThread: stderr[71]: 2024-03-01 20:52:02,185 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 20:52:02,186 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:02,188 INFO program/MainThread: stdout[72]: LVM 2024-03-01 20:52:02,188 INFO program/MainThread: stderr[72]: 2024-03-01 20:52:02,188 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 20:52:02,188 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:02,191 INFO program/MainThread: stdout[73]: LVM 2024-03-01 20:52:02,191 INFO program/MainThread: stderr[73]: 2024-03-01 20:52:02,191 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 20:52:02,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 20:52:02,202 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:02,203 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:02,203 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:02,204 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:02,199 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f01633d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f01633c7f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:02,205 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:02,208 INFO program/MainThread: stdout[74]: LVM 2024-03-01 20:52:02,209 INFO program/MainThread: stderr[74]: 2024-03-01 20:52:02,209 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 20:52:02,212 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:52:02,213 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 20:52:02,215 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/174bedda-ffb9-4118-9c44-d2e71bf6fc00 ' '/dev/disk/by-id/dm-uuid-LVM-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIdN6i3eFScam14QQyO68Hj9zNg4bjS2Ii', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '59', '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-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIdN6i3eFScam14QQyO68Hj9zNg4bjS2Ii', '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': '174bedda-ffb9-4118-9c44-d2e71bf6fc00', 'ID_FS_UUID_ENC': '174bedda-ffb9-4118-9c44-d2e71bf6fc00', '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': '665997479'} ; 2024-03-01 20:52:02,216 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:52:02,216 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:02,219 INFO program/MainThread: stdout[75]: LVM 2024-03-01 20:52:02,219 INFO program/MainThread: stderr[75]: 2024-03-01 20:52:02,219 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 20:52:02,219 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:02,222 INFO program/MainThread: stdout[76]: LVM 2024-03-01 20:52:02,222 INFO program/MainThread: stderr[76]: 2024-03-01 20:52:02,222 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 20:52:02,222 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:02,225 INFO program/MainThread: stdout[77]: LVM 2024-03-01 20:52:02,225 INFO program/MainThread: stderr[77]: 2024-03-01 20:52:02,225 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 20:52:02,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 20:52:02,235 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:02,236 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:02,236 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:02,237 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:02,233 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f01633bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0163414c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:02,237 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:02,241 INFO program/MainThread: stdout[78]: LVM 2024-03-01 20:52:02,241 INFO program/MainThread: stderr[78]: 2024-03-01 20:52:02,241 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 20:52:02,245 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:52:02,245 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 20:52:02,248 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIzigh0rqxTVMHNgmkje2TPsZnheI9QsWV ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/320e5633-882a-40cc-a24a-b84f76e9a924', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIzigh0rqxTVMHNgmkje2TPsZnheI9QsWV', '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': '320e5633-882a-40cc-a24a-b84f76e9a924', 'ID_FS_UUID_ENC': '320e5633-882a-40cc-a24a-b84f76e9a924', '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': '666413477'} ; 2024-03-01 20:52:02,248 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:52:02,248 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:02,251 INFO program/MainThread: stdout[79]: LVM 2024-03-01 20:52:02,252 INFO program/MainThread: stderr[79]: 2024-03-01 20:52:02,252 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 20:52:02,252 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:02,254 INFO program/MainThread: stdout[80]: LVM 2024-03-01 20:52:02,254 INFO program/MainThread: stderr[80]: 2024-03-01 20:52:02,254 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 20:52:02,254 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:02,257 INFO program/MainThread: stdout[81]: LVM 2024-03-01 20:52:02,257 INFO program/MainThread: stderr[81]: 2024-03-01 20:52:02,257 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 20:52:02,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 20:52:02,267 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:02,268 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:02,268 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:02,269 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:02,265 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f01633be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0163414c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:02,270 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:02,273 INFO program/MainThread: stdout[82]: LVM 2024-03-01 20:52:02,273 INFO program/MainThread: stderr[82]: 2024-03-01 20:52:02,273 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 20:52:02,277 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:52:02,277 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 20:52:02,280 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-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67CjFtDuIwRC3YMK3yeaPKQZ7vINeuwqhM ' '/dev/disk/by-uuid/636767a0-2051-47d4-a4a2-8ddaad42b220 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '61', '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-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67CjFtDuIwRC3YMK3yeaPKQZ7vINeuwqhM', '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': '636767a0-2051-47d4-a4a2-8ddaad42b220', 'ID_FS_UUID_ENC': '636767a0-2051-47d4-a4a2-8ddaad42b220', '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': '668218546'} ; 2024-03-01 20:52:02,280 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:52:02,281 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:02,284 INFO program/MainThread: stdout[83]: LVM 2024-03-01 20:52:02,284 INFO program/MainThread: stderr[83]: 2024-03-01 20:52:02,284 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 20:52:02,284 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:02,287 INFO program/MainThread: stdout[84]: LVM 2024-03-01 20:52:02,287 INFO program/MainThread: stderr[84]: 2024-03-01 20:52:02,287 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 20:52:02,287 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:02,289 INFO program/MainThread: stdout[85]: LVM 2024-03-01 20:52:02,290 INFO program/MainThread: stderr[85]: 2024-03-01 20:52:02,290 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 20:52:02,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 20:52:02,300 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:02,300 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:02,301 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:02,301 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:02,297 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f016341bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f01634cc6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:02,302 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:02,305 INFO program/MainThread: stdout[86]: LVM 2024-03-01 20:52:02,305 INFO program/MainThread: stderr[86]: 2024-03-01 20:52:02,305 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 20:52:02,309 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:52:02,309 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 20:52:02,312 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67MwtP5dbVUSLWeLtQfeVj3kS5fM8Iou3K ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/7509b14d-2500-416f-9e0b-7017d2253ac5 ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', '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-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67MwtP5dbVUSLWeLtQfeVj3kS5fM8Iou3K', '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': '7509b14d-2500-416f-9e0b-7017d2253ac5', 'ID_FS_UUID_ENC': '7509b14d-2500-416f-9e0b-7017d2253ac5', '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': '668621941'} ; 2024-03-01 20:52:02,312 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:52:02,313 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:02,316 INFO program/MainThread: stdout[87]: LVM 2024-03-01 20:52:02,316 INFO program/MainThread: stderr[87]: 2024-03-01 20:52:02,316 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 20:52:02,316 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:02,319 INFO program/MainThread: stdout[88]: LVM 2024-03-01 20:52:02,319 INFO program/MainThread: stderr[88]: 2024-03-01 20:52:02,319 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 20:52:02,319 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:02,322 INFO program/MainThread: stdout[89]: LVM 2024-03-01 20:52:02,322 INFO program/MainThread: stderr[89]: 2024-03-01 20:52:02,322 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 20:52:02,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:52:02,332 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:02,333 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:02,333 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:02,334 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:02,330 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f016341bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f01634cc6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:02,334 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:02,338 INFO program/MainThread: stdout[90]: LVM 2024-03-01 20:52:02,338 INFO program/MainThread: stderr[90]: 2024-03-01 20:52:02,338 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 20:52:02,342 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:52:02,342 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:52:02,342 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:02,352 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:02,370 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 20:52:02,370 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 20:52:02,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:02,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:02,383 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:52:02,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:02,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:02,394 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:52:02,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:02,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:02,405 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:52:02,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:02,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:02,416 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:52:02,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:02,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:02,427 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:52:02,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:02,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:02,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:02,438 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:52:05,665 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_2tkml8df/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:05,701 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:05,702 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:52:05,704 INFO program/MainThread: stdout[2]: 2024-03-01 20:52:05,705 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 20:52:05,705 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:52:05,705 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:52:05,709 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:05,710 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:52:05,713 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:05,714 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:52:05,716 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:05,717 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:52:05,719 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:05,720 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:52:05,731 INFO program/MainThread: stdout: 2024-03-01 20:52:05,731 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:52:05,731 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS 2024-03-01 20:52:05,731 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 636767a0-2051-47d4-a4a2-8ddaad42b220 2024-03-01 20:52:05,731 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF 2024-03-01 20:52:05,731 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 636767a0-2051-47d4-a4a2-8ddaad42b220 2024-03-01 20:52:05,731 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 7509b14d-2500-416f-9e0b-7017d2253ac5 2024-03-01 20:52:05,732 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC 2024-03-01 20:52:05,732 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV 2024-03-01 20:52:05,732 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 174bedda-ffb9-4118-9c44-d2e71bf6fc00 2024-03-01 20:52:05,732 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 320e5633-882a-40cc-a24a-b84f76e9a924 2024-03-01 20:52:05,732 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx 2024-03-01 20:52:05,732 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B 2024-03-01 20:52:05,732 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV 2024-03-01 20:52:05,732 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 247f2cc7-549d-415a-af97-ccb33b86d822 2024-03-01 20:52:05,732 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs d855b93d-d433-4c99-8878-44b8082a5e22 2024-03-01 20:52:05,732 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs e9a59914-9a7e-4eef-9ce5-199fe97dd51d 2024-03-01 20:52:05,732 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew 2024-03-01 20:52:05,732 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs e9a59914-9a7e-4eef-9ce5-199fe97dd51d 2024-03-01 20:52:05,732 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC 2024-03-01 20:52:05,732 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs bb89d519-7b38-4991-9be1-020dae02be66 2024-03-01 20:52:05,732 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb 2024-03-01 20:52:05,732 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs bb89d519-7b38-4991-9be1-020dae02be66 2024-03-01 20:52:05,732 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:52:05,732 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:52:05,732 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:52:05,732 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 20:52:05,732 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:05,732 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 636767a0-2051-47d4-a4a2-8ddaad42b220 sdb 1073741824 root disk brw-rw---- LVM2_member N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 636767a0-2051-47d4-a4a2-8ddaad42b220 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 7509b14d-2500-416f-9e0b-7017d2253ac5 sdc 1073741824 root disk brw-rw---- LVM2_member 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC sdd 1073741824 root disk brw-rw---- LVM2_member HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 174bedda-ffb9-4118-9c44-d2e71bf6fc00 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 320e5633-882a-40cc-a24a-b84f76e9a924 sde 1073741824 root disk brw-rw---- LVM2_member BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx sdf 1073741824 root disk brw-rw---- LVM2_member IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B sdg 1073741824 root disk brw-rw---- LVM2_member TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 247f2cc7-549d-415a-af97-ccb33b86d822 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs d855b93d-d433-4c99-8878-44b8082a5e22 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs e9a59914-9a7e-4eef-9ce5-199fe97dd51d sdh 1073741824 root disk brw-rw---- LVM2_member a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs e9a59914-9a7e-4eef-9ce5-199fe97dd51d sdi 1073741824 root disk brw-rw---- LVM2_member bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs bb89d519-7b38-4991-9be1-020dae02be66 sdj 1073741824 root disk brw-rw---- LVM2_member 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs bb89d519-7b38-4991-9be1-020dae02be66 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 20:52:05,732 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:05,733 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:05,733 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:52:05,733 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:05,733 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:52:05,734 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:52:05,734 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:05,743 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:05,760 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 20:52:05,765 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/wwn-0x6001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-36001405a7f9beb1aed14e829ac2e3d8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b ' '/dev/disk/by-id/lvm-pv-uuid-5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS', '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': '5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS', 'ID_FS_UUID_ENC': '5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS', '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': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'ID_SERIAL': '36001405a7f9beb1aed14e829ac2e3d8e', 'ID_SERIAL_SHORT': '6001405a7f9beb1aed14e829ac2e3d8e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a7f9beb1a', 'ID_WWN_VENDOR_EXTENSION': '0xed14e829ac2e3d8e', 'ID_WWN_WITH_EXTENSION': '0x6001405a7f9beb1aed14e829ac2e3d8e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a7f9beb1aed14e829ac2e3d8e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a7f9beb1-aed1-4e82-9ac2-e3d8ef14b68b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329054376'} ; 2024-03-01 20:52:05,765 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 20:52:05,765 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 20:52:05,808 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F 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=wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:05,808 INFO program/MainThread: stderr[3]: 2024-03-01 20:52:05,808 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:52:05,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:05,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:05,820 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:52:05,822 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 20:52:05,826 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:52:05,827 INFO blivet/MainThread: sda is a disk 2024-03-01 20:52:05,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:52:05,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:52:05,831 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:52:05,834 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:52:05,834 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 20:52:05,837 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 20:52:05,838 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:52:05,838 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:52:05,838 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c2932b700) -- 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 = 6001405a7f9beb1aed14e829ac2e3d8e 2024-03-01 20:52:05,842 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:52:05,845 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:05,846 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:52:05,849 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:05,849 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:52:05,852 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:05,852 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:52:05,856 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:05,856 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:52:05,859 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:52:05,859 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:52:05,859 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 20:52:05,895 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:52:05,896 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF. WARNING: Couldn't find device with uuid 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC. WARNING: VG test_vg1 is missing PV N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:52:05,896 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:52:05,896 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:52:05,900 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS ; label: None ; device: /dev/sda ; serial: 36001405a7f9beb1aed14e829ac2e3d8e ; exists: True ; vg_name: test_vg1 ; vg_uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; pe_start: 8 MiB ; 2024-03-01 20:52:05,901 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:52:05,904 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:52:05,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:05,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:05,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:05,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:05,915 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 20:52:05,954 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:52:05,954 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF. WARNING: Couldn't find device with uuid 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC. WARNING: VG test_vg1 is missing PV N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:52:05,954 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:52:05,954 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:52:05,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:52:05,960 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:52:05,963 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:05,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:52:05,967 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:52:05,967 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 20:52:06,004 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:06,004 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF. WARNING: Couldn't find device with uuid 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC. WARNING: VG test_vg1 is missing PV N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:52:06,004 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:52:06,008 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:52:06,009 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:52:06,011 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:52:06,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:52:06,017 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:52:06,017 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:06,021 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/wwn-0x6001405e3f5478318344b9fb2d6f5904 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_e3f54783-1834-4b9f-b2d6-f590495d4acd', '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': 'N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF', 'ID_FS_UUID_ENC': 'N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF', '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': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'ID_SERIAL': '36001405e3f5478318344b9fb2d6f5904', 'ID_SERIAL_SHORT': '6001405e3f5478318344b9fb2d6f5904', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e3f547831', 'ID_WWN_VENDOR_EXTENSION': '0x8344b9fb2d6f5904', 'ID_WWN_WITH_EXTENSION': '0x6001405e3f5478318344b9fb2d6f5904', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e3f5478318344b9fb2d6f5904', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e3f54783-1834-4b9f-b2d6-f590495d4acd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329069200'} ; 2024-03-01 20:52:06,021 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 20:52:06,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,032 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:52:06,033 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:52:06,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:52:06,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:52:06,036 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:52:06,039 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:52:06,039 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 20:52:06,042 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 20:52:06,042 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:52:06,043 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:52:06,043 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c2873d970) -- 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 = 6001405e3f5478318344b9fb2d6f5904 2024-03-01 20:52:06,046 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:52:06,049 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,049 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:52:06,052 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,052 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:52:06,055 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,055 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:52:06,058 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,059 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:52:06,061 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:52:06,061 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:52:06,062 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 20:52:06,094 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:52:06,095 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC. WARNING: VG test_vg1 is missing PV 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC (last written to /dev/sdc). 2024-03-01 20:52:06,095 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:52:06,095 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:52:06,099 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF ; label: None ; device: /dev/sdb ; serial: 36001405e3f5478318344b9fb2d6f5904 ; exists: True ; vg_name: test_vg1 ; vg_uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 20:52:06,099 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:52:06,102 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:52:06,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:52:06,111 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:52:06,114 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:06,117 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:52:06,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:06,123 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 20:52:06,154 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:06,155 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC. WARNING: VG test_vg1 is missing PV 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC (last written to /dev/sdc). 2024-03-01 20:52:06,155 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:52:06,155 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:52:06,155 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:06,159 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x60014053a937184703743888a48633b2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577 ' '/dev/disk/by-id/scsi-360014053a937184703743888a48633b2', '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': '3a937184-7037-4388-8a48-633b2f1b6577', 'ID_SERIAL': '360014053a937184703743888a48633b2', 'ID_SERIAL_SHORT': '60014053a937184703743888a48633b2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053a9371847', 'ID_WWN_VENDOR_EXTENSION': '0x03743888a48633b2', 'ID_WWN_WITH_EXTENSION': '0x60014053a937184703743888a48633b2', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053a937184703743888a48633b2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3a937184-7037-4388-8a48-633b2f1b6577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329560963'} ; 2024-03-01 20:52:06,160 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 20:52:06,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,171 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:52:06,171 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:52:06,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:52:06,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:52:06,174 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:52:06,177 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:52:06,177 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:52:06,180 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 20:52:06,181 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:52:06,181 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:52:06,181 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c286c6850) -- 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 = 60014053a937184703743888a48633b2 2024-03-01 20:52:06,184 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:52:06,185 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:52:06,188 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76 ' '/dev/disk/by-id/wwn-0x6001405514143362e9140c0ad6eec2cb ' '/dev/disk/by-diskseq/13', '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': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'ID_SERIAL': '36001405514143362e9140c0ad6eec2cb', 'ID_SERIAL_SHORT': '6001405514143362e9140c0ad6eec2cb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405514143362', 'ID_WWN_VENDOR_EXTENSION': '0xe9140c0ad6eec2cb', 'ID_WWN_WITH_EXTENSION': '0x6001405514143362e9140c0ad6eec2cb', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405514143362e9140c0ad6eec2cb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '51414336-2e91-40c0-ad6e-ec2cbfc13f76', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329682371'} ; 2024-03-01 20:52:06,188 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:52:06,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,199 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:52:06,199 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:52:06,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:52:06,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:52:06,202 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:52:06,205 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:52:06,205 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:52:06,208 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:52:06,209 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:52:06,209 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:52:06,209 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c286c6760) -- 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 = 6001405514143362e9140c0ad6eec2cb 2024-03-01 20:52:06,212 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:52:06,212 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:52:06,215 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/lvm-pv-uuid-2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_fc44a76b-311c-4284-84eb-09cf70127aee ' '/dev/disk/by-id/scsi-36001405fc44a76b311c428484eb09cf7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', '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': '2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC', 'ID_FS_UUID_ENC': '2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC', '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': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'ID_SERIAL': '36001405fc44a76b311c428484eb09cf7', 'ID_SERIAL_SHORT': '6001405fc44a76b311c428484eb09cf7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fc44a76b3', 'ID_WWN_VENDOR_EXTENSION': '0x11c428484eb09cf7', 'ID_WWN_WITH_EXTENSION': '0x6001405fc44a76b311c428484eb09cf7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fc44a76b311c428484eb09cf7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fc44a76b-311c-4284-84eb-09cf70127aee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329112301'} ; 2024-03-01 20:52:06,215 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 20:52:06,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,226 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:52:06,227 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:52:06,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:52:06,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:52:06,230 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:52:06,233 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:52:06,233 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:52:06,236 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 20:52:06,236 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:52:06,237 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:52:06,237 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c286db070) -- 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 = 6001405fc44a76b311c428484eb09cf7 2024-03-01 20:52:06,240 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:52:06,243 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,243 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:52:06,246 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,246 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:52:06,249 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,249 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:52:06,252 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,252 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:52:06,255 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:52:06,255 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:52:06,255 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 20:52:06,288 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 20:52:06,289 INFO program/MainThread: stderr[9]: 2024-03-01 20:52:06,289 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:52:06,289 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:52:06,293 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC ; label: None ; device: /dev/sdc ; serial: 36001405fc44a76b311c428484eb09cf7 ; exists: True ; vg_name: test_vg1 ; vg_uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:52:06,293 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:52:06,296 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:52:06,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:06,305 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:52:06,308 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:06,311 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:52:06,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:06,317 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 20:52:06,351 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:06,351 INFO program/MainThread: stderr[10]: 2024-03-01 20:52:06,351 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:52:06,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:06,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:52:06,367 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:52:06,367 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:52:06,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:52:06,374 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:52:06,374 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:52:06,378 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:52:06,378 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:52:06,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:52:06,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:52:06,384 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:52:06,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:52:06,388 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:52:06,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:52:06,391 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:52:06,394 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:52:06,395 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:52:06,395 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 20:52:06,395 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:52:06,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:52:06,398 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:52:06,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 20:52:06,401 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:52:06,406 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67MwtP5dbVUSLWeLtQfeVj3kS5fM8Iou3K ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/7509b14d-2500-416f-9e0b-7017d2253ac5', '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-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67MwtP5dbVUSLWeLtQfeVj3kS5fM8Iou3K', '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': '7509b14d-2500-416f-9e0b-7017d2253ac5', 'ID_FS_UUID_ENC': '7509b14d-2500-416f-9e0b-7017d2253ac5', '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': '668621941'} ; 2024-03-01 20:52:06,406 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:52:06,406 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:06,409 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:52:06,410 INFO program/MainThread: stderr[11]: 2024-03-01 20:52:06,410 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:52:06,410 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:06,412 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:52:06,412 INFO program/MainThread: stderr[12]: 2024-03-01 20:52:06,412 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:52:06,412 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:06,415 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:52:06,415 INFO program/MainThread: stderr[13]: 2024-03-01 20:52:06,415 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:52:06,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:52:06,425 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:06,425 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:52:06,425 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:06,426 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:52:06,422 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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 (0x7f8c2878e760) -- 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 = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:06,426 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:06,429 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:52:06,430 INFO program/MainThread: stderr[14]: 2024-03-01 20:52:06,430 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:52:06,434 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:52:06,437 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,437 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:52:06,440 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,440 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:52:06,443 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,444 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:52:06,447 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,447 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:52:06,448 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:52:06,449 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:52:06,452 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:06,452 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:52:06,455 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:52:06,456 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:06,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:06,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:52:06,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:06,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:52:06,474 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:52:06,477 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:06,477 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:06,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:52:06,481 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:52:06,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 20:52:06,485 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:52:06,488 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:06,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:52:06,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:52:06,494 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:06,494 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:06,497 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:52:06,498 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:52:06,498 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 20:52:06,498 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 20:52:06,501 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:06,501 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:06,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 20:52:06,505 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:52:06,508 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-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67CjFtDuIwRC3YMK3yeaPKQZ7vINeuwqhM ' '/dev/disk/by-uuid/636767a0-2051-47d4-a4a2-8ddaad42b220 ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '61', '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-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67CjFtDuIwRC3YMK3yeaPKQZ7vINeuwqhM', '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': '636767a0-2051-47d4-a4a2-8ddaad42b220', 'ID_FS_UUID_ENC': '636767a0-2051-47d4-a4a2-8ddaad42b220', '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': '668218546'} ; 2024-03-01 20:52:06,508 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:52:06,508 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:06,512 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:52:06,512 INFO program/MainThread: stderr[15]: 2024-03-01 20:52:06,512 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:52:06,512 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:06,514 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:52:06,515 INFO program/MainThread: stderr[16]: 2024-03-01 20:52:06,515 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:52:06,515 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:06,517 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:52:06,517 INFO program/MainThread: stderr[17]: 2024-03-01 20:52:06,518 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:52:06,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 20:52:06,527 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:06,528 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:06,528 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:06,529 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:06,525 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM 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 (0x7f8c2878e760) -- name = test_vg1 status = True 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 = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:06,530 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:06,533 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:52:06,533 INFO program/MainThread: stderr[18]: 2024-03-01 20:52:06,533 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:52:06,537 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:52:06,541 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,541 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 20:52:06,544 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,544 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 20:52:06,547 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,548 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 20:52:06,551 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,551 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:52:06,551 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 20:52:06,554 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:06,554 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 20:52:06,557 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:52:06,557 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:06,558 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:06,561 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/wwn-0x6001405bc5bc26d0b3a49ddae3c723e5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6 ' '/dev/disk/by-id/lvm-pv-uuid-HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV ' '/dev/disk/by-id/scsi-36001405bc5bc26d0b3a49ddae3c723e5 ' '/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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV', 'ID_FS_UUID_ENC': 'HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV', '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': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'ID_SERIAL': '36001405bc5bc26d0b3a49ddae3c723e5', 'ID_SERIAL_SHORT': '6001405bc5bc26d0b3a49ddae3c723e5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bc5bc26d0', 'ID_WWN_VENDOR_EXTENSION': '0xb3a49ddae3c723e5', 'ID_WWN_WITH_EXTENSION': '0x6001405bc5bc26d0b3a49ddae3c723e5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bc5bc26d0b3a49ddae3c723e5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bc5bc26d-0b3a-49dd-ae3c-723e55c091b6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329180484'} ; 2024-03-01 20:52:06,561 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:52:06,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,573 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:52:06,573 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:52:06,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:52:06,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:52:06,576 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:52:06,579 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:52:06,579 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:52:06,582 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:52:06,583 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:52:06,583 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 20:52:06,583 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c286da4c0) -- 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 = 6001405bc5bc26d0b3a49ddae3c723e5 2024-03-01 20:52:06,586 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:52:06,589 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,589 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:52:06,592 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,592 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:52:06,595 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,595 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:52:06,599 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,599 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:52:06,601 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 20:52:06,601 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:52:06,602 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/sdc,/dev/sda ... 2024-03-01 20:52:06,643 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:52:06,643 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx. WARNING: Couldn't find device with uuid IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B. WARNING: VG test_vg2 is missing PV BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx (last written to /dev/sde). WARNING: VG test_vg2 is missing PV IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B (last written to /dev/sdf). 2024-03-01 20:52:06,643 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:52:06,643 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 20:52:06,647 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV ; label: None ; device: /dev/sdd ; serial: 36001405bc5bc26d0b3a49ddae3c723e5 ; exists: True ; vg_name: test_vg2 ; vg_uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 20:52:06,648 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 20:52:06,651 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:52:06,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:06,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,662 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/sdc,/dev/sda ... 2024-03-01 20:52:06,697 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 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=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:52:06,697 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx. WARNING: Couldn't find device with uuid IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B. WARNING: VG test_vg2 is missing PV BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx (last written to /dev/sde). WARNING: VG test_vg2 is missing PV IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B (last written to /dev/sdf). 2024-03-01 20:52:06,697 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:52:06,697 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:52:06,697 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:52:06,702 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:52:06,705 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:06,705 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 20:52:06,708 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:52:06,709 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/sdc,/dev/sda ... 2024-03-01 20:52:06,750 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:06,750 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx. WARNING: Couldn't find device with uuid IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B. WARNING: VG test_vg2 is missing PV BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx (last written to /dev/sde). WARNING: VG test_vg2 is missing PV IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B (last written to /dev/sdf). 2024-03-01 20:52:06,750 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:52:06,754 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 20:52:06,755 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 20:52:06,757 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 20:52:06,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:52:06,764 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:52:06,764 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:06,767 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:813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/wwn-0x6001405813e88eb27644092bc26041da ' '/dev/disk/by-id/lvm-pv-uuid-BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_813e88eb-2764-4092-bc26-041da4b5abdc ' '/dev/disk/by-id/scsi-36001405813e88eb27644092bc26041da', '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': 'BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx', 'ID_FS_UUID_ENC': 'BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx', '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': '813e88eb-2764-4092-bc26-041da4b5abdc', 'ID_SERIAL': '36001405813e88eb27644092bc26041da', 'ID_SERIAL_SHORT': '6001405813e88eb27644092bc26041da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405813e88eb2', 'ID_WWN_VENDOR_EXTENSION': '0x7644092bc26041da', 'ID_WWN_WITH_EXTENSION': '0x6001405813e88eb27644092bc26041da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405813e88eb27644092bc26041da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '813e88eb-2764-4092-bc26-041da4b5abdc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329192311'} ; 2024-03-01 20:52:06,767 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 20:52:06,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,778 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:52:06,779 INFO blivet/MainThread: sde is a disk 2024-03-01 20:52:06,779 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 20:52:06,779 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:52:06,782 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:52:06,785 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:52:06,785 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:52:06,788 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:52:06,789 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:52:06,789 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 20:52:06,789 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c2878e0d0) -- 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 = 6001405813e88eb27644092bc26041da 2024-03-01 20:52:06,792 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:52:06,795 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,795 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 20:52:06,798 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,799 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 20:52:06,802 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,802 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 20:52:06,805 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,805 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 20:52:06,808 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 20:52:06,808 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:52:06,808 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/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sda ... 2024-03-01 20:52:06,843 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:52:06,843 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B. WARNING: VG test_vg2 is missing PV IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B (last written to /dev/sdf). 2024-03-01 20:52:06,843 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:52:06,843 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 20:52:06,847 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx ; label: None ; device: /dev/sde ; serial: 36001405813e88eb27644092bc26041da ; exists: True ; vg_name: test_vg2 ; vg_uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:52:06,847 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 20:52:06,850 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:52:06,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:52:06,859 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:52:06,862 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:06,865 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 20:52:06,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:06,871 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/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sda ... 2024-03-01 20:52:06,906 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:06,906 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B. WARNING: VG test_vg2 is missing PV IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B (last written to /dev/sdf). 2024-03-01 20:52:06,906 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:52:06,906 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:52:06,906 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:06,911 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140599702f84b45349309807b612c ' '/dev/disk/by-id/lvm-pv-uuid-IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-3600140599702f84b45349309807b612c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_99702f84-b453-4930-9807-b612c1a0d577', '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': 'IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B', 'ID_FS_UUID_ENC': 'IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B', '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': '99702f84-b453-4930-9807-b612c1a0d577', 'ID_SERIAL': '3600140599702f84b45349309807b612c', 'ID_SERIAL_SHORT': '600140599702f84b45349309807b612c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140599702f84b', 'ID_WWN_VENDOR_EXTENSION': '0x45349309807b612c', 'ID_WWN_WITH_EXTENSION': '0x600140599702f84b45349309807b612c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140599702f84b45349309807b612c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '99702f84-b453-4930-9807-b612c1a0d577', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329256238'} ; 2024-03-01 20:52:06,911 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 20:52:06,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,923 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:52:06,924 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:52:06,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 20:52:06,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 20:52:06,927 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:52:06,930 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:52:06,930 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 20:52:06,933 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 20:52:06,933 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:52:06,934 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 20:52:06,934 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c2878e070) -- 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 = 600140599702f84b45349309807b612c 2024-03-01 20:52:06,937 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:52:06,940 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,940 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 20:52:06,943 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,943 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 20:52:06,946 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,947 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 20:52:06,950 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,950 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 20:52:06,952 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 20:52:06,952 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:52:06,953 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/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:06,990 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 20:52:06,990 INFO program/MainThread: stderr[24]: 2024-03-01 20:52:06,990 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:52:06,990 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 20:52:06,994 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B ; label: None ; device: /dev/sdf ; serial: 3600140599702f84b45349309807b612c ; exists: True ; vg_name: test_vg2 ; vg_uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:52:06,995 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 20:52:06,998 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:52:07,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:07,006 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:52:07,009 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:07,012 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 20:52:07,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:07,018 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/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:07,056 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:07,056 INFO program/MainThread: stderr[25]: 2024-03-01 20:52:07,056 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:52:07,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:07,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:52:07,072 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:52:07,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:52:07,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:52:07,079 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:07,079 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:07,082 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:52:07,083 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:52:07,083 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 20:52:07,086 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:52:07,089 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:52:07,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:52:07,093 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:52:07,096 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:07,096 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:07,099 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:52:07,100 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:52:07,100 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:52:07,100 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 20:52:07,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:07,103 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:07,106 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 20:52:07,107 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:52:07,110 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIzigh0rqxTVMHNgmkje2TPsZnheI9QsWV ' '/dev/disk/by-uuid/320e5633-882a-40cc-a24a-b84f76e9a924 ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIzigh0rqxTVMHNgmkje2TPsZnheI9QsWV', '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': '320e5633-882a-40cc-a24a-b84f76e9a924', 'ID_FS_UUID_ENC': '320e5633-882a-40cc-a24a-b84f76e9a924', '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': '666413477'} ; 2024-03-01 20:52:07,110 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:52:07,111 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:07,114 INFO program/MainThread: stdout[26]: LVM 2024-03-01 20:52:07,114 INFO program/MainThread: stderr[26]: 2024-03-01 20:52:07,114 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:52:07,114 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:07,117 INFO program/MainThread: stdout[27]: LVM 2024-03-01 20:52:07,117 INFO program/MainThread: stderr[27]: 2024-03-01 20:52:07,117 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:52:07,117 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:07,119 INFO program/MainThread: stdout[28]: LVM 2024-03-01 20:52:07,120 INFO program/MainThread: stderr[28]: 2024-03-01 20:52:07,120 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:52:07,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 20:52:07,129 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:07,130 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:52:07,130 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:07,131 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:52:07,127 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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 (0x7f8c286f5b50) -- 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 = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:07,131 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:07,135 INFO program/MainThread: stdout[29]: LVM 2024-03-01 20:52:07,135 INFO program/MainThread: stderr[29]: 2024-03-01 20:52:07,135 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:52:07,139 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:52:07,142 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,142 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 20:52:07,146 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,146 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 20:52:07,149 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,149 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 20:52:07,152 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,152 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 20:52:07,153 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 20:52:07,157 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:07,157 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 20:52:07,160 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:52:07,160 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:07,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:07,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:52:07,175 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:07,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:52:07,178 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:52:07,181 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:07,182 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:07,185 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:52:07,185 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:52:07,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 20:52:07,189 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:52:07,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:07,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:52:07,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:52:07,199 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:07,199 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:07,202 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:52:07,203 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:52:07,203 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 20:52:07,203 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 20:52:07,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:07,206 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:07,209 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 20:52:07,210 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:52:07,213 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-id/dm-uuid-LVM-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIdN6i3eFScam14QQyO68Hj9zNg4bjS2Ii ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-uuid/174bedda-ffb9-4118-9c44-d2e71bf6fc00', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '59', '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-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIdN6i3eFScam14QQyO68Hj9zNg4bjS2Ii', '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': '174bedda-ffb9-4118-9c44-d2e71bf6fc00', 'ID_FS_UUID_ENC': '174bedda-ffb9-4118-9c44-d2e71bf6fc00', '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': '665997479'} ; 2024-03-01 20:52:07,213 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:52:07,213 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:07,216 INFO program/MainThread: stdout[30]: LVM 2024-03-01 20:52:07,217 INFO program/MainThread: stderr[30]: 2024-03-01 20:52:07,217 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:52:07,217 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:07,219 INFO program/MainThread: stdout[31]: LVM 2024-03-01 20:52:07,220 INFO program/MainThread: stderr[31]: 2024-03-01 20:52:07,220 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:52:07,220 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:07,222 INFO program/MainThread: stdout[32]: LVM 2024-03-01 20:52:07,223 INFO program/MainThread: stderr[32]: 2024-03-01 20:52:07,223 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:52:07,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 20:52:07,233 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:07,233 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:07,234 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:07,234 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:07,230 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii 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 (0x7f8c286f5b50) -- name = test_vg2 status = 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 = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:07,235 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:07,238 INFO program/MainThread: stdout[33]: LVM 2024-03-01 20:52:07,238 INFO program/MainThread: stderr[33]: 2024-03-01 20:52:07,238 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:52:07,242 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:52:07,246 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,246 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 20:52:07,249 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,249 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 20:52:07,253 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,253 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 20:52:07,256 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,256 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 20:52:07,256 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 20:52:07,259 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:07,260 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 20:52:07,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:52:07,263 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:07,263 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:07,266 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/wwn-0x6001405709e0fc7fea54636b52afe854 ' '/dev/disk/by-id/lvm-pv-uuid-TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_709e0fc7-fea5-4636-b52a-fe854a368be1', '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': 'TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV', 'ID_FS_UUID_ENC': 'TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV', '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': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'ID_SERIAL': '36001405709e0fc7fea54636b52afe854', 'ID_SERIAL_SHORT': '6001405709e0fc7fea54636b52afe854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405709e0fc7f', 'ID_WWN_VENDOR_EXTENSION': '0xea54636b52afe854', 'ID_WWN_WITH_EXTENSION': '0x6001405709e0fc7fea54636b52afe854', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405709e0fc7fea54636b52afe854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '709e0fc7-fea5-4636-b52a-fe854a368be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329335805'} ; 2024-03-01 20:52:07,266 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:52:07,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,278 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:52:07,279 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:52:07,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 20:52:07,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 20:52:07,282 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:52:07,285 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:52:07,285 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 20:52:07,288 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:52:07,288 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:52:07,289 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 20:52:07,289 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c286da160) -- 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 = 6001405709e0fc7fea54636b52afe854 2024-03-01 20:52:07,292 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:52:07,295 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,295 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 20:52:07,298 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,298 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 20:52:07,301 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,301 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 20:52:07,304 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,304 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 20:52:07,307 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 20:52:07,307 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:52:07,307 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/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:07,349 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:52:07,349 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew. WARNING: Couldn't find device with uuid bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC. WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:07,349 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:52:07,349 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 20:52:07,353 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV ; label: None ; device: /dev/sdg ; serial: 36001405709e0fc7fea54636b52afe854 ; exists: True ; vg_name: test_vg3 ; vg_uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 20:52:07,354 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 20:52:07,356 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:52:07,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:07,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,368 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/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:07,408 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 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=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 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=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:52:07,408 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew. WARNING: Couldn't find device with uuid bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC. WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:07,408 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:52:07,408 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:52:07,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:52:07,413 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:52:07,416 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:07,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 20:52:07,419 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:52:07,420 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/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:07,452 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F 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=wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:07,453 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew. WARNING: Couldn't find device with uuid bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC. WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:07,453 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:52:07,457 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 20:52:07,458 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 20:52:07,460 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 20:52:07,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,466 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:52:07,466 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:07,470 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/lvm-pv-uuid-a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c5456a1d-8a64-4e1b-bb01-0962a8ec97a4 ' '/dev/disk/by-id/wwn-0x6001405c5456a1d8a644e1bbb010962a ' '/dev/disk/by-id/scsi-36001405c5456a1d8a644e1bbb010962a', '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': 'a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew', 'ID_FS_UUID_ENC': 'a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew', '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': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'ID_SERIAL': '36001405c5456a1d8a644e1bbb010962a', 'ID_SERIAL_SHORT': '6001405c5456a1d8a644e1bbb010962a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5456a1d8', 'ID_WWN_VENDOR_EXTENSION': '0xa644e1bbb010962a', 'ID_WWN_WITH_EXTENSION': '0x6001405c5456a1d8a644e1bbb010962a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5456a1d8a644e1bbb010962a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5456a1d-8a64-4e1b-bb01-0962a8ec97a4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329390273'} ; 2024-03-01 20:52:07,470 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 20:52:07,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,482 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:52:07,482 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:52:07,482 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:52:07,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 20:52:07,485 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:52:07,488 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:52:07,489 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 20:52:07,491 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 20:52:07,492 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:52:07,492 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 20:52:07,492 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c2878e5b0) -- 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 = 6001405c5456a1d8a644e1bbb010962a 2024-03-01 20:52:07,495 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:52:07,499 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,499 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 20:52:07,502 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,502 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 20:52:07,505 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,505 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 20:52:07,508 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,508 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 20:52:07,511 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 20:52:07,511 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:52:07,511 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/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:07,551 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:52:07,551 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC. WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:07,551 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:52:07,551 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 20:52:07,555 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew ; label: None ; device: /dev/sdh ; serial: 36001405c5456a1d8a644e1bbb010962a ; exists: True ; vg_name: test_vg3 ; vg_uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; pe_start: 8 MiB ; 2024-03-01 20:52:07,556 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 20:52:07,558 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:52:07,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:52:07,570 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:07,573 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 20:52:07,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,579 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/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:07,615 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F 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=wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:07,615 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC. WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:07,615 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:52:07,615 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:52:07,615 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:07,620 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce ' '/dev/disk/by-id/scsi-36001405efb34f66b4b248f68218cf71a ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x6001405efb34f66b4b248f68218cf71a', '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': 'bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC', 'ID_FS_UUID_ENC': 'bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC', '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': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'ID_SERIAL': '36001405efb34f66b4b248f68218cf71a', 'ID_SERIAL_SHORT': '6001405efb34f66b4b248f68218cf71a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efb34f66b', 'ID_WWN_VENDOR_EXTENSION': '0x4b248f68218cf71a', 'ID_WWN_WITH_EXTENSION': '0x6001405efb34f66b4b248f68218cf71a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efb34f66b4b248f68218cf71a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efb34f66-b4b2-48f6-8218-cf71a076d9ce', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329457240'} ; 2024-03-01 20:52:07,620 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 20:52:07,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,632 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:52:07,633 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:52:07,633 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 20:52:07,633 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 20:52:07,636 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:52:07,639 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:52:07,639 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 20:52:07,642 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 20:52:07,642 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:52:07,643 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 20:52:07,643 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c28694040) -- 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 = 6001405efb34f66b4b248f68218cf71a 2024-03-01 20:52:07,646 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:52:07,649 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,649 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 20:52:07,652 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,652 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 20:52:07,655 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,655 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 20:52:07,658 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,658 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 20:52:07,661 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 20:52:07,661 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:52:07,661 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/sdb,/dev/sdd,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:07,708 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:52:07,708 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:07,708 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:52:07,708 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 20:52:07,712 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC ; label: None ; device: /dev/sdi ; serial: 36001405efb34f66b4b248f68218cf71a ; exists: True ; vg_name: test_vg3 ; vg_uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; pe_start: 8 MiB ; 2024-03-01 20:52:07,713 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:52:07,716 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:52:07,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,725 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:52:07,728 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:07,730 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 20:52:07,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,736 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/sdb,/dev/sdd,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:07,780 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F 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=wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:07,780 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb. WARNING: VG test_vg3 is missing PV 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 20:52:07,780 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:52:07,780 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:52:07,780 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:07,785 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/wwn-0x6001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-36001405e7625e6ece674e998a0b2c2a3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25 ' '/dev/disk/by-id/lvm-pv-uuid-1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb', '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': '1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb', 'ID_FS_UUID_ENC': '1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb', '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': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'ID_SERIAL': '36001405e7625e6ece674e998a0b2c2a3', 'ID_SERIAL_SHORT': '6001405e7625e6ece674e998a0b2c2a3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e7625e6ec', 'ID_WWN_VENDOR_EXTENSION': '0xe674e998a0b2c2a3', 'ID_WWN_WITH_EXTENSION': '0x6001405e7625e6ece674e998a0b2c2a3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e7625e6ece674e998a0b2c2a3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_PORT_NAME': 'naa.5001405c52f57542,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e7625e6e-ce67-4e99-8a0b-2c2a3afd3d25', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405c52f57542', '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': '329530947'} ; 2024-03-01 20:52:07,785 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:52:07,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,797 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:52:07,798 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:52:07,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:52:07,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 20:52:07,801 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:52:07,804 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:52:07,804 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:52:07,807 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:52:07,808 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:52:07,808 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 20:52:07,808 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c28695d60) -- 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 = 6001405e7625e6ece674e998a0b2c2a3 2024-03-01 20:52:07,811 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:52:07,814 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,815 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 20:52:07,818 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,818 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 20:52:07,821 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,821 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 20:52:07,824 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,824 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 20:52:07,827 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 20:52:07,827 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:52:07,827 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/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:07,869 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5bDo88-vn8n-8pf2-GWch-QHZb-NIo0-1UtRiS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=N3IaQT-tZVi-auWU-tNWq-2g6n-ehgs-NY04XF LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2d04RI-e9mQ-oqcw-mQ9h-BtFk-cWHY-W3diBC LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=HeNeQ4-V9fp-Volt-gPQ4-Sg8A-NMPZ-nyCogV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BGbdiv-8NGF-0l3a-sgrF-8YnQ-ybX6-BdEPnx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=IBLn3c-a5uD-41O8-SdtZ-1KYT-tH6T-aJhj7B LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=TdcbpX-ZafX-Lxhg-PTWh-v3Dk-yofW-MpYrZV LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=a2ct0M-hn3u-pJIX-53gA-CgXI-1u6k-KxP0ew LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=bkkmRq-pX6y-q1V5-AMae-Np6k-zwwy-teXbmC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_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=1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 20:52:07,869 INFO program/MainThread: stderr[41]: 2024-03-01 20:52:07,869 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:52:07,869 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 20:52:07,873 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1iPuis-fw2h-zxiw-PJmV-fiqx-W0um-2PdqQb ; label: None ; device: /dev/sdj ; serial: 36001405e7625e6ece674e998a0b2c2a3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 20:52:07,873 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 20:52:07,876 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:52:07,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,886 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:52:07,888 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:07,891 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 20:52:07,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,897 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/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:07,934 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K 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=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV 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=dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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=EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F 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=wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 20:52:07,934 INFO program/MainThread: stderr[42]: 2024-03-01 20:52:07,934 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:52:07,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:07,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 20:52:07,951 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:52:07,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:52:07,954 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:52:07,957 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:07,958 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:07,961 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:52:07,962 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:52:07,962 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 20:52:07,965 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:52:07,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:52:07,968 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 20:52:07,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:52:07,974 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:07,975 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:07,978 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:52:07,978 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:52:07,978 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 20:52:07,979 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 20:52:07,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:07,982 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:07,985 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 20:52:07,985 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:52:07,989 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLbxRxze8q21qs9sJSRfQ2YJ8fVZ1l9oAp ' '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/bb89d519-7b38-4991-9be1-020dae02be66', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLbxRxze8q21qs9sJSRfQ2YJ8fVZ1l9oAp', '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': 'bb89d519-7b38-4991-9be1-020dae02be66', 'ID_FS_UUID_ENC': 'bb89d519-7b38-4991-9be1-020dae02be66', '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': '664251472'} ; 2024-03-01 20:52:07,989 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:52:07,989 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:07,992 INFO program/MainThread: stdout[43]: LVM 2024-03-01 20:52:07,992 INFO program/MainThread: stderr[43]: 2024-03-01 20:52:07,992 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:52:07,993 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:07,995 INFO program/MainThread: stdout[44]: LVM 2024-03-01 20:52:07,995 INFO program/MainThread: stderr[44]: 2024-03-01 20:52:07,995 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:52:07,996 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:07,998 INFO program/MainThread: stdout[45]: LVM 2024-03-01 20:52:07,998 INFO program/MainThread: stderr[45]: 2024-03-01 20:52:07,998 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:52:08,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 20:52:08,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,010 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:52:08,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,011 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:52:08,007 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp 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 (0x7f8c28688e80) -- 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 = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:08,012 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:08,015 INFO program/MainThread: stdout[46]: LVM 2024-03-01 20:52:08,015 INFO program/MainThread: stderr[46]: 2024-03-01 20:52:08,015 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:52:08,019 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:52:08,023 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:08,023 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 20:52:08,026 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:08,026 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 20:52:08,029 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:08,029 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 20:52:08,033 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:08,033 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 20:52:08,033 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 20:52:08,036 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:08,036 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 20:52:08,039 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:52:08,039 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:08,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:08,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:08,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 20:52:08,066 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:52:08,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:52:08,069 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:52:08,072 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:08,073 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:08,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:52:08,076 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:52:08,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 20:52:08,080 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:52:08,083 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:52:08,083 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:52:08,086 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:52:08,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:08,090 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:08,093 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:52:08,093 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:52:08,094 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 20:52:08,094 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 20:52:08,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:08,097 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:08,100 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 20:52:08,100 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:52:08,104 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLDWEs0SBMLeOVBuPqPZrxghuGwZm2uxF2 ' '/dev/disk/by-uuid/e9a59914-9a7e-4eef-9ce5-199fe97dd51d ' '/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': '57', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLDWEs0SBMLeOVBuPqPZrxghuGwZm2uxF2', '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': 'e9a59914-9a7e-4eef-9ce5-199fe97dd51d', 'ID_FS_UUID_ENC': 'e9a59914-9a7e-4eef-9ce5-199fe97dd51d', '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': '663173251'} ; 2024-03-01 20:52:08,104 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:52:08,104 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:08,107 INFO program/MainThread: stdout[47]: LVM 2024-03-01 20:52:08,107 INFO program/MainThread: stderr[47]: 2024-03-01 20:52:08,107 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:52:08,108 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:08,110 INFO program/MainThread: stdout[48]: LVM 2024-03-01 20:52:08,110 INFO program/MainThread: stderr[48]: 2024-03-01 20:52:08,110 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:52:08,110 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:08,113 INFO program/MainThread: stdout[49]: LVM 2024-03-01 20:52:08,113 INFO program/MainThread: stderr[49]: 2024-03-01 20:52:08,113 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:52:08,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 20:52:08,124 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,125 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:52:08,125 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,126 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:52:08,122 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 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 (0x7f8c28688e80) -- name = test_vg3 status = True 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 = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:08,127 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:08,130 INFO program/MainThread: stdout[50]: LVM 2024-03-01 20:52:08,130 INFO program/MainThread: stderr[50]: 2024-03-01 20:52:08,130 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:52:08,134 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:52:08,138 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:08,138 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 20:52:08,141 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:08,141 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 20:52:08,144 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:08,145 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 20:52:08,148 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:08,148 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 20:52:08,148 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 20:52:08,151 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:08,151 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 20:52:08,154 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:52:08,155 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:08,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:08,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:08,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:52:08,170 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:08,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 20:52:08,174 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:52:08,177 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:08,177 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:08,180 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:52:08,181 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:52:08,181 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 20:52:08,184 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:52:08,187 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:08,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 20:52:08,191 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:52:08,194 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:08,194 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:08,197 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:52:08,198 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:52:08,198 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:52:08,198 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 20:52:08,201 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:08,201 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:08,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 20:52:08,204 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:52:08,208 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLEYbtfqD4kHXsAzBhD6oBMrcKqGfDfy3F ' '/dev/disk/by-uuid/d855b93d-d433-4c99-8878-44b8082a5e22', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLEYbtfqD4kHXsAzBhD6oBMrcKqGfDfy3F', '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': 'd855b93d-d433-4c99-8878-44b8082a5e22', 'ID_FS_UUID_ENC': 'd855b93d-d433-4c99-8878-44b8082a5e22', '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': '662089700'} ; 2024-03-01 20:52:08,208 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:52:08,208 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:08,211 INFO program/MainThread: stdout[51]: LVM 2024-03-01 20:52:08,212 INFO program/MainThread: stderr[51]: 2024-03-01 20:52:08,212 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:52:08,212 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:08,214 INFO program/MainThread: stdout[52]: LVM 2024-03-01 20:52:08,214 INFO program/MainThread: stderr[52]: 2024-03-01 20:52:08,215 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:52:08,215 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:08,217 INFO program/MainThread: stdout[53]: LVM 2024-03-01 20:52:08,217 INFO program/MainThread: stderr[53]: 2024-03-01 20:52:08,217 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:52:08,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 20:52:08,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,229 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:52:08,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,230 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:52:08,225 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F 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 (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:08,231 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:08,234 INFO program/MainThread: stdout[54]: LVM 2024-03-01 20:52:08,234 INFO program/MainThread: stderr[54]: 2024-03-01 20:52:08,234 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 20:52:08,238 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:52:08,242 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:08,242 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 20:52:08,245 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:08,245 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 20:52:08,249 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:08,249 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 20:52:08,252 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:08,252 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 20:52:08,253 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 20:52:08,256 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:08,256 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 20:52:08,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:52:08,259 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:08,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:08,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:08,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 20:52:08,274 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:52:08,275 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 20:52:08,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:52:08,281 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:08,281 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:08,285 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:52:08,285 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:52:08,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 20:52:08,289 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:52:08,292 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:52:08,292 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 20:52:08,295 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:52:08,298 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:08,299 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:08,302 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:52:08,302 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:52:08,302 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:52:08,303 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 20:52:08,305 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:08,306 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:08,309 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:52:08,309 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:52:08,313 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLwWGOd3jCPOzDd6KwbPPcnUkORZ350aok ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/247f2cc7-549d-415a-af97-ccb33b86d822 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLwWGOd3jCPOzDd6KwbPPcnUkORZ350aok', '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': '247f2cc7-549d-415a-af97-ccb33b86d822', 'ID_FS_UUID_ENC': '247f2cc7-549d-415a-af97-ccb33b86d822', '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': '661695346'} ; 2024-03-01 20:52:08,313 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:52:08,313 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:08,316 INFO program/MainThread: stdout[55]: LVM 2024-03-01 20:52:08,317 INFO program/MainThread: stderr[55]: 2024-03-01 20:52:08,317 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 20:52:08,317 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:08,319 INFO program/MainThread: stdout[56]: LVM 2024-03-01 20:52:08,319 INFO program/MainThread: stderr[56]: 2024-03-01 20:52:08,320 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 20:52:08,320 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:08,322 INFO program/MainThread: stdout[57]: LVM 2024-03-01 20:52:08,322 INFO program/MainThread: stderr[57]: 2024-03-01 20:52:08,322 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 20:52:08,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 20:52:08,333 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,334 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:08,335 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,336 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:08,331 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok 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 (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:08,337 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:08,340 INFO program/MainThread: stdout[58]: LVM 2024-03-01 20:52:08,340 INFO program/MainThread: stderr[58]: 2024-03-01 20:52:08,340 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 20:52:08,344 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:52:08,348 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:08,348 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 20:52:08,351 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:08,351 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 20:52:08,354 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:08,354 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 20:52:08,357 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:08,358 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 20:52:08,358 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 20:52:08,361 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:08,361 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 20:52:08,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:52:08,364 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:08,365 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:08,368 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': '9467320'} ; 2024-03-01 20:52:08,368 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:52:08,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:08,379 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:52:08,379 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:52:08,379 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:52:08,379 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:52:08,379 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 20:52:08,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 20:52:08,382 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:52:08,385 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:52:08,386 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:52:08,388 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:52:08,389 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:52:08,389 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 20:52:08,389 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c2867f4c0) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:52:08,392 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:52:08,396 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:08,396 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 20:52:08,399 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:08,399 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 20:52:08,402 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:08,402 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 20:52:08,405 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:08,405 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 20:52:08,408 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:52:08,411 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:08,414 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:52:08,420 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 0x7f8c286dd300> 2024-03-01 20:52:08,462 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 20:52:08,466 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:52:08,466 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:52:08,469 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': '9469968'} ; 2024-03-01 20:52:08,470 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:52:08,470 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:52:08,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:08,480 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:52:08,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:08,486 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:08,497 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:08,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 20:52:08,520 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 20:52:08,524 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:52:08,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 20:52:08,527 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:52:08,530 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:52:08,530 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:52:08,533 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:08,533 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:08,533 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:52:08,536 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:52:08,539 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:52:08,542 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:52:08,545 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:52:08,548 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:08,548 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:08,548 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 20:52:08,549 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:52:08,548 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f8c28687ee0) -- 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 0x7f8c286ad9a0> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:52:08,552 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:52:08,555 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:08,555 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 20:52:08,558 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:08,559 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 20:52:08,562 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:08,562 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 20:52:08,565 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:08,565 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 20:52:08,565 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:52:08,568 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:08,568 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 20:52:08,571 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:52:08,571 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:08,574 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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLwWGOd3jCPOzDd6KwbPPcnUkORZ350aok ' '/dev/disk/by-uuid/247f2cc7-549d-415a-af97-ccb33b86d822 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLwWGOd3jCPOzDd6KwbPPcnUkORZ350aok', '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': '247f2cc7-549d-415a-af97-ccb33b86d822', 'ID_FS_UUID_ENC': '247f2cc7-549d-415a-af97-ccb33b86d822', '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': '661695346'} ; 2024-03-01 20:52:08,574 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:52:08,574 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:08,578 INFO program/MainThread: stdout[59]: LVM 2024-03-01 20:52:08,578 INFO program/MainThread: stderr[59]: 2024-03-01 20:52:08,578 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 20:52:08,578 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:08,581 INFO program/MainThread: stdout[60]: LVM 2024-03-01 20:52:08,581 INFO program/MainThread: stderr[60]: 2024-03-01 20:52:08,581 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 20:52:08,581 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:08,583 INFO program/MainThread: stdout[61]: LVM 2024-03-01 20:52:08,584 INFO program/MainThread: stderr[61]: 2024-03-01 20:52:08,584 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 20:52:08,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 20:52:08,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,596 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:08,597 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,598 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:08,593 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:08,599 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:08,602 INFO program/MainThread: stdout[62]: LVM 2024-03-01 20:52:08,602 INFO program/MainThread: stderr[62]: 2024-03-01 20:52:08,602 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 20:52:08,606 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:52:08,606 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 20:52:08,609 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLEYbtfqD4kHXsAzBhD6oBMrcKqGfDfy3F ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/d855b93d-d433-4c99-8878-44b8082a5e22 ' '/dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLEYbtfqD4kHXsAzBhD6oBMrcKqGfDfy3F', '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': 'd855b93d-d433-4c99-8878-44b8082a5e22', 'ID_FS_UUID_ENC': 'd855b93d-d433-4c99-8878-44b8082a5e22', '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': '662089700'} ; 2024-03-01 20:52:08,609 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:52:08,610 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:08,613 INFO program/MainThread: stdout[63]: LVM 2024-03-01 20:52:08,613 INFO program/MainThread: stderr[63]: 2024-03-01 20:52:08,613 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 20:52:08,613 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:08,616 INFO program/MainThread: stdout[64]: LVM 2024-03-01 20:52:08,616 INFO program/MainThread: stderr[64]: 2024-03-01 20:52:08,616 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 20:52:08,616 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:08,618 INFO program/MainThread: stdout[65]: LVM 2024-03-01 20:52:08,619 INFO program/MainThread: stderr[65]: 2024-03-01 20:52:08,619 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 20:52:08,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 20:52:08,630 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,631 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:08,631 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,632 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:08,627 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:08,633 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:08,636 INFO program/MainThread: stdout[66]: LVM 2024-03-01 20:52:08,636 INFO program/MainThread: stderr[66]: 2024-03-01 20:52:08,636 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 20:52:08,640 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:52:08,640 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 20:52:08,643 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/e9a59914-9a7e-4eef-9ce5-199fe97dd51d ' '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLDWEs0SBMLeOVBuPqPZrxghuGwZm2uxF2 ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLDWEs0SBMLeOVBuPqPZrxghuGwZm2uxF2', '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': 'e9a59914-9a7e-4eef-9ce5-199fe97dd51d', 'ID_FS_UUID_ENC': 'e9a59914-9a7e-4eef-9ce5-199fe97dd51d', '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': '663173251'} ; 2024-03-01 20:52:08,643 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:52:08,644 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:08,647 INFO program/MainThread: stdout[67]: LVM 2024-03-01 20:52:08,647 INFO program/MainThread: stderr[67]: 2024-03-01 20:52:08,647 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 20:52:08,647 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:08,650 INFO program/MainThread: stdout[68]: LVM 2024-03-01 20:52:08,650 INFO program/MainThread: stderr[68]: 2024-03-01 20:52:08,650 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 20:52:08,650 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:08,653 INFO program/MainThread: stdout[69]: LVM 2024-03-01 20:52:08,653 INFO program/MainThread: stderr[69]: 2024-03-01 20:52:08,653 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 20:52:08,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 20:52:08,664 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,665 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:08,665 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,666 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:08,661 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:08,667 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:08,670 INFO program/MainThread: stdout[70]: LVM 2024-03-01 20:52:08,670 INFO program/MainThread: stderr[70]: 2024-03-01 20:52:08,670 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 20:52:08,674 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:52:08,674 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 20:52:08,677 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-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLbxRxze8q21qs9sJSRfQ2YJ8fVZ1l9oAp ' '/dev/disk/by-uuid/bb89d519-7b38-4991-9be1-020dae02be66 ' '/dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-ne0lQHlBimk7GhtuMX82ot7GMbV7KFJLbxRxze8q21qs9sJSRfQ2YJ8fVZ1l9oAp', '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': 'bb89d519-7b38-4991-9be1-020dae02be66', 'ID_FS_UUID_ENC': 'bb89d519-7b38-4991-9be1-020dae02be66', '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': '664251472'} ; 2024-03-01 20:52:08,677 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:52:08,677 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:08,680 INFO program/MainThread: stdout[71]: LVM 2024-03-01 20:52:08,681 INFO program/MainThread: stderr[71]: 2024-03-01 20:52:08,681 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 20:52:08,681 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:08,683 INFO program/MainThread: stdout[72]: LVM 2024-03-01 20:52:08,683 INFO program/MainThread: stderr[72]: 2024-03-01 20:52:08,683 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 20:52:08,684 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:08,686 INFO program/MainThread: stdout[73]: LVM 2024-03-01 20:52:08,686 INFO program/MainThread: stderr[73]: 2024-03-01 20:52:08,686 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 20:52:08,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 20:52:08,697 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,698 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:08,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:08,699 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:08,694 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:08,700 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:08,703 INFO program/MainThread: stdout[74]: LVM 2024-03-01 20:52:08,703 INFO program/MainThread: stderr[74]: 2024-03-01 20:52:08,703 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 20:52:08,707 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:52:08,707 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 20:52:08,710 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/test_vg2/lv4 ' '/dev/disk/by-uuid/174bedda-ffb9-4118-9c44-d2e71bf6fc00 ' '/dev/disk/by-id/dm-uuid-LVM-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIdN6i3eFScam14QQyO68Hj9zNg4bjS2Ii', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '59', '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-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIdN6i3eFScam14QQyO68Hj9zNg4bjS2Ii', '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': '174bedda-ffb9-4118-9c44-d2e71bf6fc00', 'ID_FS_UUID_ENC': '174bedda-ffb9-4118-9c44-d2e71bf6fc00', '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': '665997479'} ; 2024-03-01 20:52:08,711 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:52:08,711 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:08,714 INFO program/MainThread: stdout[75]: LVM 2024-03-01 20:52:08,714 INFO program/MainThread: stderr[75]: 2024-03-01 20:52:08,714 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 20:52:08,714 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:08,717 INFO program/MainThread: stdout[76]: LVM 2024-03-01 20:52:08,717 INFO program/MainThread: stderr[76]: 2024-03-01 20:52:08,717 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 20:52:08,717 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:08,720 INFO program/MainThread: stdout[77]: LVM 2024-03-01 20:52:08,720 INFO program/MainThread: stderr[77]: 2024-03-01 20:52:08,720 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 20:52:08,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 20:52:08,730 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:08,731 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:08,731 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:08,732 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:08,728 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:08,732 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:08,735 INFO program/MainThread: stdout[78]: LVM 2024-03-01 20:52:08,736 INFO program/MainThread: stderr[78]: 2024-03-01 20:52:08,736 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 20:52:08,739 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:52:08,740 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 20:52:08,743 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/320e5633-882a-40cc-a24a-b84f76e9a924 ' '/dev/disk/by-id/dm-uuid-LVM-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIzigh0rqxTVMHNgmkje2TPsZnheI9QsWV ' '/dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-sCUj8zzieiQdMSaxngSkKJUyVxyoj7NIzigh0rqxTVMHNgmkje2TPsZnheI9QsWV', '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': '320e5633-882a-40cc-a24a-b84f76e9a924', 'ID_FS_UUID_ENC': '320e5633-882a-40cc-a24a-b84f76e9a924', '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': '666413477'} ; 2024-03-01 20:52:08,743 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:52:08,743 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:08,746 INFO program/MainThread: stdout[79]: LVM 2024-03-01 20:52:08,746 INFO program/MainThread: stderr[79]: 2024-03-01 20:52:08,746 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 20:52:08,747 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:08,749 INFO program/MainThread: stdout[80]: LVM 2024-03-01 20:52:08,749 INFO program/MainThread: stderr[80]: 2024-03-01 20:52:08,749 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 20:52:08,749 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:08,752 INFO program/MainThread: stdout[81]: LVM 2024-03-01 20:52:08,752 INFO program/MainThread: stderr[81]: 2024-03-01 20:52:08,752 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 20:52:08,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 20:52:08,762 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:08,763 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:08,763 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:08,764 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:08,760 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:08,765 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:08,768 INFO program/MainThread: stdout[82]: LVM 2024-03-01 20:52:08,768 INFO program/MainThread: stderr[82]: 2024-03-01 20:52:08,768 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 20:52:08,772 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:52:08,772 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 20:52:08,775 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-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67CjFtDuIwRC3YMK3yeaPKQZ7vINeuwqhM ' '/dev/disk/by-uuid/636767a0-2051-47d4-a4a2-8ddaad42b220 ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '61', '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-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67CjFtDuIwRC3YMK3yeaPKQZ7vINeuwqhM', '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': '636767a0-2051-47d4-a4a2-8ddaad42b220', 'ID_FS_UUID_ENC': '636767a0-2051-47d4-a4a2-8ddaad42b220', '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': '668218546'} ; 2024-03-01 20:52:08,775 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:52:08,775 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:08,778 INFO program/MainThread: stdout[83]: LVM 2024-03-01 20:52:08,778 INFO program/MainThread: stderr[83]: 2024-03-01 20:52:08,778 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 20:52:08,778 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:08,781 INFO program/MainThread: stdout[84]: LVM 2024-03-01 20:52:08,781 INFO program/MainThread: stderr[84]: 2024-03-01 20:52:08,781 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 20:52:08,781 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:08,783 INFO program/MainThread: stdout[85]: LVM 2024-03-01 20:52:08,784 INFO program/MainThread: stderr[85]: 2024-03-01 20:52:08,784 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 20:52:08,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 20:52:08,793 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,794 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,794 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,795 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,791 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:08,796 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:08,799 INFO program/MainThread: stdout[86]: LVM 2024-03-01 20:52:08,799 INFO program/MainThread: stderr[86]: 2024-03-01 20:52:08,799 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 20:52:08,803 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:52:08,803 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 20:52:08,806 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67MwtP5dbVUSLWeLtQfeVj3kS5fM8Iou3K ' '/dev/disk/by-uuid/7509b14d-2500-416f-9e0b-7017d2253ac5', '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-QDzRH9IuDStA6nzRtZHfE79G5yPhhz67MwtP5dbVUSLWeLtQfeVj3kS5fM8Iou3K', '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': '7509b14d-2500-416f-9e0b-7017d2253ac5', 'ID_FS_UUID_ENC': '7509b14d-2500-416f-9e0b-7017d2253ac5', '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': '668621941'} ; 2024-03-01 20:52:08,806 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:52:08,806 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:08,809 INFO program/MainThread: stdout[87]: LVM 2024-03-01 20:52:08,810 INFO program/MainThread: stderr[87]: 2024-03-01 20:52:08,810 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 20:52:08,810 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:08,812 INFO program/MainThread: stdout[88]: LVM 2024-03-01 20:52:08,812 INFO program/MainThread: stderr[88]: 2024-03-01 20:52:08,812 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 20:52:08,813 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:08,815 INFO program/MainThread: stdout[89]: LVM 2024-03-01 20:52:08,815 INFO program/MainThread: stderr[89]: 2024-03-01 20:52:08,815 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 20:52:08,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:52:08,825 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,826 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,826 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,827 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,823 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:08,827 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:08,830 INFO program/MainThread: stdout[90]: LVM 2024-03-01 20:52:08,831 INFO program/MainThread: stderr[90]: 2024-03-01 20:52:08,831 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 20:52:08,834 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:52:08,835 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:52:08,835 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:08,846 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:08,863 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 20:52:08,864 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 20:52:08,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:08,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:08,876 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:52:08,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:08,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:08,887 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:52:08,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:08,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:08,899 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:52:08,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:08,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:08,909 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:52:08,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:08,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:08,920 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:52:08,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:08,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:08,931 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:52:08,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,937 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 20:52:08,937 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,938 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,938 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,938 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,939 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,939 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,939 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,940 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,940 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,940 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,941 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,941 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:08,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:52:08,947 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:52:08,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 20:52:08,952 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:52:08,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 20:52:08,957 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:52:08,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:08,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:52:08,963 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:52:08,965 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,966 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,966 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,967 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,963 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:08,969 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,970 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,970 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,971 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,967 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:08,973 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,974 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,974 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,975 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,972 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:08,977 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,978 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,978 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,979 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:08,982 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,982 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,983 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,983 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,980 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:08,986 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,986 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,986 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,987 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,984 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:08,990 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,990 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,991 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,991 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,988 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:08,994 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,994 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,995 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,995 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,992 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:08,998 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,998 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,999 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:08,999 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:08,996 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,002 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,002 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,003 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,003 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,000 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,006 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,006 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,007 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,007 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,004 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,010 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,010 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,011 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,011 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,014 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,014 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,015 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,015 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,018 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,018 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,019 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,019 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,016 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,022 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,022 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,023 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,023 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,020 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,026 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,026 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,027 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,027 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,024 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,030 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,030 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,031 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,031 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,034 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,034 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,035 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,035 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,032 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,038 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,039 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,039 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,039 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,036 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,042 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,043 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,043 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,043 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,040 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,046 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,046 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,047 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,047 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,044 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,050 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,050 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,051 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,051 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,048 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,054 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,054 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,055 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,055 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,052 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,058 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,058 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,059 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,059 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,056 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,062 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,062 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,063 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,063 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,066 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,066 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,067 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,067 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,064 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,070 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,071 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,071 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,072 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,068 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,074 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,075 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,075 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,076 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,072 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,078 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,079 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,079 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,080 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,083 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,083 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,084 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,084 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,088 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,088 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,089 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,085 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,091 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,092 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,092 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,092 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:09,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dbe50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = MwtP5d-bVUS-LWeL-tQfe-Vj3k-S5fM-8Iou3K size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 20:52:09,093 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 20:52:09,096 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:52:09,096 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,096 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 20:52:09,100 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 20:52:09,100 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:09,100 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 20:52:09,103 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 20:52:09,103 INFO program/MainThread: stderr[91]: 2024-03-01 20:52:09,104 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 20:52:09,108 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 20:52:09,108 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 20:52:09,108 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:09,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 20:52:09,114 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:52:09,116 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,116 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,117 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,117 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,114 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,120 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,120 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,120 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,121 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,118 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,123 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,124 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,124 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,124 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,121 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,127 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,127 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,128 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,128 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,125 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,130 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,131 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,131 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,132 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,134 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,134 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,135 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,135 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,132 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,137 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,138 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,138 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,139 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,141 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,141 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,142 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,142 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,139 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,144 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,145 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,145 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,146 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,143 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,148 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,148 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,149 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,149 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,151 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,152 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,152 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,153 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,150 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,155 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,155 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,156 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,156 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,153 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,158 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,159 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,159 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,160 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,157 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,162 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,163 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,163 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,163 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,166 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,166 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,166 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,167 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,164 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,169 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,170 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,170 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,170 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,167 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,173 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,173 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,173 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,174 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,176 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,177 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,177 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,177 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,180 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,180 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,180 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,181 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,178 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,183 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,184 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,184 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,184 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,181 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,187 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,187 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,188 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,188 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,190 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,191 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,191 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,192 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,188 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,194 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,194 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,195 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,195 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,192 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,197 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,198 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,198 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,199 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,196 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,201 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,201 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,202 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,202 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,199 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,204 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,205 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,205 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,206 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,203 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,208 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,208 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,209 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,209 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,211 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,212 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,212 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,213 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,215 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,216 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,216 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,213 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,219 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,219 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,219 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,220 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,222 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,223 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,223 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,223 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,220 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,226 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,226 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,227 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:09,227 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:09,224 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286db4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = CjFtDu-IwRC-3YMK-3yea-PKQZ-7vIN-euwqhM size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c2878e760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = QDzRH9-IuDS-tA6n-zRtZ-HfE7-9G5y-Phhz67 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:52:09,228 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 20:52:09,230 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:52:09,231 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 20:52:09,234 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 20:52:09,234 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:09,237 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:09,237 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 20:52:09,237 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:09,237 DEBUG blivet.ansible/MainThread: ['sda', 'sdc', 'test_vg1', 'sdb'] 2024-03-01 20:52:09,237 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 20:52:09,240 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 20:52:09,240 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,243 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:52:09,246 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:52:09,249 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:52:09,249 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 20:52:09,249 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:52:09,249 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 20:52:09,249 DEBUG blivet/MainThread: removing sda 2024-03-01 20:52:09,251 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:09,251 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,252 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 20:52:09,255 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 20:52:09,255 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:52:09,255 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 20:52:09,255 DEBUG blivet/MainThread: removing sdc 2024-03-01 20:52:09,257 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:09,257 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 20:52:09,260 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 20:52:09,260 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:52:09,260 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 20:52:09,260 DEBUG blivet/MainThread: removing sdb 2024-03-01 20:52:09,263 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:09,263 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 20:52:09,266 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 20:52:09,266 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:52:09,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,272 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 20:52:09,272 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,272 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,273 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,273 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,273 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,274 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,274 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,274 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,275 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,275 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,275 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,276 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:09,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 20:52:09,281 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 20:52:09,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 20:52:09,286 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 20:52:09,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 20:52:09,292 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 20:52:09,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 20:52:09,297 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:52:09,299 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,300 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,300 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,301 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,304 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,304 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,305 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,305 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,302 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,308 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,308 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,309 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,309 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,306 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,312 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,312 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,313 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,313 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,310 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,316 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,316 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,317 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,317 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,314 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,320 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,320 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,321 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,321 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,318 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,324 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,324 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,325 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,325 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,328 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,328 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,329 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,329 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,326 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,332 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,332 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,333 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,333 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,330 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,336 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,336 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,337 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,337 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,340 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,340 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,341 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,341 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,338 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,344 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,344 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,345 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,345 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,342 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,348 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,348 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,349 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,349 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,346 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,352 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,352 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,353 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,353 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,350 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,356 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,356 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,357 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,357 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,354 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,360 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,360 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,360 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,361 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,358 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,363 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,364 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,364 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,365 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,362 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,367 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,368 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,368 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,369 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,366 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,371 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,372 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,372 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,373 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,370 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,375 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,376 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,376 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,377 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,374 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,379 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,380 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,380 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,381 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,378 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,383 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,384 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,384 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,385 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,382 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,387 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,388 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,388 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,389 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,386 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,391 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,392 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,392 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,393 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,390 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,395 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,396 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,396 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,397 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,394 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,399 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,400 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,400 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,401 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,398 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,403 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,404 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,404 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,405 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,407 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,408 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,408 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,409 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,406 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,411 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,412 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,412 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,413 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,410 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,416 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,416 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,417 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,417 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,414 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,420 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,420 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,420 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,421 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,418 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,424 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,424 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,424 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,425 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:09,422 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = zigh0r-qxTV-MHNg-mkje-2TPs-Znhe-I9QsWV size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 20:52:09,426 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 20:52:09,429 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:52:09,429 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 20:52:09,432 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 20:52:09,432 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:09,435 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 20:52:09,435 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 20:52:09,435 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:09,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 20:52:09,441 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:52:09,443 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,444 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,444 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,444 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,441 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,447 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,447 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,448 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,448 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,445 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,450 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,451 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,451 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,452 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,449 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,454 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,454 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,455 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,455 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,452 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,458 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,458 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,458 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,459 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,456 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,461 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,462 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,462 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,462 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,459 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,465 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,465 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,466 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,466 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,468 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,469 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,469 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,470 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,466 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,472 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,472 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,473 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,473 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,470 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,475 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,476 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,476 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,477 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,474 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,479 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,479 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,480 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,480 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,477 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,482 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,483 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,483 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,484 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,481 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,486 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,487 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,487 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,487 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,484 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,490 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,490 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,491 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,491 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,488 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,493 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,494 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,494 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,495 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,492 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,497 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,497 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,498 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,498 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,495 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,500 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,501 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,501 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,502 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,499 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,504 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,504 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,505 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,505 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,507 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,508 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,508 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,509 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,511 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,512 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,512 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,512 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,509 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,515 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,515 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,515 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,516 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,513 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,518 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,519 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,519 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,519 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,522 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,522 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,523 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,523 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,520 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,525 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,526 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,526 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,527 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,523 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,529 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,529 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,530 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,530 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,527 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,532 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,533 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,533 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,534 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,531 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,536 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,537 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,537 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,537 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,540 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,540 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,540 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,541 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,543 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,544 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,544 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,544 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,541 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,547 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,547 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,547 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,548 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,545 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,550 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,551 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,551 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,551 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,554 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,554 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,555 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:09,555 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:09,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2867f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = dN6i3e-FSca-m14Q-QyO6-8Hj9-zNg4-bjS2Ii size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c286f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = sCUj8z-ziei-QdMS-axng-SkKJ-UyVx-yoj7NI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 20:52:09,556 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 20:52:09,558 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:52:09,559 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 20:52:09,562 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 20:52:09,562 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:09,565 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:09,565 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 20:52:09,565 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:09,565 DEBUG blivet.ansible/MainThread: ['sde', 'sdd', 'test_vg2', 'sdf'] 2024-03-01 20:52:09,565 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 20:52:09,568 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 20:52:09,568 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,571 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:52:09,574 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:52:09,577 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:52:09,577 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 20:52:09,577 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:52:09,577 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 20:52:09,577 DEBUG blivet/MainThread: removing sde 2024-03-01 20:52:09,579 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:09,579 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 20:52:09,582 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 20:52:09,582 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:52:09,582 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 20:52:09,583 DEBUG blivet/MainThread: removing sdd 2024-03-01 20:52:09,585 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:09,585 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,585 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 20:52:09,588 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 20:52:09,588 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:52:09,588 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 20:52:09,588 DEBUG blivet/MainThread: removing sdf 2024-03-01 20:52:09,591 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:09,591 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,591 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 20:52:09,594 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 20:52:09,594 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:52:09,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,600 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 20:52:09,600 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,600 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,601 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,601 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,602 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,602 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,602 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,603 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,603 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,604 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,604 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,604 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:09,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 20:52:09,610 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 20:52:09,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 20:52:09,615 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 20:52:09,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 20:52:09,620 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 20:52:09,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 20:52:09,626 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 20:52:09,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 20:52:09,631 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:52:09,634 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,635 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,635 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,636 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,631 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,639 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,640 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,641 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,642 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,645 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,646 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,646 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,647 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,642 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,650 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,651 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,653 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,648 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,657 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,657 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,658 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,661 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,662 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,662 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,663 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,659 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,666 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,667 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,668 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,669 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,664 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,672 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,673 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,673 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,674 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,678 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,678 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,679 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,675 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,682 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,683 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,685 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,680 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,688 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,689 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,689 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,690 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,693 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,694 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,694 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,695 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,691 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,699 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,700 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,701 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,696 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,705 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,705 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,706 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,701 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,709 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,710 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,710 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,711 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,707 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,714 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,715 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,716 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,717 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,712 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,720 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,721 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,722 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,717 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,725 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,726 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,726 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,727 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,723 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,732 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,732 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,733 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,736 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,737 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,737 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,738 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,741 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,742 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,743 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,744 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,739 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,747 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,748 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,748 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,749 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,744 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,752 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,753 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,754 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,757 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,758 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,760 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,763 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,764 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,764 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,765 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,760 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,768 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,769 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,770 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,766 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,773 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,774 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,775 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,776 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,771 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,779 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,780 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,780 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,781 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,776 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,784 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,785 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,787 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,782 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,790 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,791 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,791 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,792 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,787 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,796 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,797 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,798 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,793 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,801 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,802 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,802 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,803 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:09,798 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c28699340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bxRxze-8q21-qs9s-JSRf-Q2YJ-8fVZ-1l9oAp size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 20:52:09,804 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 20:52:09,806 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:52:09,807 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 20:52:09,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 20:52:09,810 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:09,813 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 20:52:09,813 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 20:52:09,813 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:09,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 20:52:09,819 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:52:09,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,822 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,822 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,823 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,826 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,827 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,827 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,828 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,824 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,831 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,832 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,832 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,833 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,829 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,836 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,837 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,837 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,838 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,834 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,841 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,841 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,842 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,843 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,838 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,845 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,846 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,847 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,847 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,843 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,850 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,851 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,851 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,852 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,848 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,855 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,856 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,856 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,857 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,853 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,860 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,861 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,861 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,862 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,858 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,865 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,866 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,866 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,867 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,863 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,870 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,870 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,871 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,872 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,867 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,874 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,875 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,876 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,877 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,872 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,879 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,880 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,880 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,881 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,884 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,885 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,885 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,886 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,882 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,889 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,890 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,890 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,891 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,887 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,894 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,895 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,895 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,896 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,892 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,899 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,900 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,900 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,901 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,905 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,905 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,906 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,902 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,909 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,910 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,911 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,913 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,914 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,915 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,915 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,911 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,918 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,919 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,920 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,921 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,924 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,925 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,925 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,926 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,921 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,930 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,930 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,931 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,926 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,934 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,934 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,935 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,936 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,931 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,939 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,940 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,940 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,936 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,944 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,945 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,948 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,949 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,949 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,950 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,953 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,954 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,954 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,955 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,958 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,958 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,960 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,955 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,962 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,963 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,964 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,960 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,967 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,968 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,969 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,965 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,972 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,973 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,973 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,974 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:09,970 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c2946a280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DWEs0S-BMLe-OVBu-PqPZ-rxgh-uGwZ-m2uxF2 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 20:52:09,975 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 20:52:09,978 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:52:09,978 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:09,978 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 20:52:09,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 20:52:09,981 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:09,984 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 20:52:09,984 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 20:52:09,984 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:09,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:09,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 20:52:09,990 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:52:09,993 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,993 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:09,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,994 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:09,990 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:09,997 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,998 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:09,998 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:09,999 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:09,995 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,002 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,003 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,003 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,004 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,000 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,007 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,007 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,008 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,004 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,012 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,012 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,013 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,009 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,016 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,017 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,013 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,020 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,020 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,021 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,024 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,025 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,026 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,022 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,029 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,029 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,030 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,026 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,033 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,034 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,034 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,035 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,031 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,038 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,038 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,039 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,039 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,035 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,043 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,043 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,044 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,040 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,046 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,047 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,047 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,048 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,044 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,051 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,052 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,053 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,055 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,056 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,056 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,057 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,053 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,060 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,060 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,061 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,062 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,058 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,065 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,065 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,066 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,062 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,069 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,069 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,070 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,071 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,073 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,074 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,074 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,075 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,071 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,078 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,078 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,079 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,080 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,075 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,082 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,083 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,083 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,084 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,080 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,087 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,087 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,088 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,088 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,084 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,092 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,093 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,093 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,096 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,097 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,097 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,098 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,094 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,100 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,101 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,101 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,102 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,098 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,106 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,106 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,107 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,109 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,110 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,111 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,115 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,115 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,116 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,112 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,118 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,119 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,120 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,116 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,123 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,124 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,124 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,125 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,121 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,127 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,128 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,129 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,129 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,125 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,132 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,133 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,133 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,134 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:10,130 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286c6280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EYbtfq-D4kH-XsAz-BhD6-oBMr-cKqG-fDfy3F size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,134 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 20:52:10,137 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:52:10,137 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:10,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 20:52:10,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 20:52:10,140 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:10,144 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:10,144 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 20:52:10,144 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:10,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:10,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 20:52:10,149 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:52:10,151 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,152 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,153 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,149 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,155 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,156 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,156 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,157 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,153 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,160 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,160 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,161 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,161 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,158 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,164 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,165 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,162 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,167 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,168 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,169 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,165 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,172 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,173 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,169 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,176 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,176 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,177 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,173 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,179 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,180 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,180 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,181 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,177 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,184 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,184 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,184 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,185 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,181 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,188 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,188 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,189 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,192 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,192 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,193 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,196 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,197 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,200 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,200 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,201 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,201 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,204 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,204 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,204 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,205 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,202 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,208 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,208 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,208 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,209 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,212 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,212 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,213 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,209 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,216 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,217 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,213 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,220 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,221 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,223 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,224 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,224 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,225 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,228 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,229 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,232 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,232 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,233 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,230 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,236 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,236 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,237 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,237 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,234 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,240 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,240 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,240 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,241 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,238 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,243 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,244 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,244 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,245 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,241 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,247 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,248 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,248 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,249 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,251 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,252 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,252 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,253 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,249 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,256 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,256 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,257 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,257 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,253 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,260 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,260 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,261 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,261 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,264 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,264 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,265 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,268 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,268 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,269 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,269 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,266 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,272 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,272 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,273 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,270 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,276 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,276 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:10,277 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:10,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c286dba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wWGOd3-jCPO-zDd6-KwbP-PcnU-kORZ-350aok size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c28688e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ne0lQH-lBim-k7Gh-tuMX-82ot-7GMb-V7KFJL size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 20:52:10,278 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 20:52:10,281 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:52:10,281 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:10,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 20:52:10,284 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 20:52:10,284 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:10,287 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 20:52:10,287 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 20:52:10,287 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:10,287 DEBUG blivet.ansible/MainThread: ['sdi', 'sdg', 'sdj', 'test_vg3', 'sdh'] 2024-03-01 20:52:10,288 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 20:52:10,290 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 20:52:10,291 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:10,293 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:52:10,296 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:52:10,299 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:52:10,302 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:52:10,302 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 20:52:10,302 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:52:10,302 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 20:52:10,302 DEBUG blivet/MainThread: removing sdi 2024-03-01 20:52:10,305 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:10,305 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:10,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 20:52:10,308 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 20:52:10,308 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:52:10,308 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 20:52:10,308 DEBUG blivet/MainThread: removing sdg 2024-03-01 20:52:10,311 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:10,311 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:10,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 20:52:10,313 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 20:52:10,314 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:52:10,314 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 20:52:10,314 DEBUG blivet/MainThread: removing sdj 2024-03-01 20:52:10,316 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:10,316 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:10,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 20:52:10,319 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 20:52:10,319 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:52:10,319 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 20:52:10,319 DEBUG blivet/MainThread: removing sdh 2024-03-01 20:52:10,322 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:10,322 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:10,322 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 20:52:10,325 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 20:52:10,325 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:52:10,326 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,339 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,356 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,367 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,387 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:52:10,388 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,401 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,421 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:52:10,422 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,435 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,455 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:52:10,455 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,469 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,489 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:52:10,489 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,500 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,520 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:52:10,521 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,534 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,554 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:52:10,554 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,565 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,585 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:52:10,585 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,595 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,615 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:52:10,615 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:10,616 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:10,616 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:10,616 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:10,616 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:52:10,616 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:52:10,616 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:52:10,616 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:52:10,616 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:10,616 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:10,616 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:10,616 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:10,616 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:52:10,617 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:52:10,618 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:52:10,618 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:52:10,618 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:52:10,619 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:52:10,622 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:52:10,624 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:52:10,627 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:52:10,627 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:52:10,630 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:52:10,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 0x7f8c298b2860> 2024-03-01 20:52:10,630 INFO blivet/MainThread: sorting actions... 2024-03-01 20:52:10,649 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:10,650 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:10,650 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:10,650 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:10,650 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:10,650 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:10,650 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:10,651 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:10,651 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:52:10,651 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:52:10,651 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:52:10,651 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:52:10,651 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:52:10,651 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:10,651 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:10,652 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:10,652 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:10,652 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:52:10,652 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:52:10,652 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:52:10,652 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:52:10,652 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:10,652 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:10,653 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:10,653 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:10,653 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:52:10,653 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:52:10,653 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:52:10,653 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:52:10,653 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:10,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:10,659 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:52:10,660 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 20:52:10,667 INFO program/MainThread: stdout: 2024-03-01 20:52:10,668 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:10,668 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,668 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,682 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,682 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,695 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,695 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:10,699 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:10,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 20:52:10,706 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:52:10,709 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 20:52:10,712 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 20:52:10,712 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:10,756 INFO program/MainThread: stdout[92]: 2024-03-01 20:52:10,756 INFO program/MainThread: stderr[92]: 2024-03-01 20:52:10,756 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 20:52:10,760 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:52:10,763 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:10,766 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:52:10,768 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:10,771 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:52:10,774 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:10,777 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:52:10,780 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:10,783 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:52:10,785 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 20:52:10,786 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:10,818 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 20:52:10,819 INFO program/MainThread: stderr[93]: 2024-03-01 20:52:10,819 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 20:52:10,820 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:10,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:10,836 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:52:10,836 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 20:52:10,854 INFO program/MainThread: stdout: 2024-03-01 20:52:10,855 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:10,855 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,855 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,898 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,898 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:10,908 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:10,908 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:10,912 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:10,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 20:52:10,919 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:52:10,922 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 20:52:10,925 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 20:52:10,925 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:10,964 INFO program/MainThread: stdout[94]: 2024-03-01 20:52:10,964 INFO program/MainThread: stderr[94]: 2024-03-01 20:52:10,964 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 20:52:10,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:52:10,971 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:10,974 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:52:10,976 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:10,979 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:52:10,982 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:10,985 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:52:10,988 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:10,991 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:52:10,994 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 20:52:10,994 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,025 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 20:52:11,026 INFO program/MainThread: stderr[95]: 2024-03-01 20:52:11,026 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 20:52:11,027 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:11,033 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,044 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:52:11,044 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 20:52:11,054 INFO program/MainThread: stdout: 2024-03-01 20:52:11,055 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:11,055 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,055 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:11,104 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:11,117 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,117 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:11,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:11,124 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 20:52:11,128 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:52:11,131 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 20:52:11,134 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 20:52:11,134 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,185 INFO program/MainThread: stdout[96]: 2024-03-01 20:52:11,185 INFO program/MainThread: stderr[96]: 2024-03-01 20:52:11,185 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 20:52:11,189 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:52:11,192 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,195 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:52:11,197 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,200 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:52:11,204 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,206 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:52:11,209 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,212 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:52:11,215 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 20:52:11,215 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,246 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 20:52:11,247 INFO program/MainThread: stderr[97]: 2024-03-01 20:52:11,247 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 20:52:11,247 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:11,256 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,262 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:52:11,262 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 20:52:11,277 INFO program/MainThread: stdout: 2024-03-01 20:52:11,278 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:11,278 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,278 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:11,321 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,321 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:11,333 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,333 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:11,337 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:11,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 20:52:11,344 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:52:11,347 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 20:52:11,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 20:52:11,350 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,391 INFO program/MainThread: stdout[98]: 2024-03-01 20:52:11,391 INFO program/MainThread: stderr[98]: 2024-03-01 20:52:11,391 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 20:52:11,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:52:11,398 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,401 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:11,404 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,407 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:11,409 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,412 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:11,415 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,418 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:11,420 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 20:52:11,421 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,453 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 20:52:11,454 INFO program/MainThread: stderr[99]: 2024-03-01 20:52:11,454 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 20:52:11,455 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:52:11,461 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 20:52:11,466 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 20:52:11,474 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:52:11,482 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,487 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:11,494 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,499 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:11,507 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,515 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:11,523 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,531 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:11,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 20:52:11,538 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,586 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 20:52:11,586 INFO program/MainThread: stderr[100]: 2024-03-01 20:52:11,586 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 20:52:11,586 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,650 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 20:52:11,650 INFO program/MainThread: stderr[101]: 2024-03-01 20:52:11,650 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 20:52:11,651 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,689 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 20:52:11,689 INFO program/MainThread: stderr[102]: 2024-03-01 20:52:11,689 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 20:52:11,690 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:52:11,698 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,707 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 20:52:11,713 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 20:52:11,714 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,781 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 20:52:11,781 INFO program/MainThread: stderr[103]: 2024-03-01 20:52:11,781 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 20:52:11,781 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 20:52:11,781 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:11,795 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,795 INFO program/MainThread: Running [104] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,804 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 20:52:11,804 INFO program/MainThread: stderr[104]: 2024-03-01 20:52:11,804 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 20:52:11,804 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 20:52:11,819 INFO program/MainThread: stdout[105]: 2024-03-01 20:52:11,819 INFO program/MainThread: stderr[105]: 2024-03-01 20:52:11,819 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 20:52:11,819 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:11,830 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,830 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:11,839 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,840 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:52:11,844 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,846 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 20:52:11,849 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 20:52:11,849 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,881 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 20:52:11,881 INFO program/MainThread: stderr[106]: 2024-03-01 20:52:11,881 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 20:52:11,881 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 20:52:11,882 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:11,896 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,897 INFO program/MainThread: Running [107] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,905 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 20:52:11,905 INFO program/MainThread: stderr[107]: 2024-03-01 20:52:11,905 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 20:52:11,905 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdj ... 2024-03-01 20:52:11,920 INFO program/MainThread: stdout[108]: 2024-03-01 20:52:11,920 INFO program/MainThread: stderr[108]: 2024-03-01 20:52:11,920 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 20:52:11,920 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:11,933 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,933 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:11,942 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,943 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:52:11,947 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:11,949 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 20:52:11,952 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 20:52:11,952 INFO program/MainThread: Running [109] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdg,/dev/sdf,/dev/sda ... 2024-03-01 20:52:11,991 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 20:52:11,991 INFO program/MainThread: stderr[109]: 2024-03-01 20:52:11,991 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 20:52:11,991 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 20:52:11,991 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,004 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,004 INFO program/MainThread: Running [110] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:12,012 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 20:52:12,013 INFO program/MainThread: stderr[110]: 2024-03-01 20:52:12,013 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 20:52:12,013 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdg ... 2024-03-01 20:52:12,027 INFO program/MainThread: stdout[111]: 2024-03-01 20:52:12,028 INFO program/MainThread: stderr[111]: 2024-03-01 20:52:12,028 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 20:52:12,028 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,040 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,040 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,053 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,053 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:52:12,057 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,060 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 20:52:12,062 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 20:52:12,062 INFO program/MainThread: Running [112] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:12,092 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 20:52:12,093 INFO program/MainThread: stderr[112]: 2024-03-01 20:52:12,093 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 20:52:12,093 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 20:52:12,093 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,111 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,111 INFO program/MainThread: Running [113] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:12,119 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 20:52:12,119 INFO program/MainThread: stderr[113]: 2024-03-01 20:52:12,119 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 20:52:12,119 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdi ... 2024-03-01 20:52:12,133 INFO program/MainThread: stdout[114]: 2024-03-01 20:52:12,133 INFO program/MainThread: stderr[114]: 2024-03-01 20:52:12,133 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 20:52:12,133 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,145 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,145 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,154 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,155 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:12,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,162 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:52:12,162 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 20:52:12,169 INFO program/MainThread: stdout: 2024-03-01 20:52:12,169 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:12,169 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,169 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,187 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,187 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,199 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,199 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:12,203 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:12,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 20:52:12,210 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:52:12,213 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 20:52:12,216 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 20:52:12,216 INFO program/MainThread: Running [115] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:12,257 INFO program/MainThread: stdout[115]: 2024-03-01 20:52:12,258 INFO program/MainThread: stderr[115]: 2024-03-01 20:52:12,258 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 20:52:12,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:52:12,265 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,268 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 20:52:12,270 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,273 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 20:52:12,276 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,279 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 20:52:12,281 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 20:52:12,282 INFO program/MainThread: Running [116] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:12,312 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 20:52:12,313 INFO program/MainThread: stderr[116]: 2024-03-01 20:52:12,313 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 20:52:12,313 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:12,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,329 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:52:12,329 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 20:52:12,358 INFO program/MainThread: stdout: 2024-03-01 20:52:12,358 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:12,358 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,359 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,381 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,381 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,394 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,394 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:12,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:12,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 20:52:12,404 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:52:12,408 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 20:52:12,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 20:52:12,411 INFO program/MainThread: Running [117] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:12,462 INFO program/MainThread: stdout[117]: 2024-03-01 20:52:12,462 INFO program/MainThread: stderr[117]: 2024-03-01 20:52:12,462 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 20:52:12,466 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:52:12,469 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,472 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:12,475 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,477 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:12,480 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,483 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:12,486 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 20:52:12,486 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:12,517 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 20:52:12,517 INFO program/MainThread: stderr[118]: 2024-03-01 20:52:12,517 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 20:52:12,518 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:52:12,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 20:52:12,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 20:52:12,552 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:52:12,560 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,565 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:12,570 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,575 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:12,579 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,581 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:12,584 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 20:52:12,584 INFO program/MainThread: Running [119] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:12,612 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 20:52:12,613 INFO program/MainThread: stderr[119]: 2024-03-01 20:52:12,613 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 20:52:12,613 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:12,662 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 20:52:12,663 INFO program/MainThread: stderr[120]: 2024-03-01 20:52:12,663 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 20:52:12,663 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:12,694 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 20:52:12,695 INFO program/MainThread: stderr[121]: 2024-03-01 20:52:12,695 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 20:52:12,695 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:52:12,703 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,711 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 20:52:12,719 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 20:52:12,719 INFO program/MainThread: Running [122] lvm pvremove --force --force --yes /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sdf,/dev/sda ... 2024-03-01 20:52:12,766 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 20:52:12,767 INFO program/MainThread: stderr[122]: 2024-03-01 20:52:12,767 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 20:52:12,767 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 20:52:12,767 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,786 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,786 INFO program/MainThread: Running [123] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sda ... 2024-03-01 20:52:12,795 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 20:52:12,795 INFO program/MainThread: stderr[123]: 2024-03-01 20:52:12,795 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 20:52:12,795 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdf ... 2024-03-01 20:52:12,809 INFO program/MainThread: stdout[124]: 2024-03-01 20:52:12,809 INFO program/MainThread: stderr[124]: 2024-03-01 20:52:12,809 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 20:52:12,810 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,819 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,829 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,830 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:52:12,833 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,836 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 20:52:12,838 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 20:52:12,839 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdc,/dev/sde,/dev/sda ... 2024-03-01 20:52:12,867 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 20:52:12,868 INFO program/MainThread: stderr[125]: 2024-03-01 20:52:12,868 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 20:52:12,868 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 20:52:12,868 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,885 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,885 INFO program/MainThread: Running [126] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sde,/dev/sda ... 2024-03-01 20:52:12,893 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 20:52:12,893 INFO program/MainThread: stderr[126]: 2024-03-01 20:52:12,893 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 20:52:12,893 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sdd ... 2024-03-01 20:52:12,907 INFO program/MainThread: stdout[127]: 2024-03-01 20:52:12,907 INFO program/MainThread: stderr[127]: 2024-03-01 20:52:12,907 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 20:52:12,907 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,917 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,917 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,930 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,930 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:52:12,934 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:12,937 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 20:52:12,939 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 20:52:12,939 INFO program/MainThread: Running [128] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sde,/dev/sda ... 2024-03-01 20:52:12,979 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 20:52:12,979 INFO program/MainThread: stderr[128]: 2024-03-01 20:52:12,979 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 20:52:12,980 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 20:52:12,980 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:12,994 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:12,994 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/sdc,/dev/sda ... 2024-03-01 20:52:13,003 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 20:52:13,003 INFO program/MainThread: stderr[129]: 2024-03-01 20:52:13,003 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 20:52:13,003 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sde ... 2024-03-01 20:52:13,017 INFO program/MainThread: stdout[130]: 2024-03-01 20:52:13,018 INFO program/MainThread: stderr[130]: 2024-03-01 20:52:13,018 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 20:52:13,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,029 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,029 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,042 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,042 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:13,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,049 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:52:13,049 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 20:52:13,057 INFO program/MainThread: stdout: 2024-03-01 20:52:13,058 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:13,058 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,058 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,076 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,076 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,089 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,089 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:13,093 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:13,096 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 20:52:13,100 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:52:13,103 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 20:52:13,106 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 20:52:13,106 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/sdc,/dev/sda ... 2024-03-01 20:52:13,143 INFO program/MainThread: stdout[131]: 2024-03-01 20:52:13,143 INFO program/MainThread: stderr[131]: 2024-03-01 20:52:13,143 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 20:52:13,147 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:52:13,150 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,153 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 20:52:13,156 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,159 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 20:52:13,161 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,164 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 20:52:13,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 20:52:13,167 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/sdc,/dev/sda ... 2024-03-01 20:52:13,199 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 20:52:13,200 INFO program/MainThread: stderr[132]: 2024-03-01 20:52:13,200 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 20:52:13,200 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:13,207 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,217 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:52:13,218 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 20:52:13,228 INFO program/MainThread: stdout: 2024-03-01 20:52:13,228 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:13,228 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,228 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,261 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,261 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,276 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,276 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:13,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 20:52:13,283 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:52:13,286 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:52:13,290 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 20:52:13,293 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:52:13,293 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/sdc,/dev/sda ... 2024-03-01 20:52:13,330 INFO program/MainThread: stdout[133]: 2024-03-01 20:52:13,330 INFO program/MainThread: stderr[133]: 2024-03-01 20:52:13,330 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 20:52:13,334 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:52:13,337 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,340 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:13,343 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,345 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:13,348 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,351 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:13,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 20:52:13,354 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/sdc,/dev/sda ... 2024-03-01 20:52:13,389 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 20:52:13,389 INFO program/MainThread: stderr[134]: 2024-03-01 20:52:13,389 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 20:52:13,390 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:52:13,398 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 20:52:13,408 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 20:52:13,413 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:52:13,418 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,427 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:13,432 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,437 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:13,443 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,447 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:13,450 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 20:52:13,450 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/sdc,/dev/sda ... 2024-03-01 20:52:13,485 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 20:52:13,485 INFO program/MainThread: stderr[135]: 2024-03-01 20:52:13,485 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 20:52:13,485 INFO program/MainThread: Running [136] 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 20:52:13,544 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 20:52:13,544 INFO program/MainThread: stderr[136]: 2024-03-01 20:52:13,544 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 20:52:13,544 INFO program/MainThread: Running [137] 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 20:52:13,569 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 20:52:13,570 INFO program/MainThread: stderr[137]: 2024-03-01 20:52:13,570 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 20:52:13,571 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:52:13,580 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,585 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:52:13,597 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:52:13,597 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/sdc,/dev/sda ... 2024-03-01 20:52:13,643 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 20:52:13,643 INFO program/MainThread: stderr[138]: 2024-03-01 20:52:13,643 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 20:52:13,643 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 20:52:13,644 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,661 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,661 INFO program/MainThread: Running [139] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda ... 2024-03-01 20:52:13,670 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 20:52:13,670 INFO program/MainThread: stderr[139]: 2024-03-01 20:52:13,670 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 20:52:13,670 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sdb ... 2024-03-01 20:52:13,684 INFO program/MainThread: stdout[140]: 2024-03-01 20:52:13,684 INFO program/MainThread: stderr[140]: 2024-03-01 20:52:13,684 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 20:52:13,685 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,694 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,695 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,704 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,705 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:52:13,708 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,711 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:52:13,714 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:52:13,714 INFO program/MainThread: Running [141] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda ... 2024-03-01 20:52:13,747 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 20:52:13,747 INFO program/MainThread: stderr[141]: 2024-03-01 20:52:13,747 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 20:52:13,747 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 20:52:13,747 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,764 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,764 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 20:52:13,772 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 20:52:13,772 INFO program/MainThread: stderr[142]: 2024-03-01 20:52:13,772 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 20:52:13,772 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sdc ... 2024-03-01 20:52:13,785 INFO program/MainThread: stdout[143]: 2024-03-01 20:52:13,785 INFO program/MainThread: stderr[143]: 2024-03-01 20:52:13,785 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 20:52:13,785 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,795 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,804 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,805 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:52:13,808 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,811 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:52:13,814 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:52:13,814 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 20:52:13,842 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 20:52:13,843 INFO program/MainThread: stderr[144]: 2024-03-01 20:52:13,843 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 20:52:13,843 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 20:52:13,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,861 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,861 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 20:52:13,869 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 20:52:13,870 INFO program/MainThread: stderr[145]: 2024-03-01 20:52:13,870 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 20:52:13,870 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sda ... 2024-03-01 20:52:13,883 INFO program/MainThread: stdout[146]: 2024-03-01 20:52:13,884 INFO program/MainThread: stderr[146]: 2024-03-01 20:52:13,884 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 20:52:13,884 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,893 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,893 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,906 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,911 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:52:13,911 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 0x7f8c2860d450> to retry, use: --limit @/tmp/tests_mount_verify.retry PLAY RECAP ********************************************************************* sut : ok=214 changed=12 unreachable=0 failed=1 skipped=182 rescued=0 ignored=0 Friday 01 March 2024 20:52:17 +0000 (0:00:01.138) 0:01:26.263 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.36s /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.64s /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.65s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command snapshot ------ 2.37s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Get service facts ------------------- 1.83s /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.77s /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.76s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.snapshot : Run snapshot command check --------- 1.63s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command remove -------- 1.46s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 1.15s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Debug why list of unused disks has changed ------------------------------ 1.14s /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tasks/cleanup.yml:39 -------- fedora.linux_system_roles.snapshot : Run snapshot command remove -------- 1.06s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.03s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Gathering Facts --------------------------------------------------------- 1.00s /WORKDIR/git-debug-cleanup-failures92yy11th/tests/tests_mount_verify.yml:2 ---- fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.95s /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 --- 0.94s /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 --- 0.94s /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 --- 0.94s /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 ------- 0.94s /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 --- 0.94s /WORKDIR/git-debug-cleanup-failures92yy11th/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---